Skip to content

Releases: JustS-js/debugStickSurvival

Debug Stick for Survival v1.2.2 | FabricMC 1.19.3-1.19.4

03 Sep 07:04
Compare
Choose a tag to compare

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

03 Sep 06:09
Compare
Choose a tag to compare

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

09 Aug 08:50
Compare
Choose a tag to compare

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

22 Jun 11:36
Compare
Choose a tag to compare

Enhancements

- New Config System

Now, 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 #5

Debug Stick for Survival | FabricMC 1.21

21 Jun 22:00
Compare
Choose a tag to compare

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

22 Jun 06:49
Compare
Choose a tag to compare

Added possibility to whitelist a block by specifying its block state in "allowed:properties" list

Debug Stick for Survival | FabricMC 1.19.3

18 Apr 13:38
Compare
Choose a tag to compare
Fabric-1.19.3

1.19.3 update

Debug Stick for Survival | FabricMC 1.19

28 Jun 10:57
Compare
Choose a tag to compare

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