mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-20 09:53:46 +01:00
Make carpets walkable again
This commit is contained in:
parent
71274499e7
commit
efdf87adae
@ -48,7 +48,7 @@ for _, row in ipairs(wool.dyes) do
|
||||
minetest.register_node("mcl_wool:"..name.."_carpet", {
|
||||
description = desc.." Carpet",
|
||||
_doc_items_longdesc = "Carpets are thin floor covers which come in many different colors.",
|
||||
walkable = false,
|
||||
walkable = true,
|
||||
is_ground_content = false,
|
||||
tiles = {"wool_"..texture..".png"},
|
||||
wield_image = "wool_"..texture..".png",
|
||||
|
Loading…
Reference in New Issue
Block a user