Skip to content

Commit

Permalink
Make the ladder use a inventory and wield image
Browse files Browse the repository at this point in the history
  • Loading branch information
kingoscargames authored and SmallJoker committed Jul 27, 2018
1 parent 4fd3649 commit eb1fa09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ minetest.register_node("prefab:concrete_stair_inverted", {
description = "Prefab Concrete Stair (inverted)",
tiles = {"prefab_concrete.png"},
paramtype = "light",
paramtype2 = "facedir",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
Expand Down Expand Up @@ -182,6 +182,8 @@ minetest.register_node("prefab:concrete_ladder", {
drawtype = "signlike",
description = "Prefab Concrete Ladder",
tiles = {"prefab_concrete_ladder.png"},
inventory_image = "prefab_concrete_ladder.png",
wield_image = "prefab_concrete_ladder.png",
paramtype = "light",
paramtype2 = "wallmounted",
walkable = false,
Expand Down

0 comments on commit eb1fa09

Please sign in to comment.