misode.github.io icon indicating copy to clipboard operation
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

Results 142 misode.github.io issues
Sort by recently updated
recently updated
newest added

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...

bug
✨ schemas

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'...

bug

## 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...

bug
✨ schemas

## 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...

bug
✨ schemas

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 : ![image](https://github.com/misode/misode.github.io/assets/45396813/64e41188-eba8-4b8b-be30-54f081da6ca4) ![image](https://github.com/misode/misode.github.io/assets/45396813/861e3c56-e221-4c2e-9691-df92305ccfa3)...

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...

bug
✨ mcdoc

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...

enhancement

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\"}" } } } }...

enhancement

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...

bug