1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-23 18:20:24 +02:00

fix sizes of various ferns and dry plants

(due to changes in how visual_scale is interpreted in the engine)
This commit is contained in:
Vanessa Ezekowitz
2017-06-16 14:16:18 -04:00
parent dd14b2cb04
commit 0363ed0348
5 changed files with 9 additions and 9 deletions

View File

@ -25,7 +25,7 @@ local nodenames = {}
local function create_nodes()
local images = { "ferns_fern.png", "ferns_fern_mid.png", "ferns_fern_big.png" }
local vscales = { 1, 2, 2.2 }
local vscales = { 1, math.sqrt(8), math.sqrt(11) }
local descs = { "Lady-fern (Athyrium)", nil, nil }
for i = 1, 3 do