existing greenhouse recipes now require to be on earth

This commit is contained in:
Pyritie 2025-06-01 21:19:07 +01:00
parent a79652844d
commit b90e389e86

View file

@ -35,6 +35,7 @@ const generateGreenHouseRecipe = (event, input, fluid_amount, output, id) => {
.chancedOutput(input, 5000, 0)
.duration(36000) // 30 mins
.EUt(GTValues.VA[GTValues.LV])
.dimension('minecraft:overworld')
// С удобрением
event.recipes.gtceu.greenhouse(`${id}_fertilized`)
@ -47,6 +48,7 @@ const generateGreenHouseRecipe = (event, input, fluid_amount, output, id) => {
.chancedOutput(input, 6000, 0)
.duration(12000) // 10 mins
.EUt(GTValues.VA[GTValues.LV])
.dimension('minecraft:overworld')
}
const getFillingNBT = (material, amount) => {