existing greenhouse recipes now require to be on earth
This commit is contained in:
parent
a79652844d
commit
b90e389e86
1 changed files with 2 additions and 0 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue