-
-
Notifications
You must be signed in to change notification settings - Fork 66
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 #3044 from AllTheMods/Staging
Release 1.8.23
- Loading branch information
Showing
15 changed files
with
108 additions
and
22 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
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,46 @@ | ||
## Release 1.8.23 | ||
|
||
### Mod Updates | ||
- architectury-1.31.59.jar | ||
- ars_nouveau-1.16.5-1.24.22.jar | ||
- AttributeFix-1.16.5-10.1.4.jar | ||
- BiomesOPlenty-1.16.5-13.1.0.486-universal.jar | ||
- Bookshelf-Forge-1.16.5-10.4.32.jar | ||
- BotanyPots-1.16.5-7.1.32.jar | ||
- BotanyTrees-1.16.5-3.0.7.jar | ||
- CosmeticArmorReworked-1.16.5-v5.jar | ||
- creativecrafter-1.16.5-0.1522.jar | ||
- Cyclic-1.16.5-1.5.15.jar | ||
- DarkUtilities-1.16.5-8.0.13.jar | ||
- EnchantmentDescriptions-1.16.5-7.0.19.jar | ||
- EnderStorage-1.16.5-2.8.0.170-universal.jar | ||
- engineersdecor-1.16.5-1.1.17.jar | ||
- FramedBlocks-2.14.4.jar | ||
- geckolib-forge-1.16.5-3.0.68.jar | ||
- globalxp-1.16.5-v1.9.2.jar | ||
- HammerLib-1.16.5-16.3.30.jar | ||
- lootr-1.16.5-0.1.12.42.jar | ||
- mahoutsukai-1.16.5-v1.34.11.jar | ||
- mcjtylib-1.16-5.1.5.jar | ||
- mcw-fences-1.0.4-mc1.16.5.jar | ||
- minecolonies-1.16.5-1.0.591-BETA.jar | ||
- mob_grinding_utils-1.16.5-0.4.35.jar | ||
- pneumaticcraft-repressurized-1.16.5-2.15.6-315.jar | ||
- rftoolsbase-1.16-2.1.3.jar | ||
- rftoolsbuilder-1.16-3.1.8.jar | ||
- rftoolscontrol-1.16-4.0.16.jar | ||
- rftoolsutility-1.16-3.1.14.jar | ||
- rsgauges-1.16.5-1.2.15.jar | ||
- Runelic-1.16.5-7.0.3.jar | ||
- simplylight-1.16.5-1.4.2-build.32.jar | ||
- structurize-1.16.5-1.0.380-BETA.jar | ||
- theoneprobe-1.16-3.1.7.jar | ||
- trashcans-1.0.14-mc1.16.jar | ||
- universalgrid-1.16.5-1.032.jar | ||
- xptome-1.16.5-v2.1.5.jar | ||
### Other Changes | ||
- Also disable the /warp command by default on new worlds | ||
- Add Draconic Evolution to Mahou Projection blacklist | ||
- Add stonecutting recipes for metal block variants | ||
- Fixes for Mekanism slurry and combiner unification (#3019, #3031) | ||
- Add Creative Crafter to cardboard box blacklist (#3029) |
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 = 8 | ||
[packversionminrev] | ||
minorrev = 22 | ||
minorrev = 23 |
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,3 +1,3 @@ | ||
[General] | ||
oil_world_gen_blacklist = ["minecraft:soul_sand_valley", "minecraft:crimson_forest", "minecraft:warped_forest", "minecraft:nether_wastes", "minecraft:the_void", "minecraft:the_end", "minecraft:small_end_islands", "minecraft:end_midlands", "minecraft:end_highlands", "minecraft:end_barrens", "allthemodium:mining"] | ||
|
||
vacuum_trap_blacklist = ["#mob_grinding_utils:noswab"] |
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
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
11 changes: 1 addition & 10 deletions
11
kubejs/server_scripts/mod_specific/_allthemods/alltheores.js
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,12 +1,3 @@ | ||
onEvent('recipes', e => { | ||
|
||
const slurries = [ | ||
'uranium', | ||
'copper', | ||
'osmium', | ||
'lead', | ||
'tin' | ||
] | ||
|
||
slurries.forEach(type => e.remove({id: `alltheores:mek_processing/${type}/slurry/dirty`})) | ||
mekanismMetals.forEach(type => e.remove({id: `alltheores:mek_processing/${type}/slurry/dirty`})) | ||
}); |
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,20 @@ | ||
onEvent('recipes', e => { | ||
function stonecutting(inputs, formatter) { | ||
inputs.forEach(metal => { | ||
let output = formatter(metal); | ||
e.stonecutting(output, `#forge:storage_blocks/${metal}`) | ||
.id(`kubejs:stonecutting/${output.replace(':', '/')}`) | ||
}); | ||
} | ||
|
||
stonecutting(immersiveMetals.concat(immersiveAlloys), metal => `immersiveengineering:storage_${metal}`) | ||
stonecutting(mekanismMetals.concat(mekanismAlloys), metal => `mekanism:block_${metal}`) | ||
stonecutting(thermalMetals.concat(thermalAlloys), metal => `thermal:${metal}_block`) | ||
stonecutting(atoMetals, metal => `alltheores:${metal}_block`) | ||
stonecutting(['tin', 'silver', 'copper'], metal => `projectred-exploration:${metal}_block`) | ||
stonecutting(['brass', 'zinc', 'copper'], metal => `create:${metal}_block`) | ||
stonecutting(['aluminum', 'copper'], metal => `tmechworks:${metal}_block`) | ||
stonecutting(['silver', 'copper'], metal => `iceandfire:${metal}_block`) | ||
stonecutting(['copper'], metal => `tconstruct:${metal}_block`) | ||
stonecutting(['lead'], metal => `eidolon:${metal}_block`) | ||
}) |
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