Compare commits

...

2 commits

4 changed files with 21 additions and 19 deletions

View file

@ -21,6 +21,27 @@
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5.0,
"min": 3.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:iron_nugget"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:entities/iron_golem"

View file

@ -1,19 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category":"misc",
"pattern": [
" 1 ",
"232",
"444"
],
"key": {
"1":{"item":"minecraft:book"},
"2":{"item":"minecraft:amethyst_shard"},
"3":{"item":"minecraft:crying_obsidian"},
"4":{"item":"minecraft:obsidian"}
},
"result": {
"id":"minecraft:enchanting_table"
},
"show_notification":true
}