cheese
This commit is contained in:
parent
009ce97d61
commit
9107d124a8
4 changed files with 29 additions and 23 deletions
|
|
@ -10,4 +10,11 @@ function registerTFCDataForAdAstra(event) {
|
|||
event.itemSize('ad_astra:tier_1_rover', 'very_large', 'very_heavy')
|
||||
|
||||
event.itemSize('ad_astra:launch_pad', 'very_large', 'very_heavy')
|
||||
|
||||
event.foodItem('ad_astra:cheese', food => {
|
||||
food.hunger(4)
|
||||
food.saturation(12)
|
||||
food.dairy(5)
|
||||
food.decayModifier(10)
|
||||
})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue