updated build.gradle, config
This commit is contained in:
parent
2f2a4a6ca5
commit
08804d435d
|
|
@ -268,6 +268,7 @@ public class CarryConfig
|
|||
"mekanismgenerators:wind_generator", "cookingforblockheads:cabinet", "cookingforblockheads:corner", "cookingforblockheads:counter",
|
||||
"cookingforblockheads:oven", "cookingforblockheads:toaster", "cookingforblockheads:milk_jar", "cookingforblockheads:cow_jar",
|
||||
"cookingforblockheads:fruit_basket", "cookingforblockheads:cooking_table", "cookingforblockheads:fridge", "cookingforblockheads:sink",
|
||||
"chipped:*",
|
||||
"powah:*", "advancementtrophies:trophy", "mekanismgenerators:heat_generator", "mna:filler_block", "create_enchantment_industry:*", "graveyard:*", "immersivepetroleum:*", "tardis:interior_door"
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -135,6 +135,10 @@ processResources {
|
|||
from project(":Common").sourceSets.main.resources
|
||||
}
|
||||
|
||||
reobf {
|
||||
jarJar {}
|
||||
}
|
||||
|
||||
jar.finalizedBy('reobfJar')
|
||||
|
||||
publishing {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user