updated build.gradle, config

This commit is contained in:
Tschipp 2024-02-27 22:14:43 +01:00
parent 2f2a4a6ca5
commit 08804d435d
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -135,6 +135,10 @@ processResources {
from project(":Common").sourceSets.main.resources
}
reobf {
jarJar {}
}
jar.finalizedBy('reobfJar')
publishing {