Initial commit.
This commit is contained in:
commit
ac997c23d3
15 changed files with 379 additions and 0 deletions
17
config.yml
Normal file
17
config.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue