17 lines
No EOL
346 B
YAML
17 lines
No EOL
346 B
YAML
message: "You should have refrigerated your food..."
|
|
# ID of the items that will rot in the unrefrigerated chest
|
|
rottableItens:
|
|
- 319
|
|
- 320
|
|
- 354
|
|
- 260
|
|
- 297
|
|
- 357
|
|
# ID of the blocks that will refrigerate the chest
|
|
coldMaterials:
|
|
- 79
|
|
- 80
|
|
# ID of the itens to turn the rotten food into
|
|
turnInto:
|
|
- 39
|
|
- 40 |