Merge remote-tracking branch 'refs/remotes/origin/master' into toby
Before Width: | Height: | Size: 805 B After Width: | Height: | Size: 801 B |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 887 B After Width: | Height: | Size: 882 B |
@ -217,12 +217,12 @@ minetest.register_node("mapgen:moss", {
|
||||
minetest.register_node("mapgen:tallgrass", {
|
||||
description = "Tall Grass",
|
||||
drawtype = "plantlike",
|
||||
tiles = {"moreplants_longgrass.png"},
|
||||
tiles = {"mapgen_longgrass.png"},
|
||||
paramtype = "light",
|
||||
is_ground_content = false,
|
||||
buildable_to = true,
|
||||
sunlight_propagates = true,
|
||||
inventory_image = "moreplants_longgrass.png",
|
||||
inventory_image = "mapgen_longgrass.png",
|
||||
visual_scale = 1.4,
|
||||
wield_scale = {x=0.5, y=0.5, z=0.5},
|
||||
groups = {snappy=3, flammable=1, attatched_node=1, flora=1},
|
||||
@ -232,4 +232,4 @@ minetest.register_node("mapgen:tallgrass", {
|
||||
fixed = {-0.5, -0.5, -0.5, 0.5, 0, 0.5}
|
||||
},
|
||||
walkable = false,
|
||||
})
|
||||
})
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |