diff --git a/kubejs/server_scripts/recipes/stonecutter_cuts_wood.js b/kubejs/server_scripts/recipes/stonecutter_cuts_wood.js index 8a51430..9ed7bd9 100644 --- a/kubejs/server_scripts/recipes/stonecutter_cuts_wood.js +++ b/kubejs/server_scripts/recipes/stonecutter_cuts_wood.js @@ -355,6 +355,11 @@ onEvent("recipes", event => { types: EVERY_COMPAT_TYPES.filter(type => type != "banister"), format: makeEveryCompatFormat("twilightforest"), }, + { + woods: WOOD_TYPES.quark, + types: [ "beam", "palisade", "support", "seat", "backpack_shelf", "banister" ], + format: makeEveryCompatFormat("quark"), + }, ], };