moon wood stuff

This commit is contained in:
Pyritie 2025-07-28 15:20:25 +01:00
parent 0a0ed055ba
commit cfbd82e595
4 changed files with 30 additions and 3 deletions

View file

@ -53,4 +53,7 @@ const registerBeneathRecipes = (event) => {
.EUt(8)
event.recipes.tfc.landslide('beneath:soul_clay', 'beneath:soul_clay')
generateGreenHouseRecipe(event, '8x minecraft:warped_fungus', 16000, '64x beneath:wood/log/warped', 'tfg:green_house/warped_fungus', 'ad_astra:mars', 8, '16x minecraft:warped_wart_block', GTValues.VA[GTValues.MV])
generateGreenHouseRecipe(event, '8x minecraft:crimson_fungus', 16000, '64x beneath:wood/log/crimson', 'tfg:green_house/crimson_fungus', 'ad_astra:mars', 8, '16x minecraft:nether_wart_block', GTValues.VA[GTValues.MV])
}