fix: set default firstCropZ to 1 in inferium config

This commit is contained in:
Guillaume ARM 2024-05-25 21:25:31 +02:00
parent 1183442712
commit aba45e6b47

View File

@ -15,6 +15,6 @@ return {
mystical('inferium')
},
fertilizedBoost = false,
firstCropZ = 2
firstCropZ = 1
}
}