The big green PR (#2694)
* blocks * more textures * more textures more textures * blocks * more textures * more textures more textures * blocks * more textures * more textures more textures * blocks * more textures * more textures more textures * firmalife gh stuff * chloroplasts and brick regex * gh recipes * pisciculture fishery * I am going insane * more casings = more gooder * rotten voiding cover * greenhouse glory * Is this it chat * not needed Signed-off-by: Redeix <redeix.m@gmail.com> * missed in conflicts Signed-off-by: Redeix <redeix.m@gmail.com> * consumerism * re-add tag import * remove unused object map * id normalizer function --------- Signed-off-by: Redeix <redeix.m@gmail.com>
This commit is contained in:
parent
3899512635
commit
900e1de8e9
340 changed files with 3654 additions and 798 deletions
|
|
@ -533,7 +533,7 @@ const registerMinecraftRecipes = (event) => {
|
|||
A: '#forge:plates/wrought_iron',
|
||||
B: '#forge:chests/wooden',
|
||||
D: '#forge:tools/wrenches',
|
||||
E: '#forge:tools/hammers',
|
||||
E: '#forge:tools/hammers'
|
||||
}).id('gtceu:shaped/hopper')
|
||||
|
||||
event.recipes.gtceu.assembler('hopper_wrought_iron')
|
||||
|
|
@ -896,7 +896,7 @@ const registerMinecraftRecipes = (event) => {
|
|||
A: '#forge:rods/black_steel',
|
||||
B: 'minecraft:lava_bucket',
|
||||
C: '#minecraft:logs',
|
||||
D: '#forge:storage_blocks/charcoal',
|
||||
D: '#forge:storage_blocks/charcoal'
|
||||
}).id('tfg:campfire_charcoal')
|
||||
|
||||
event.shaped('minecraft:campfire', [
|
||||
|
|
@ -907,7 +907,7 @@ const registerMinecraftRecipes = (event) => {
|
|||
A: '#forge:rods/black_steel',
|
||||
B: 'minecraft:lava_bucket',
|
||||
C: '#minecraft:logs',
|
||||
D: '#forge:storage_blocks/coal',
|
||||
D: '#forge:storage_blocks/coal'
|
||||
}).id('tfg:campfire_coal')
|
||||
//#endregion
|
||||
|
||||
|
|
@ -1053,22 +1053,6 @@ const registerMinecraftRecipes = (event) => {
|
|||
|
||||
// #endregion
|
||||
|
||||
//#region Greenhouse
|
||||
|
||||
generateGreenHouseRecipe(event, '8x minecraft:bamboo', '#tfc:any_fresh_water', 4000,
|
||||
'64x minecraft:bamboo', 'bamboo', 'minecraft:overworld', 8,
|
||||
'8x minecraft:bamboo', GTValues.VA[GTValues.LV])
|
||||
|
||||
generateGreenHouseRecipe(event, '4x minecraft:red_mushroom', '#tfc:any_fresh_water', 4000,
|
||||
'24x minecraft:red_mushroom', 'red_mushroom', 'minecraft:the_nether', 8,
|
||||
'4x minecraft:red_mushroom', GTValues.VA[GTValues.LV])
|
||||
|
||||
generateGreenHouseRecipe(event, '4x minecraft:brown_mushroom', '#tfc:any_fresh_water', 4000,
|
||||
'24x minecraft:brown_mushroom', 'brown_mushroom', 'minecraft:the_nether', 8,
|
||||
'4x minecraft:brown_mushroom', GTValues.VA[GTValues.LV])
|
||||
|
||||
// #endregion
|
||||
|
||||
// Minecart w/ Furnace
|
||||
event.shapeless('minecraft:furnace_minecart', ['minecraft:water_bucket', 'gtceu:hp_steam_solid_boiler', 'minecraft:minecart']);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue