mirror of
https://github.com/minetest-mods/ropes.git
synced 2025-02-17 18:33:43 +01:00
Merge pull request #8 from tenplus1/patch-1
Fix crash glitch with vine registry
This commit is contained in:
@ -32,7 +32,7 @@ vines.register_vine = function( name, defs, biome )
|
||||
sunlight_propagates = true,
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
buildable_to = true,
|
||||
buildable_to = false,
|
||||
tiles = { vine_image_end },
|
||||
drawtype = drawtype,
|
||||
inventory_image = vine_image_end,
|
||||
@ -69,7 +69,7 @@ vines.register_vine = function( name, defs, biome )
|
||||
sunlight_propagates = true,
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
buildable_to = true,
|
||||
buildable_to = false,
|
||||
tiles = { vine_image_middle },
|
||||
wield_image = vine_image_middle,
|
||||
drawtype = drawtype,
|
||||
|
Reference in New Issue
Block a user