forked from mtcontrib/watershed
Added sapling textures
This commit is contained in:
parent
fe89e76758
commit
fe1e55fb17
|
@ -3,3 +3,4 @@ For latest stable Minetest back to 0.4.8
|
|||
Depends default bucket
|
||||
Licenses: code WTFPL, textures CC BY-SA
|
||||
watershed:redcobble texture CC BY-SA by brunob.santos
|
||||
watershed:pineling texture CC BY-SA by Splizard
|
||||
|
|
7
init.lua
7
init.lua
|
@ -2,11 +2,8 @@
|
|||
-- For latest stable Minetest and back to 0.4.8
|
||||
-- Depends default bucket
|
||||
-- License: code WTFPL, textures CC BY-SA
|
||||
-- Red cobble texture CC BY-SA by brunob.santos
|
||||
|
||||
-- saplings grown by abm for all 4 trees
|
||||
-- nodeupdate(pos) luxore
|
||||
-- wider ore seams
|
||||
-- watershed:redcobble texture CC BY-SA by brunob.santos
|
||||
-- watershed:pineling texture CC BY-SA by Splizard
|
||||
|
||||
-- Parameters
|
||||
|
||||
|
|
|
@ -148,9 +148,9 @@ minetest.register_node("watershed:jungling", {
|
|||
description = "Jungletree sapling",
|
||||
drawtype = "plantlike",
|
||||
visual_scale = 1.0,
|
||||
tiles = {"watershed_jungling.png"},
|
||||
inventory_image = "watershed_jungling.png",
|
||||
wield_image = "watershed_jungling.png",
|
||||
tiles = {"default_junglesapling.png"},
|
||||
inventory_image = "default_junglesapling.png",
|
||||
wield_image = "default_junglesapling.png",
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
is_ground_content = false,
|
||||
|
|
BIN
textures/watershed_acacialing.png
Normal file
BIN
textures/watershed_acacialing.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 359 B |
BIN
textures/watershed_pineling.png
Normal file
BIN
textures/watershed_pineling.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 406 B |
Loading…
Reference in New Issue
Block a user