-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3202 from AllTheMods/Staging
Release 1.9.2
- Loading branch information
Showing
11 changed files
with
57 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## Release 1.9.2 | ||
|
||
### Mod Updates | ||
- embeddium-0.2.18+mc1.16.5.jar | ||
- industrial-foregoing-1.16.5-3.2.14.7-19.jar | ||
- JustEnoughCalculation-1.16.5-3.8.6.jar | ||
- mahoutsukai-1.16.5-v1.34.61.jar | ||
- mcw-fences-1.1.1-mc1.16.5forge.jar | ||
- mcw-windows-2.2.1-mc1.16.5forge.jar | ||
- modernfix-forge-5.12.0+mc1.16.5.jar | ||
- oculus-mc1.16.5-1.4.7.jar | ||
- RoadRunner-mc1.16.5-1.5.1.jar | ||
### Mod Removals | ||
- starlight-1.2.jar | ||
|
||
### Other Changes | ||
- fix Time in a Bottle quest | ||
- fix Ice Dragon and Fire Dragon biome quests | ||
- fix Zycraft quartz not obtainable from void miner | ||
- remove Starlight due to crash with Immersive Engineering | ||
- downgrade Just Enough Calculation to fix tooltip offset bug | ||
- update default config for Mahou Tsukai to new format (thanks to Laithur) | ||
- If you want the updated config for existing worlds, you will need to | ||
manually delete `saves/<save name>/serverconfig/mahoutsukai-server.toml` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
[packversionmin] | ||
minor = 9 | ||
[packversionminrev] | ||
minorrev = 1 | ||
minorrev = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,3 +112,7 @@ | |
> | ||
} | ||
} | ||
"Client" { | ||
B:"fancyToolModels"=false | ||
B:"toolShaders"=false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
enableDebugOptions=false | ||
disableUpdateMessage=true | ||
enableShaders=false | ||
maxShadowRenderDistance=32 | ||
shaderPack= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
[projection] | ||
PROJECTION_BLACKLIST = ["silentgear", "draconicevolution", "mysticalagriculture", "thermal"] | ||
POWER_CONSOLIDATION_TIERS = [10000.0, 50000.0, 500000.0, 1000000.0, 5000000.0] | ||
POWER_CONSOLIDATION_TIER_UPGRADE_ITEM = ["atmadditions:atm_star"] | ||
#Projection Enchantment Blacklist | ||
PROJECTION_ENCHANTMENT_BLACKLIST = ["minecraft:mending", "forbiddenarcanus:indestructible", "apotheosis:life_mending", "naturesaura:aura_mending"] | ||
#Projection items cannot be used in anvil | ||
PROJECTION_ANVIL_CANCEL = true | ||
[projection.projection] | ||
PROJECTION_BLACKLIST = ["silentgear", "draconicevolution", "mysticalagriculture", "thermal"] | ||
#Projection Enchantment Blacklist | ||
PROJECTION_ENCHANTMENT_BLACKLIST = ["minecraft:mending", "forbiddenarcanus:indestructible", "apotheosis:life_mending", "naturesaura:aura_mending"] | ||
#Projection items cannot be used in anvil | ||
PROJECTION_ANVIL_CANCEL = true | ||
[projection."power consolidation"] | ||
POWER_CONSOLIDATION_TIERS = [10000.0, 50000.0, 500000.0, 1000000.0, 5000000.0] | ||
POWER_CONSOLIDATION_TIER_UPGRADE_ITEM = ["atmadditions:atm_star"] | ||
[boundary] | ||
#Entities that won't be considered for the boundary | ||
DRAIN_LIFE_ENTITY_BLACKLIST = ["dummmmmmy:target_dummy"] | ||
[boundary."drain life"] | ||
#Entities that won't be considered for the boundary | ||
DRAIN_LIFE_ENTITY_BLACKLIST = ["dummmmmmy:target_dummy"] |
2 changes: 1 addition & 1 deletion
2
kubejs/data/envirotech/envirotech/void_miner_drops/ore/zycraft_quartz.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters