From 281da6b44ae15760ec51ec60b079090f74380be8 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sat, 6 Jun 2026 01:51:29 +0900 Subject: [PATCH] . --- PHI-CL/data/b/gm-vp.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PHI-CL/data/b/gm-vp.lua b/PHI-CL/data/b/gm-vp.lua index 39d2c79..1d48cfb 100644 --- a/PHI-CL/data/b/gm-vp.lua +++ b/PHI-CL/data/b/gm-vp.lua @@ -159,7 +159,7 @@ if data.raw['plant'] and data.raw['plant']['tree-plant'] and data.raw['plant'][' data.raw['plant']['tree-plant'].autoplace.tile_restriction = nil if data.raw['plant']['tree-plant'].minable then - data.raw['plant']['tree-plant'].minable.results = {type = 'item', name = 'wood', amount = 20} + data.raw['plant']['tree-plant'].minable.results = {{type = 'item', name = 'wood', amount = 20}} end if data.raw['plant']['yumako-tree'] and data.raw['plant']['yumako-tree'] then @@ -167,7 +167,7 @@ if data.raw['plant'] and data.raw['plant']['tree-plant'] and data.raw['plant'][' data.raw['plant']['yumako-tree'].harvest_emissions = nil if data.raw['plant']['yumako-tree'].minable then - data.raw['plant']['yumako-tree'].minable.results = {type = 'item', name = 'yumako', amount = 100} + data.raw['plant']['yumako-tree'].minable.results = {{type = 'item', name = 'yumako', amount = 100}} end end @@ -176,7 +176,7 @@ if data.raw['plant'] and data.raw['plant']['tree-plant'] and data.raw['plant'][' data.raw['plant']['jellystem'].harvest_emissions = nil if data.raw['plant']['jellystem'].minable then - data.raw['plant']['jellystem'].minable.results = {type = 'item', name = 'jellynut', amount = 100} + data.raw['plant']['jellystem'].minable.results = {{type = 'item', name = 'jellynut', amount = 100}} end end end