mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-05 05:41:28 +02:00
Merge pull request 'Make carpets walkable.' (#2060) from fix-carpets-walkable into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/2060 Reviewed-by: cora <cora@noreply.git.minetest.land>
This commit is contained in:
@ -71,7 +71,6 @@ for _, row in ipairs(wool.dyes) do
|
|||||||
_doc_items_entry_name = name_carpet,
|
_doc_items_entry_name = name_carpet,
|
||||||
_doc_items_longdesc = longdesc_carpet,
|
_doc_items_longdesc = longdesc_carpet,
|
||||||
|
|
||||||
walkable = false, -- See <https://minecraft.gamepedia.com/Materials>
|
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
tiles = {texture..".png"},
|
tiles = {texture..".png"},
|
||||||
wield_image = texture..".png",
|
wield_image = texture..".png",
|
||||||
|
Reference in New Issue
Block a user