Add Applied Energistics 2

carryon-pedestal
copygirl 2 years ago
parent ba9da1da10
commit d09b97a1df
  1. 1465
      config/jei/blacklist.cfg
  2. 2
      kubejs/server_scripts/recipes/essentials/slabs.js
  3. 13
      mods/ae2.pw.toml

File diff suppressed because it is too large Load Diff

@ -2,7 +2,7 @@
onEvent("recipes", event => {
// For each slab crafting recipe that outputs 6x slabs, ...
event.forEachRecipe({ id: /_slab/, type: "minecraft:crafting_shaped" }, recipe => {
event.forEachRecipe({ id: /slab/, type: "minecraft:crafting_shaped" }, recipe => {
if (recipe.outputItems[0].getCount() != 6) return;
let input = recipe.inputItems[0];

@ -0,0 +1,13 @@
name = "Applied Energistics 2"
filename = "appliedenergistics2-11.1.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/XxWD5pD3/versions/forge-11.1.4/appliedenergistics2-11.1.4.jar"
hash-format = "sha1"
hash = "090926cdb03ef6c4268036be18b8332deb5f92bd"
[update]
[update.modrinth]
mod-id = "XxWD5pD3"
version = "sm5CvPw0"
Loading…
Cancel
Save