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:
cora 2022-03-12 13:37:29 +00:00
commit 22edd08387
1 changed files with 0 additions and 1 deletions

View File

@ -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",