Compare commits
No commits in common. "132c06c854d5d991502269244f5345d1dc7812d7" and "58ccb0da24bdd1c9b9cc1493b7c70c96effe6892" have entirely different histories.
132c06c854
...
58ccb0da24
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
|
|
@ -21,27 +21,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rolls": 1.0
|
"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"
|
"random_sequence": "minecraft:entities/iron_golem"
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue