Support for 1.18.2 | Requires CustomUniverse version 1.0.6
        This version adds support for MC 1.18.2, and requires CustomUniverse version 1.0.6. Download CustomUniverse at https://polymart.org/resource/customuniverse.1220
 
        
        
        Minor API improvements
        This version adds a new API action for block breaking for developers
 
        
        
        Improvements with /cui give
        In old versions, players would not be given items with /cui give if their inventory was full. Now, if the player's inventory is full, the item will be dropped on the ground next to them instead.
 
        
        
        Bug fixes with block EXP drops (recommended for all users)
        This version makes some bug fixes with block EXP drops, and is recommended for all users. Specifically, it makes it so EXP is no longer dropped when a custom block is mined using silk touch
 
        
        
        New and improved startup message!
        This version brings a new and improved startup message format to CustomItems. Check it out when you start your server!
         
        
        
        Minor bug fixes and improvements
        
         
        
        
        Minor bug fixes with NBT on 1.18
        This version fixes a minor bug with NBT (specifically for item attributes) on MC 1.18
         
        
        
        Bug fixes with automatic resource pack generator
        This version makes some bug fixes with the automatic resource pack generator, including minor issues where sometimes errors were shown in console, or issues that happened to certain users with the CustomItems jar file had a space in the name
         
        
        
        Improvements for misformatted item yml files
        This version makes CustomItems give a more meaningful error message when you're missing the required 'item' section in an item yml file
         
        
        
        Bug fixes for NBT on 1.18
        This version fixes some minor bugs with NBT on 1.18
         
        
        
        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.
         
        
        
        Built with 1.18
        This version officially brings 1.18 support to CustomItems
         
        
        
        Minor bug fixes
        This version fixes a bug that sometimes caused error messages to show up in the console when using /cui create
         
        
        
        
        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
         
        
        
        Edit native Minecraft items from the GUI!
        You can now edit recipes for native Minecraft items from the GUI! Just type /cui edit  where  is the name of the default Minecraft material, like "cobblestone" or "sand"
         
        
        
        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
         
        
        
        Minor bug fixes with item creation inventory
        
         
        
        
        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"
 
        
        
        Added new "silent" option in /cui drop command
        You can now make the /cui drop command not produce an output by running
/cui drop      [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