Add azalea and blossom stonecutting

dev
copygirl 2 years ago
parent 67ae93250f
commit a63489a00d
  1. 5
      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"),
},
],
};

Loading…
Cancel
Save