aboutsummaryrefslogtreecommitdiff
path: root/advtrains/models/advtrains_retrosignal_on_30.b3d
diff options
context:
space:
mode:
authororwell96 <orwell@bleipb.de>2019-01-22 18:48:46 +0100
committerorwell96 <orwell@bleipb.de>2019-01-22 18:48:46 +0100
commita34c2f40532a4b424a64c475e732dc9e7d96ae29 (patch)
tree69f2ba232f5ea3eeedb9ef2bd8479c63ff6db623 /advtrains/models/advtrains_retrosignal_on_30.b3d
parent0617a6a1bd936f3553d027e248b5bb10f0d6d65f (advtrains-a34c2f40532a4b424a64c475e732dc9e7d96ae29.zip
disable debug print of ARS
Diffstat (limited to 'advtrains/models/advtrains_retrosignal_on_30.b3d')
0 files changed, 0 insertions, 0 deletions
ss="hl str">'', 'default:steel_ingot'}, {'', 'default:steel_ingot', ''}, } }) bucket = {} bucket.liquids = {} -- Register a new liquid -- source = name of the source node -- flowing = name of the flowing node -- itemname = name of the new bucket item (or nil if liquid is not takeable) -- inventory_image = texture of the new bucket item (ignored if itemname == nil) -- This function can be called from any mod (that depends on bucket). function bucket.register_liquid(source, flowing, itemname, inventory_image) bucket.liquids[source] = { source = source, flowing = flowing, itemname = itemname, }