mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-18 15:50:32 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@ -128,7 +128,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,
|
||||
|
Reference in New Issue
Block a user