mirror of
https://notabug.org/TenPlus1/lucky_block.git
synced 2024-11-20 04:23:46 +01:00
fix undeclared var
This commit is contained in:
parent
8f76a536e7
commit
538922b594
@ -17,6 +17,7 @@ local fwd = {name = "default:fence_wood", param1 = 255}
|
||||
local slb = {name = "stairs:slab_stonebrick", param1 = 255}
|
||||
local wbl = {name = "lucky_block:well_block", param1 = 255}
|
||||
local gla = {name = "default:glass", param1 = 255}
|
||||
local wat = {name = "default:water_source", param1 = 255}
|
||||
local air = {name = "air"}
|
||||
|
||||
local wishing_well = {
|
||||
|
Loading…
Reference in New Issue
Block a user