Page: 1 2 3 4 5 ... 11

4.1.6 Dec 7, 2021
Bug fixes for NBT on 1.18
This version fixes some minor bugs with NBT on 1.18

4.1.5 Dec 6, 2021
Support for increased world height in MC 1.18
This version makes custom block storage support the increased world hight in MC 1.18.

Everyone will likely see a bunch of messages that say "Upgrading the block storage file ... from version 1.1 to 1.2" as players explore existing chunks and the files are automatically updated to the new block storage format.

4.1.4 Dec 5, 2021
Built with 1.18
This version officially brings 1.18 support to CustomItems

4.1.3 Nov 24, 2021
Minor bug fixes
This version fixes a bug that sometimes caused error messages to show up in the console when using /cui create

4.1.2 Nov 18, 2021

4.1.2 Nov 18, 2021
Bug fixes with placeBlock action
This version fixes a bug with the placeBlock action that sometimes caused it to replace blocks instead of place on top of them

4.1 Nov 18, 2021
Edit native Minecraft items from the GUI!
You can now edit recipes for native Minecraft items from the GUI! Just type /cui edit <material> where <material> is the name of the default Minecraft material, like "cobblestone" or "sand"

4.0.19 Nov 1, 2021
Bug fixes with setting lore in GUI
This version fixes a bug that could sometimes cause "exit" to not be recognized when editing lore in the GUI

4.0.18 Oct 30, 2021
Minor bug fixes with item creation inventory

4.0.17 Oct 28, 2021
New "blockMoisture" condition
You can now use the new "blockMoisture" condition to check the moisture of farmland. The value will be 0 for completely dry farmland, and 1 for completely watered farmland


if:
  blockType: "FARMLAND"
  blockMoisture: "> 0.5"
action: sendMessage
message: "The block moisture is > 0.5"

4.0.16 Oct 23, 2021
Added new "silent" option in /cui drop command
You can now make the /cui drop command not produce an output by running

/cui drop <item> <world> <x> <y> <z> [amount] [naturally] [silent]

For example, this will not send a message to the command sender

/cui drop myCustomItem world 0 0 0 1 true true

And these three commands all will

/cui drop myCustomItem world 0 0 0 1 true false
/cui drop myCustomItem world 0 0 0 1 true
/cui drop myCustomItem world 0 0 0

4.0.15 Oct 11, 2021
Bug fixe with playerRemoveItems action
This version fixes a bug with the playerRemoveItems action that could sometimes cause too many items to be removed

4.0.14 Oct 7, 2021
Improvements with teleport actions
This version makes a few bug fixes and improvements with teleport actions, and also makes the error messages easier to understand

4.0.13 Oct 5, 2021
New features for lore
This version makes it so you can update only a single line of lore using the setItemLore action


action: setItemLore
lore: "This is the new first line"
line: 1 # the first lore line is 1

4.0.12 Oct 5, 2021
Minor bug fixes with setItemLore action
This version makes some minor bug fixes with setItemLore action

4.0.11 Sep 30, 2021
Minor improvements
This version brings some minor bug fixes and improvements with the resource pack generator

4.0.10 Sep 27, 2021
Minor cosmetic bug fixes with item creation GUI
This version fixes some minor bugs with the item creation GUI that could sometimes cause "null" to show up below the item. This was annoying, but doesn't affect the performance of CustomItems at all

4.0.9 Aug 27, 2021
Minor bug fixes for potion effects in item creation GUI for 1.8
This version makes some minor bug fixes for potion effects in the item creation GUI for 1.8

4.0.8 Aug 23, 2021
Support for "deleteGlobal" action, and more
This version adds a new "deleteGlobal" action, and also changes the name of CustomTriggers to CustomEvents

4.0.7-SNPSHOT2 SNAPSHOT Aug 22, 2021

4.0.7-SNAPSHOT1 SNAPSHOT Aug 21, 2021
New "deleteGlobal" action
This version adds a new "deleteGlobal" action

4.0.6 Aug 21, 2021
Minor bug fixes with blocks, improvements for CustomTriggers
This version makes a few minor bug fixes with blocks, and also makes some improvements for CustomTriggers. You'll need to use CustomUniverse 1.0.3 to take advantage of the improvements with CustomTriggers

4.0.5 Aug 21, 2021
Improvements for CustomTriggers

4.0.4 Aug 20, 2021
Minor bug fixes with adding potion effects from the GUI on 1.8

4.0.3 Aug 20, 2021
Minor bug fixes
This version fixes a bug that could sometimes cause an error to be displayed when the server started

Page: 1 2 3 4 5 ... 11