From f9da3b23fd0067b16788b8648227027fba34fd73 Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Mon, 6 Feb 2023 11:36:34 +0100 Subject: [PATCH] fix: storage monitor recipe --- build.gradle | 2 ++ gradle/scripts/artifacts.gradle | 2 ++ .../assets/appliedenergistics2/recipes/legacy/index.recipe | 6 ++++++ 3 files changed, 10 insertions(+) diff --git a/build.gradle b/build.gradle index 9bc787a2..bd5d4c0e 100644 --- a/build.gradle +++ b/build.gradle @@ -55,6 +55,8 @@ jar { // specify which files are really included, can control which APIs should be in include "appeng/**" + include "dev/**" + include "com/**" include "assets/**" include "mcmod.info" include "pack.mcmeta" diff --git a/gradle/scripts/artifacts.gradle b/gradle/scripts/artifacts.gradle index 20b737ae..fc2118af 100644 --- a/gradle/scripts/artifacts.gradle +++ b/gradle/scripts/artifacts.gradle @@ -12,6 +12,8 @@ task devJar(type: Jar) { from(sourceSets.main.output) { include "appeng/**" + include "dev/**" + include "com/**" include "assets/**" include 'mcmod.info' } diff --git a/src/main/resources/assets/appliedenergistics2/recipes/legacy/index.recipe b/src/main/resources/assets/appliedenergistics2/recipes/legacy/index.recipe index 2df6057c..adb5ec68 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/legacy/index.recipe +++ b/src/main/resources/assets/appliedenergistics2/recipes/legacy/index.recipe @@ -59,3 +59,9 @@ shaped= ae2:CableGlass.Fluix ae2:BlockEnergyCell ae2:CableGlass.Fluix, oredictionary:ingotIron ae2:CableGlass.Fluix oredictionary:ingotIron, -> ae2:BlockPowerRelay + +shaped= + oredictionary:ingotIron oredictionary:ingotIron glass, + ae2:CableGlass.Fluix ae2:ItemPart.LevelEmitter glass, + oredictionary:ingotIron oredictionary:ingotIron glass, + -> ae2:BlockStorageMonitor