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:
parent
d7cccd77b4
commit
5fb7ef9093
28 changed files with 1217 additions and 279 deletions
10
kubejs/server_scripts/species/data.js
Normal file
10
kubejs/server_scripts/species/data.js
Normal 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)
|
||||
})
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue