mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-21 23:05:15 +02:00
Fix crimson name mismatch
This commit is contained in:
parent
f05e976d18
commit
f6f812257e
4 changed files with 3 additions and 3 deletions
mods/ITEMS/mcl_crimson
textures
|
@ -494,8 +494,8 @@ mcl_flowerpots.register_potted_flower("mcl_crimson:crimson_fungus", {
|
|||
minetest.register_node("mcl_crimson:crimson_roots", {
|
||||
description = S("Crimson Roots"),
|
||||
drawtype = "plantlike",
|
||||
tiles = { "crimson_roots.png" },
|
||||
inventory_image = "crimson_roots.png",
|
||||
tiles = { "mcl_crimson_crimson_roots.png" },
|
||||
inventory_image = "mcl_crimson_crimson_roots.png",
|
||||
sunlight_propagates = true,
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
|
@ -514,7 +514,7 @@ minetest.register_node("mcl_crimson:crimson_roots", {
|
|||
mcl_flowerpots.register_potted_flower("mcl_crimson:crimson_roots", {
|
||||
name = "crimson roots",
|
||||
desc = S("Crimson Roots"),
|
||||
image = "crimson_roots.png",
|
||||
image = "mcl_crimson_crimson_roots.png",
|
||||
})
|
||||
|
||||
minetest.register_node("mcl_crimson:crimson_hyphae", {
|
||||
|
|
Before ![]() (image error) Size: 194 B After ![]() (image error) Size: 194 B ![]() ![]() |
Before ![]() (image error) Size: 190 B After ![]() (image error) Size: 190 B ![]() ![]() |
Before ![]() (image error) Size: 231 B After ![]() (image error) Size: 231 B ![]() ![]() |
Loading…
Add table
Reference in a new issue