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>
This commit is contained in:
GameStar 2025-08-25 15:18:46 -05:00 committed by GitHub
parent d7cccd77b4
commit 5fb7ef9093
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 1217 additions and 279 deletions

View file

@ -0,0 +1,10 @@
const registerSpeciesFoodData = (event) => {
event.foodItem('species:cracked_wraptor_egg', food => {
food.hunger(4)
food.saturation(1)
food.water(5)
food.decayModifier(3)
})
}