fix: storage monitor recipe

This commit is contained in:
Timo Ley 2023-02-06 11:36:34 +01:00
parent faaf0430d4
commit f9da3b23fd
3 changed files with 10 additions and 0 deletions

View File

@ -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"

View File

@ -12,6 +12,8 @@ task devJar(type: Jar) {
from(sourceSets.main.output) {
include "appeng/**"
include "dev/**"
include "com/**"
include "assets/**"
include 'mcmod.info'
}

View File

@ -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