recipes & more
This commit is contained in:
16
web/pack/kubejs/server_scripts/enderio.js
Normal file
16
web/pack/kubejs/server_scripts/enderio.js
Normal file
@@ -0,0 +1,16 @@
|
||||
ServerEvents.recipes(event => {
|
||||
|
||||
|
||||
event.recipes.enderio.sag_milling(["createsifter:dust"], "sand")
|
||||
.energy(500)
|
||||
.bonus(EnderIOBonusType.CHANCE_ONLY);
|
||||
|
||||
event.recipes.enderio.sag_milling(["createsifter:crushed_end_stone"], "end_stone")
|
||||
.energy(500)
|
||||
.bonus(EnderIOBonusType.CHANCE_ONLY);
|
||||
|
||||
event.recipes.enderio.alloy_smelting(
|
||||
Item.of("create:brass_ingot"),
|
||||
[Ingredient.of("minecraft:copper_ingot"), "create:zinc_ingot"]
|
||||
).energy(10000);//.experience(3);
|
||||
})
|
||||
Reference in New Issue
Block a user