forked from VoxeLibre/VoxeLibre
Fix crimson name mismatch
This commit is contained in:
parent
f05e976d18
commit
f6f812257e
|
@ -494,8 +494,8 @@ mcl_flowerpots.register_potted_flower("mcl_crimson:crimson_fungus", {
|
||||||
minetest.register_node("mcl_crimson:crimson_roots", {
|
minetest.register_node("mcl_crimson:crimson_roots", {
|
||||||
description = S("Crimson Roots"),
|
description = S("Crimson Roots"),
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
tiles = { "crimson_roots.png" },
|
tiles = { "mcl_crimson_crimson_roots.png" },
|
||||||
inventory_image = "crimson_roots.png",
|
inventory_image = "mcl_crimson_crimson_roots.png",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
|
@ -514,7 +514,7 @@ minetest.register_node("mcl_crimson:crimson_roots", {
|
||||||
mcl_flowerpots.register_potted_flower("mcl_crimson:crimson_roots", {
|
mcl_flowerpots.register_potted_flower("mcl_crimson:crimson_roots", {
|
||||||
name = "crimson roots",
|
name = "crimson roots",
|
||||||
desc = S("Crimson Roots"),
|
desc = S("Crimson Roots"),
|
||||||
image = "crimson_roots.png",
|
image = "mcl_crimson_crimson_roots.png",
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("mcl_crimson:crimson_hyphae", {
|
minetest.register_node("mcl_crimson:crimson_hyphae", {
|
||||||
|
|
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 190 B After Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 231 B |
Loading…
Reference in New Issue