Skip to content

Commit

Permalink
fix: storage monitor recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
leytilera committed Feb 6, 2023
1 parent faaf043 commit f9da3b2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions gradle/scripts/artifacts.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ task devJar(type: Jar) {

from(sourceSets.main.output) {
include "appeng/**"
include "dev/**"
include "com/**"
include "assets/**"
include 'mcmod.info'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f9da3b2

Please sign in to comment.