Initial commit.

This commit is contained in:
天クマ 2025-03-13 15:19:52 -03:00
commit ac997c23d3
15 changed files with 379 additions and 0 deletions

17
config.yml Normal file
View file

@ -0,0 +1,17 @@
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