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
There is no generator for function tags (`/tags/functions`). No doubt missed because there aren't any in the vanilla pack. Having it would be useful for automatically formatting a JSON file...
Take the following loot table example: ```json { "pools": [ { "rolls": 1, "entries": [ { "type": "minecraft:item", "name": "minecraft:book", "functions": [ { "function": "minecraft:set_enchantments", "enchantments": { "minecraft:lure": 3 }...
Hello there, I recently had a problem with loot table function set_nbt. When I created my loot table and loaded into a world, it said Couldn't parse element {element path}...
There is no [+] button at the _end_ of the list to add another predicate for the "Multiple" type, so you end up needing to prepend and then painstakingly shift...
I want to be able to add newlines in text components, but putting \n into the box escapes the string to \\n, and putting it into the json leaves an...
I didn't want to create an issue for each random idea I had that I thought might be beneficial for the editor - **Allow direct folder editing.** Websites can access...
As the title says really. When one has a project and looks at a noise to change some settings, then switches back to editing a related DF, the visualization on...
### Replication Steps - create a project named ``p1`` - create a DF in ``p1`` and save it as ``1`` - create a second project named ``p2`` - create a...
### Replication Steps - create a project named ``p1`` - create a DF in it and save it as ``1`` - create a second DF and save it as ``2``...