Crop stuff for biodiesel, works on my machine . (#1248)

* Added the crop stuff I made so far

* I think thiss should be fine?

* I litteraly have no idea what I am doing

* I hope this fixes everything

---------

Signed-off-by: 34y34y34y34y34y34y34y34y34y <34y34y34y34y34y34y34y34y34y@gmail.com>
This commit is contained in:
34y34y34y34y34y34y34y34y34y 2025-07-05 14:15:00 +03:00 committed by GitHub
parent c16af2c440
commit 460b5db80e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 155 additions and 4 deletions

View file

@ -59,4 +59,8 @@ function registerTFCDataForMinecraft(event) {
food.water(2)
food.decayModifier(2)
})
event.foodItem('tfg:roasted_sunflower_seeds', food => {
food.hunger(0.5)
food.decayModifier(0.5)
})
}