-
-
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 #3137 from AllTheMods/Staging
Release 1.8.28
- Loading branch information
Showing
19 changed files
with
167 additions
and
32 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,40 @@ | ||
## Release 1.8.28 | ||
|
||
### Mod Additions | ||
- parry-2.1.jar | ||
### Mod Updates | ||
- advancedperipherals-1.16.5-0.7.10r.jar | ||
- architectury-1.32.66.jar | ||
- ars_nouveau-1.16.5-1.25.5.jar | ||
- BloodMagic-1.16.4-3.1.13-39.jar | ||
- cabletiers-1.16.5-0.545.jar | ||
- cc-tweaked-1.16.5-1.100.9.jar | ||
- Cyclic-1.16.5-1.5.18.jar | ||
- CyclopsCore-1.16.5-1.13.0.jar | ||
- Draconic-Evolution-1.16.5-3.0.27.462-universal.jar | ||
- engineersdecor-1.16.5-forge-1.1.19.jar | ||
- ImmersivePetroleum-1.16.5-3.4.0-13.jar | ||
- incontrol-1.16-5.2.12.jar | ||
- IntegratedDynamics-1.16.5-1.10.13.jar | ||
- IntegratedTunnels-1.16.5-1.8.10.jar | ||
- lootr-1.16.5-0.1.13.44.jar | ||
- mahoutsukai-1.16.5-v1.34.31.jar | ||
- mcw-fences-1.0.6-mc1.16.5.jar | ||
- mcw-trapdoors-1.0.7-mc1.16.5.jar | ||
- minecolonies-1.16.5-1.0.890-RELEASE.jar | ||
- mininggadgets-1.7.6.jar | ||
- pedestals-0.8t_hotfix_1.jar | ||
- pneumaticcraft-repressurized-1.16.5-2.15.11-334.jar | ||
- simplemagnets-1.1.8-forge-mc1.16.jar | ||
- sophisticatedbackpacks-1.16.5-3.15.16.669.jar | ||
- supplementaries-1.16.5-0.18.4b.jar | ||
- tombstone-6.7.9-1.16.5.jar | ||
### Other Changes | ||
- Add Aquaculture fish to Harvestcraft recipes | ||
- Disable gold jetpack recipe | ||
- Fix flower for Dense Lead Bee | ||
- Add insolator recipes for basalt, limestone, and marble MA seeds | ||
- Add extruder recipe for soulstone | ||
- Move Zycraft Quartz out of void miner crystal card, add inert crystal ore | ||
- Block Mana & Artifice mobs from spawners due to world corruption | ||
- Disable Cyclic golden hopper due to dupe bug |
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 = 27 | ||
minorrev = 28 |
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
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
10 changes: 10 additions & 0 deletions
10
kubejs/data/envirotech/envirotech/void_miner_drops/ore/inert_crystal_ore.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"program": ["envirotech:ore", "envirotech:gemstone_ore"], | ||
"item": {"raw:item": "elementalcraft:crystalore", "count":1}, | ||
"config": [ | ||
{ | ||
"dimensions": ["minecraft:overworld"], | ||
"weight": 200 | ||
} | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
...d_miner_drops/crystal/zycraft_quartz.json → .../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
23 changes: 23 additions & 0 deletions
23
...js/data/thermal/recipes/compat/mysticalagriculture/insolator_mysticalag_basalt_seeds.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"type": "thermal:insolator", | ||
"ingredient": { | ||
"item": "mysticalagriculture:basalt_seeds" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "mysticalagriculture:basalt_essence", | ||
"count": 1 | ||
}, | ||
{ | ||
"item": "mysticalagriculture:basalt_seeds", | ||
"count": 1 | ||
} | ||
], | ||
"energy": 100000, | ||
"conditions": [ | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "mysticalagriculture" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
...data/thermal/recipes/compat/mysticalagriculture/insolator_mysticalag_limestone_seeds.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"type": "thermal:insolator", | ||
"ingredient": { | ||
"item": "mysticalagriculture:limestone_seeds" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "mysticalagriculture:limestone_essence", | ||
"count": 1 | ||
}, | ||
{ | ||
"item": "mysticalagriculture:limestone_seeds", | ||
"count": 1 | ||
} | ||
], | ||
"energy": 100000, | ||
"conditions": [ | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "mysticalagriculture" | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
...js/data/thermal/recipes/compat/mysticalagriculture/insolator_mysticalag_marble_seeds.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"type": "thermal:insolator", | ||
"ingredient": { | ||
"item": "mysticalagriculture:marble_seeds" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "mysticalagriculture:marble_essence", | ||
"count": 1 | ||
}, | ||
{ | ||
"item": "mysticalagriculture:marble_seeds", | ||
"count": 1 | ||
} | ||
], | ||
"energy": 100000, | ||
"conditions": [ | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "mysticalagriculture" | ||
} | ||
] | ||
} |
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