From 895c7299aec45cedf1e411e702a6244477a18182 Mon Sep 17 00:00:00 2001 From: nixnoxus Date: Mon, 10 Jan 2022 17:20:27 +0100 Subject: [PATCH] add `trunks:moss_plain_0`, `moss_with_fungus_0`, `dryplants:reedmace_sapling` --- refinery.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/refinery.lua b/refinery.lua index f57f03f..e1a7c69 100644 --- a/refinery.lua +++ b/refinery.lua @@ -57,8 +57,9 @@ biomass.convertible_nodes = { 'cucina_vegana:flax', 'cucina_vegana:flax_roasted', 'cucina_vegana:sunflower', -- cucina_vegana 'cucina_vegana:soy', 'cucina_vegana:chives', 'vines:vines', 'vines:rope', 'vines:rope_block', -- Vines - 'trunks:twig_1', 'bushes:BushLeaves1', 'bushes:BushLeaves2', - 'dryplants:grass', 'dryplants:hay', 'dryplants:reed', 'dryplants:wetreed', + 'trunks:moss_plain_0', 'trunks:moss_with_fungus_0', 'trunks:twig_1', + 'bushes:BushLeaves1', 'bushes:BushLeaves2', + 'dryplants:grass', 'dryplants:hay', 'dryplants:reed', 'dryplants:reedmace_sapling', 'dryplants:wetreed', 'poisonivy:climbing', 'poisonivy:seedling', 'poisonivy:sproutling', }