misode.github.io
misode.github.io copied to clipboard
Data Pack Generators and Tools for Minecraft 1.15, 1.16, 1.17, 1.18, 1.19, 1.20
It seems that the "rod" condition has accidentally been removed from the "fishing_rod_hooked" trigger. I checked the code because I didn't immediately think it could be accidental ~~since I believe...
When modifying a saved recipe, and saving as a new name. The opened file also gets overwritten with the changes. Reproduce: 1. Create a new recipe and name it 'A'...
## Crash report * Page url: `https://misode.github.io/loot-table/` * Generator ID: `loot_table` * Current version: `1.20.5` * Latest version: `24w12a` ### Stack trace ``` SyntaxError: Error importing: Unexpected end of JSON...
## Crash report * Page url: `https://misode.github.io/advancement/` * Generator ID: `advancement` * Current version: `1.20.5` * Latest version: `24w12a` ### Stack trace ``` SyntaxError: Error importing: Unexpected end of JSON...
Hello, I tried the customized world function and it appears that when I uncheck all ores there is still diamonds under 0 Same version Minecraft and DataPack :  ...
Conditions in enchantments are not allowed to use predicate references at the moment, this option should not be available in the editor/generator. If you do use a requirement with a...
In the Enchantment Generator the effect "minecraft:crossbow_charge_time" needs an array, tho it only needs curly brackets {}.
Title mostly says it all. Vanilla sorts keys in the default json files alphabetically (excluding the `type` key which always comes first). It would be nice to have this sorting...
For example, [this predicate](https://misode.github.io/predicate/?share=IEx69NjGMX) (once #547 is fixed) outputs this: ```snbt { condition: "minecraft:entity_properties", entity: "this", predicate: { equipment: { mainhand: { components: { "minecraft:custom_name": "{\"text\":\"Test\",\"color\":\"red\"}" } } } }...
For example, [this item modifer](https://misode.github.io/item-modifier/?share=V12cEgGcHZ) outputs: ``` { function: "minecraft:set_name", name: [ { text: "Hello" }, " World" ] } ``` Which is invalid SNBT because arrays can only contain...