mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Made slime layers less expensive
This commit is contained in:
parent
30dce6c579
commit
d063c78012
2 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@
|
||||||
{
|
{
|
||||||
"function": "minecraft:set_count",
|
"function": "minecraft:set_count",
|
||||||
"count": {
|
"count": {
|
||||||
"min": 3,
|
"min": 2,
|
||||||
"max": 5
|
"max": 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"#": [
|
"#": [
|
||||||
{ "item": "minecraft:slime_block" }
|
{ "item": "minecraft:slime_ball" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"result": { "item": "unicopia:slime_layer", "count": 6 }
|
"result": { "item": "unicopia:slime_layer", "count": 6 }
|
||||||
|
|
Loading…
Reference in a new issue