mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +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",
|
||||
"count": {
|
||||
"min": 3,
|
||||
"max": 5
|
||||
"min": 2,
|
||||
"max": 3
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
],
|
||||
"key": {
|
||||
"#": [
|
||||
{ "item": "minecraft:slime_block" }
|
||||
{ "item": "minecraft:slime_ball" }
|
||||
]
|
||||
},
|
||||
"result": { "item": "unicopia:slime_layer", "count": 6 }
|
||||
|
|
Loading…
Reference in a new issue