added mars trees to the tree chop mod
loot tables for mars "leaves", recipes for plant balls/biomass
This commit is contained in:
parent
4eb2c49cbf
commit
468d1d0e01
12 changed files with 471 additions and 100 deletions
|
|
@ -209,6 +209,12 @@ const registerGTCEURecipes = (event) => {
|
|||
.duration(300)
|
||||
.EUt(2)
|
||||
|
||||
event.recipes.gtceu.compressor('plant_ball_from_wart_blocks')
|
||||
.itemInputs('4x #minecraft:wart_blocks')
|
||||
.itemOutputs('gtceu:plant_ball')
|
||||
.duration(300)
|
||||
.EUt(2)
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Биомасса
|
||||
|
|
@ -285,6 +291,13 @@ const registerGTCEURecipes = (event) => {
|
|||
.duration(100)
|
||||
.EUt(3)
|
||||
|
||||
event.recipes.gtceu.brewery('biomass_from_wart_blocks')
|
||||
.itemInputs('#minecraft:wart_blocks')
|
||||
.inputFluids("#tfc:any_water 20")
|
||||
.outputFluids(Fluid.of('gtceu:biomass', 50))
|
||||
.duration(100)
|
||||
.EUt(3)
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Рыбье масло
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue