Skip to content

Releases: paul90317-minecraft/Minecraft-Easy-GUI

V4

Choose a tag to compare

@paul90317 paul90317 released this 22 Sep 07:31
  • 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

V3

Choose a tag to compare

@paul90317 paul90317 released this 26 Apr 08:42

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

Choose a tag to compare

@paul90317 paul90317 released this 25 Apr 14:34
  • 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

Choose a tag to compare

@paul90317 paul90317 released this 25 Apr 16:15
fix_reparse

Fix the issue that reparse the json text.

Change default text to empty

Choose a tag to compare

@paul90317 paul90317 released this 25 Apr 18:05
change_default_empty

Change default text to empty string

Move down the item frame

Choose a tag to compare

@paul90317 paul90317 released this 21 Apr 03:11
move_down_item_frame

Move down the item_frame

Fix the item disappear when place it in the wrong slot

Choose a tag to compare

@paul90317 paul90317 released this 21 Apr 04:18
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

Choose a tag to compare

add_tag_of_slot_container

Add the tag of the slot item and the container item