* stuff * Create wraptor.json * Update tags.js * fix wool * eggs * Update constants.js * more recipe stuff * doing tooltips the correct way * oops Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> --------- Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
10 lines
No EOL
188 B
JavaScript
10 lines
No EOL
188 B
JavaScript
const registerSpeciesFoodData = (event) => {
|
|
|
|
event.foodItem('species:cracked_wraptor_egg', food => {
|
|
food.hunger(4)
|
|
food.saturation(1)
|
|
food.water(5)
|
|
food.decayModifier(3)
|
|
})
|
|
|
|
} |