mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-17 10:24:23 +01:00
Dehydration compat
This commit is contained in:
parent
1c751aca0e
commit
ddd217c53d
1 changed files with 24 additions and 0 deletions
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"1": {
|
||||||
|
"replace": false,
|
||||||
|
"items": [
|
||||||
|
"unicopia:banana",
|
||||||
|
"unicopia:rotten_apple"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"replace": false,
|
||||||
|
"items": [
|
||||||
|
"unicopia:green_apple",
|
||||||
|
"unicopia:sweet_apple",
|
||||||
|
"unicopia:sour_apple",
|
||||||
|
"unicopia:mango"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"replace": false,
|
||||||
|
"items": [
|
||||||
|
"unicopia:pineapple"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue