neuralgia/kubejs/server_scripts/species/data.js
GameStar 5fb7ef9093
more mars entity stuff (#1697)
* 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>
2025-08-25 21:18:46 +01:00

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)
})
}