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:
parent
c16af2c440
commit
460b5db80e
8 changed files with 155 additions and 4 deletions
|
|
@ -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)
|
||||
})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue