jungle inprovements
This commit is contained in:
parent
022f44b823
commit
9101867faf
@ -1,7 +1,7 @@
|
||||
|
||||
minetest.register_node("mapgen:dirt_with_junglegrass", {
|
||||
description = "Dirt With Jungle Grass",
|
||||
tiles = {"default_grass.png", "default_dirt.png", "default_dirt.png^default_grass_side.png"},
|
||||
tiles = {"mapgen_jungle_grass.png", "default_dirt.png", "default_dirt.png^mapgen_jungle_grass_side.png"},
|
||||
groups = {crumbly = 1, oddly_breakable_by_hand = 1},
|
||||
sounds = default.node_sound_dirt_defaults()
|
||||
})
|
||||
|
BIN
mods/mapgen/textures/mapgen_jungle_grass.png
Normal file
BIN
mods/mapgen/textures/mapgen_jungle_grass.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 758 B |
BIN
mods/mapgen/textures/mapgen_jungle_grass_side.png
Normal file
BIN
mods/mapgen/textures/mapgen_jungle_grass_side.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 835 B |
Loading…
x
Reference in New Issue
Block a user