add fishy
This commit is contained in:
parent
3b98741ef9
commit
87e44f72bb
@ -524,7 +524,8 @@ local fish = {
|
||||
{"Yellow Seahorse", "seahorse_yellow", 0},
|
||||
{"Yellowfin Tuna", "tuna", 2},
|
||||
{"Humboldt Squid", "squid", 0},
|
||||
{"White Shrimp", "shrimp", 0}
|
||||
{"White Shrimp", "shrimp", 0},
|
||||
{"Neon Tetra", "tetra", 1},
|
||||
}
|
||||
|
||||
for n = 1, #fish do
|
||||
@ -546,6 +547,10 @@ for n = 1, #fish do
|
||||
end
|
||||
|
||||
|
||||
-- Make Neon Tetra glow slightly
|
||||
minetest.override_item("ethereal:fish_tetra", {light_source = 3})
|
||||
|
||||
|
||||
-- cooked fish
|
||||
minetest.register_craftitem(":ethereal:fish_cooked", {
|
||||
description = S("Cooked Fish"),
|
||||
|
@ -45,6 +45,7 @@ Textures by BlueTangs Rock (CC BY-SA 3.0):
|
||||
ethereal_fish_shrimp.png
|
||||
ethereal_fish_shrimp_cooked.png
|
||||
ethereal_fish_squid.png
|
||||
ethereal_fish_tetra.png
|
||||
ethereal_fish_tuna.png
|
||||
ethereal_fish_trout.png
|
||||
ethereal_sashimi.png
|
||||
@ -110,6 +111,7 @@ Textures based on default_grass.png and default_grass_side.png by TumeniNodes (C
|
||||
Texture by ZonerDarkRevention (CC0)
|
||||
ethereal_crystal_spike.png [edited by TenPlus1]
|
||||
ethereal_bowl.png [edited by TenPlus1]
|
||||
ethereal_teriyaki_beef.png [edited by TenPlus1]
|
||||
ethereal_hearty_stew.png
|
||||
|
||||
Textures by VanessaE (CC-BY-SA 4.0)
|
||||
|
BIN
textures/ethereal_fish_tetra.png
Normal file
BIN
textures/ethereal_fish_tetra.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 262 B |
Loading…
Reference in New Issue
Block a user