mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-01-12 02:20:19 +01:00
fix upside-down vines ends (#37)
This commit is contained in:
parent
9483fee7b3
commit
a2cbc18351
@ -126,7 +126,7 @@ vines.register_vine = function( name, defs, biome )
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
buildable_to = false,
|
buildable_to = false,
|
||||||
tiles = {vine_image_end},
|
tiles = {vine_image_end .. (drawtype == "plantlike" and "^[transformR180" or "")},
|
||||||
drawtype = drawtype,
|
drawtype = drawtype,
|
||||||
inventory_image = vine_image_end,
|
inventory_image = vine_image_end,
|
||||||
groups = groups,
|
groups = groups,
|
||||||
|
Loading…
Reference in New Issue
Block a user