mirror of
https://github.com/mt-mods/basic_signs.git
synced 2025-01-08 09:10:20 +01:00
fix wrong drops on colored steel signs
This commit is contained in:
parent
5260af134e
commit
c72e967673
2
README
2
README
@ -3,3 +3,5 @@ default wooden signs, to place either a wall sign, a yard sign, or a
|
|||||||
hanging-from-ceiling sign, depending on where the user points.
|
hanging-from-ceiling sign, depending on where the user points.
|
||||||
|
|
||||||
Most items herein were originally part of signs_lib.
|
Most items herein were originally part of signs_lib.
|
||||||
|
|
||||||
|
Requires signs_lib commit 4ff54c9a (2019-09-11) or later.
|
||||||
|
2
init.lua
2
init.lua
@ -165,7 +165,7 @@ for _, onpole in ipairs({"", "_onpole"}) do
|
|||||||
mesh = "signs_lib_standard_wall_sign_entity"..onpole..".obj",
|
mesh = "signs_lib_standard_wall_sign_entity"..onpole..".obj",
|
||||||
yaw = signs_lib.standard_yaw
|
yaw = signs_lib.standard_yaw
|
||||||
},
|
},
|
||||||
drop = "signs:sign_wall_steel_"..color[1]
|
drop = "basic_signs:sign_wall_steel_"..color[1]
|
||||||
})
|
})
|
||||||
table.insert(signs_lib.lbm_restore_nodes, "basic_signs:sign_wall_steel_"..color[1]..onpole)
|
table.insert(signs_lib.lbm_restore_nodes, "basic_signs:sign_wall_steel_"..color[1]..onpole)
|
||||||
table.insert(signs_lib.lbm_restore_nodes, "signs:sign_wall_"..color[1]..onpole)
|
table.insert(signs_lib.lbm_restore_nodes, "signs:sign_wall_"..color[1]..onpole)
|
||||||
|
Loading…
Reference in New Issue
Block a user