Skip to content

Releases: paul90317-minecraft/Minecraft-Easy-GUI

V4

22 Sep 07:31
Compare
Choose a tag to compare
  • Fixed: Custom blocks can't be opened in caves.
  • Improved: Dropped-type custom blocks can be created when there are no other items dropped within a 1-block range, instead of 5.
  • Simplified: Removed the credit link display.

V3

26 Apr 08:42
Compare
Choose a tag to compare
V3

The code generated by this version will give me credit automatically, you can remove it but need to give me it in another way.
You can define the website in the YAML file so that it will show your website when the game loads.
Change the item_frame to glow_item_frame so that it can show your CustomModelData.
The code (data pack) generated by this version works in Minecraft 1.17 ~ 1.19.4, I think snapshot or 1.20 above may also work, but I'm not sure.

NBT support

25 Apr 14:34
Compare
Choose a tag to compare
  • Support NBT item definition.
  • Implement 3 event functions, tick, load, destroy
  • Implement 2 item types, drop, spawn_egg

Fix the issue that reparsing the json text

25 Apr 16:15
Compare
Choose a tag to compare
fix_reparse

Fix the issue that reparse the json text.

Change default text to empty

25 Apr 18:05
Compare
Choose a tag to compare
change_default_empty

Change default text to empty string

Move down the item frame

21 Apr 03:11
Compare
Choose a tag to compare
move_down_item_frame

Move down the item_frame

Fix the item disappear when place it in the wrong slot

21 Apr 04:18
Compare
Choose a tag to compare
fix_wrong_slot

Fix the item disappear when place it in the wrong slot

Add the tag of the slot item and the container item

21 Apr 02:20
Compare
Choose a tag to compare
add_tag_of_slot_container

Add the tag of the slot item and the container item