fix: storage monitor recipe
This commit is contained in:
parent
faaf0430d4
commit
f9da3b23fd
3 changed files with 10 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -12,6 +12,8 @@ task devJar(type: Jar) {
|
|||
|
||||
from(sourceSets.main.output) {
|
||||
include "appeng/**"
|
||||
include "dev/**"
|
||||
include "com/**"
|
||||
include "assets/**"
|
||||
include 'mcmod.info'
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue