Releases: JustS-js/debugStickSurvival
Debug Stick for Survival v1.2.2 | FabricMC 1.19.3-1.19.4
As the title says, v1.2.2 backported to 1.19.3-1.19.4, as requested in #15
For more info, check v1.2.2-Fabric-1.21
Use "survival-debug-mod-1.2.2_1.19.34_java17.jar" for JAVA 17 compatability.
Debug Stick for Survival v1.2.2 | FabricMC 1.21
Enhancements
- Now "properties" fields inside of entries are optional.
That means, {"id":"iron_bars","properties":{}}
works the same as {"id":"iron_bars"}
. Less text for you to type!
Bugfixes
- Fixed #13 (Ensured testing upon using stick in survival or creative mod)
Debug Stick for Survival v1.2.1 | FabricMC 1.21
Enhancements
-
Dynamic Config loading with /reload command
-
Removed Json-Simple Dependency
As always, be sure to save your configs before update, as i rewrote config system (again). In theory, it should autocomplete your configs, but i am not sure.
Debug Stick for Survival v1.2.0 | FabricMC 1.21
Enhancements
- New Config SystemNow, all instances of arrays called "properties" are changed to dictionaries, where property name is a key. For more info, visit wiki
Previous iterations of configs should be automatically parsed, at least i hope so! But be sure to save your configs before updating 😅
Bug Fixes
- fixed #5Debug Stick for Survival | FabricMC 1.21
General Parity with Creative Mode
- Removed "messages" from config
Now mod uses vanilla localized text
- Added left-click functionality
Now to switch properties you have to punch blocks!
This means you can modify interactable blocks like chests, trapdoors and such (using shift + RMB change).
Debug Stick for Survival | FabricMC 1.20-1.20.4
Added possibility to whitelist a block by specifying its block state in "allowed:properties" list
Debug Stick for Survival | FabricMC 1.19.3
Fabric-1.19.3 1.19.3 update
Debug Stick for Survival | FabricMC 1.19
v1.0.1
- Remade from scratch
- Added config
- Hotfix: While changing the value of any property, incorrect data (previous value of the modified property) was sent to the player. Now works as intendent
v1.0.0
- initial version
- barely works