mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-08 16:25:33 +02:00
Replaced items in the chest
This commit is contained in:
parent
0ee3adf3e0
commit
173e7c54b8
1 changed files with 2 additions and 6 deletions
|
@ -326,12 +326,8 @@ export class CookingTaskInitiator {
|
|||
['minecraft:honey_bottle', 1], // Non-stackable
|
||||
['minecraft:glow_berries', 64],
|
||||
['minecraft:bowl', 64],
|
||||
['minecraft:golden_carrot', 64],
|
||||
['minecraft:golden_apple', 64],
|
||||
['minecraft:enchanted_golden_apple', 64],
|
||||
['minecraft:cooked_mutton', 64],
|
||||
['minecraft:cooked_salmon', 64],
|
||||
['minecraft:cooked_cod', 64]
|
||||
['minecraft:gold_ingot', 64],
|
||||
['minecraft:oak_planks', 64],
|
||||
];
|
||||
|
||||
// Fill the chest with random cooking items
|
||||
|
|
Loading…
Add table
Reference in a new issue