forked from VoxeLibre/VoxeLibre
Merge pull request 'Make carpets walkable.' (#2060) from fix-carpets-walkable into master
Reviewed-on: MineClone2/MineClone2#2060 Reviewed-by: cora <cora@noreply.git.minetest.land>
This commit is contained in:
commit
22edd08387
|
@ -71,7 +71,6 @@ for _, row in ipairs(wool.dyes) do
|
|||
_doc_items_entry_name = name_carpet,
|
||||
_doc_items_longdesc = longdesc_carpet,
|
||||
|
||||
walkable = false, -- See <https://minecraft.gamepedia.com/Materials>
|
||||
is_ground_content = false,
|
||||
tiles = {texture..".png"},
|
||||
wield_image = texture..".png",
|
||||
|
|
Loading…
Reference in New Issue