Make carpets walkable.

* Make carpets walkable.  When a carpet is placed on top of a fence or a
  wall, the carpet can be jumped upon, allowing to in effect jump over
  fences and walls.
This commit is contained in:
kabou 2022-03-11 22:40:30 +01:00 committed by Gitea
parent 119b4aa82c
commit 17b8eab368
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",