mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-11-05 09:50:27 +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",
|
||||
paramtype2 = "wallmounted",
|
||||
buildable_to = false,
|
||||
tiles = {vine_image_end},
|
||||
tiles = {vine_image_end .. (drawtype == "plantlike" and "^[transformR180" or "")},
|
||||
drawtype = drawtype,
|
||||
inventory_image = vine_image_end,
|
||||
groups = groups,
|
||||
|
|
Loading…
Reference in New Issue
Block a user