Compare commits
2 commits
58ccb0da24
...
132c06c854
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
132c06c854 | ||
|
|
53f7e2817a |
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB |
|
|
@ -21,6 +21,27 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"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"
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue