Compare commits

...

5 Commits

  1. 2
      config/defaultoptions/extra/config/rubidium-options.json
  2. 7
      config/jei/blacklist.cfg
  3. 5
      config/quark-common.toml
  4. 10
      kubejs/server_scripts/recipes/stonecutter_cuts_wood.js
  5. 2
      mods/more-overlays-updated.pw.toml

@ -18,7 +18,7 @@
"use_entity_culling": true,
"use_particle_culling": true,
"use_fog_occlusion": true,
"use_block_face_culling": false
"use_block_face_culling": true
},
"notifications": {
"hide_donation_button": true

@ -1812,6 +1812,13 @@ minecraft:enchanted_book:[enchantment.airhop.air_hop.lvl1]
minecraft:enchanted_book:[enchantment.airhop.air_hop.lvl2]
minecraft:enchanted_book:[enchantment.alexsmobs.straddle_jump.lvl1]
minecraft:enchanted_book:[enchantment.alexsmobs.straddle_jump.lvl2]
minecraft:enchanted_book:[enchantment.allurement.launch.lvl1]
minecraft:enchanted_book:[enchantment.allurement.reeling.lvl1]
minecraft:enchanted_book:[enchantment.allurement.shockwave.lvl1]
minecraft:enchanted_book:[enchantment.allurement.shockwave.lvl2]
minecraft:enchanted_book:[enchantment.allurement.shockwave.lvl3]
minecraft:enchanted_book:[enchantment.allurement.vengeance.lvl1]
minecraft:enchanted_book:[enchantment.allurement.vengeance.lvl2]
minecraft:enchanted_book:[enchantment.ars_elemental.mirror_shield.lvl1]
minecraft:enchanted_book:[enchantment.ars_elemental.mirror_shield.lvl2]
minecraft:enchanted_book:[enchantment.ars_nouveau.mana_boost.lvl1]

@ -412,6 +412,11 @@
"airhop:air_hop",
"allurement:launch",
"allurement:reeling",
"allurement:shockwave",
"allurement:vengeance",
"ars_elemental:mirror_shield",
"ars_nouveau:mana_regen",

@ -425,4 +425,14 @@ onEvent("recipes", event => {
event.stonecutting(`malum:solid_${wood}_trapdoor`, `malum:${wood}_planks`);
}
// Immersive Engineering treated wood
event.stonecutting("2x immersiveengineering:stick_treated", "#forge:treated_wood");
event.stonecutting("immersiveengineering:treated_fence", "#forge:treated_wood");
for (let type of [ "horizontal", "vertical", "packaged" ]) {
event.stonecutting( `immersiveengineering:treated_wood_${type}` , "#forge:treated_wood");
event.stonecutting( `immersiveengineering:stairs_treated_wood_${type}`, "#forge:treated_wood");
event.stonecutting(`2x immersiveengineering:slab_treated_wood_${type}` , "#forge:treated_wood");
}
});

@ -3,6 +3,6 @@ filename = "moreoverlays-1.20.9-mc1.18.2.jar"
side = "client"
[download]
url = "https://meowface.org/copygirl/moreoverlays-1.20.9-mc1.18.2.jar"
url = "https://meowface.org/copygirl/heck/moreoverlays-1.20.9-mc1.18.2.jar"
hash-format = "sha1"
hash = "b1b0efb191836cc3bf4e25dd374b78f642cc394e"

Loading…
Cancel
Save