1
0
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:
2023-06-07 22:23:22 +02:00
41 changed files with 488 additions and 6 deletions

View File

@ -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,