Skip to content

Commit

Permalink
Merge pull request AllTheMods#3073 from AllTheMods/misc-fixes
Browse files Browse the repository at this point in the history
Misc fixes
  • Loading branch information
jeremiahwinsley authored May 9, 2022
2 parents 106a8d8 + a6b4334 commit 57b7dc5
Show file tree
Hide file tree
Showing 9 changed files with 173 additions and 30 deletions.
9 changes: 7 additions & 2 deletions changelog/1.8.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,38 @@

### Mod Updates
- Apotheosis-1.16.5-4.8.99F.jar
- advancedperipherals-1.16.5-0.7.8r.jar
- architectury-1.31.60.jar
- ars_nouveau-1.16.5-1.25.0.jar
- BotanyPots-1.16.5-7.1.33.jar
- BrandonsCore-1.16.5-3.0.14.247-universal.jar
- cabletiers-1.16.5-0.5441.jar
- cc-tweaked-1.16.5-1.100.5.jar
- cofh_core-1.16.5-1.4.3.10.jar
- configured-1.5.2-1.16.5.jar
- culinaryconstruct-forge-1.16.5-4.0.1.0.jar
- CyclopsCore-1.16.5-1.12.3.jar
- dankstorage-1.16.5-3.21.jar
- Draconic-Evolution-1.16.5-3.0.25.456-universal.jar
- DungeonCrawl-1.16.5-2.3.8.jar
- engineersdecor-1.16.5-1.1.18.jar
- entangled-1.3.11-forge-mc1.16.jar
- entityculling-forge-mc1.16.5-1.5.2.jar
- FramedBlocks-2.15.1.jar
- HostileNeuralNetworks-1.16.5-1.0.7.jar
- IntegratedCrafting-1.16.5-1.0.21.jar
- IntegratedDynamics-1.16.5-1.10.9.jar
- IntegratedDynamics-1.16.5-1.10.10.jar
- mahoutsukai-1.16.5-v1.34.12.jar
- mcjtylib-1.16-5.1.6.jar
- mcw-fences-1.0.4-mc1.16.5.jar
- mcw-roofs-2.1.2-mc1.16.5.jar
- minecolonies-1.16.5-1.0.634-BETA.jar
- mob_grinding_utils-1.16.5-0.4.37.jar
- moreminecarts-1.3.16.jar
- Placebo-1.16.5-4.7.0.jar
- pneumaticcraft-repressurized-1.16.5-2.15.7-320.jar
- ResourcefulBees-1.16.5-0.10.6.jar
- rftoolscontrol-1.16-4.0.17.jar
- rftoolspower-1.16-3.0.14.jar
- rftoolsstorage-1.16-2.0.19.jar
- simplemagnets-1.1.7-forge-mc1.16.jar
- spark-1.9.1-forge.jar
Expand All @@ -41,6 +44,7 @@
- tombstone-6.7.5-1.16.5.jar
- trashcans-1.0.15-forge-mc1.16.jar
- universalgrid-1.16.5-1.0321.jar
- XNetGases-1.16.5-2.3.10.jar

### Other Changes
- Update Forge to 36.2.34
Expand All @@ -52,3 +56,4 @@
- Re-enable Cyclic Ender Eye
- Add Collector Crystals to Bag of Yurting blacklist
- Add more blocks to dragon break blacklist
- Fix some recipe overrides (#3072, #3065)
2 changes: 2 additions & 0 deletions config/delogger2.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"net.minecraftforge.common.ForgeConfigSpec",
"net.minecraftforge.fml.VersionChecker",
"mezz.jei.load.PluginCaller",
"com.connectivity.Connectivity",
"net.minecraft.network.datasync.EntityDataManager",
"configured"
],
"ignoredExceptions": [
Expand Down
15 changes: 14 additions & 1 deletion kubejs/data/apotheosis/advancements/give_book.json
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
{}
{
"conditions": [{
"type": "apotheosis:module",
"module": "book"
},{
"type": "forge:mod_loaded",
"modid": "patchouli"
}],
"criteria": {
"tick": {
"trigger": "minecraft:tick"
}
}
}
35 changes: 35 additions & 0 deletions kubejs/data/pedestals/advancements/main/craft_filter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parent": "pedestals:main/root",
"display": {
"icon": {
"item": "pedestals:filter/filteritemstack"
},
"title": {
"translate": "advancements.main.craft_filter.title"
},
"description": {
"translate": "advancements.main.craft_filter.description"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"requirement1": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "pedestals:filters"
}
]
}
}
},
"requirements": [
[
"requirement1"
]
]
}
103 changes: 103 additions & 0 deletions kubejs/data/twilightforest/advancements/alt/compat/tconstruct.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "tconstruct"
}
],
"parent": "twilightforest:alt/root",
"criteria": {
"materials_book": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "tconstruct:materials_and_you"
}
]
}
},
"gold_cast": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "tconstruct:casts/gold"
}
]
}
},
"sand_cast": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "tconstruct:casts/sand"
}
]
}
},
"blank_pattern": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "tconstruct:pattern"
}
]
}
},
"crafting_station": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "tconstruct:crafting_station"
}
]
}
},
"tinker_station": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "tconstruct:tinker_station"
}
]
}
},
"part_builder": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "tconstruct:part_builder"
}
]
}
},
"tinkers_anvil": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "tconstruct:tinkers_anvil"
}
]
}
}
},
"requirements": [
[
"materials_book",
"gold_cast",
"sand_cast",
"blank_pattern",
"crafting_station",
"tinker_station",
"part_builder",
"tinkers_anvil"
]
]
}
22 changes: 9 additions & 13 deletions kubejs/server_scripts/mod_specific/_minecraft/minecraft.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ onEvent('recipes', e => {
e.recipes.mekanism.sawing(`6x minecraft:birch_planks`, [`byg:stripped_palo_verde_log`, `byg:palo_verde_log`], Item.of('thermal:sawdust').withChance(0.25)).id(`kubejs:saw/byg_log_palo_verde`)
e.recipes.mekanism.enriching('4x minecraft:blaze_powder', 'minecraft:blaze_rod').id('kubejs:minecraft/enriching/blaze_powder')

e.shapeless('4x minecraft:clay_ball', 'minecraft:clay').id(`kubejs:minecraft/clay`)
e.shapeless('4x minecraft:quartz', 'minecraft:quartz_block').id(`kubejs:minecraft/quartz`)
e.shapeless('minecraft:chest', '#forge:chests/wooden').id(`kubejs:minecraft/quartz`)
e.shapeless('4x minecraft:clay_ball', 'minecraft:clay').id(`kubejs:minecraft/clay_from_clay_block`)
e.shapeless('minecraft:chest', '#forge:chests/wooden').id(`kubejs:minecraft/chest_from_tag`)
e.shapeless('minecraft:crafting_table', /byg:.+_crafting_table/).id(`kubejs:byg_crafter_convert`)
e.shapeless('9x minecraft:honeycomb', 'minecraft:honeycomb_block').id('kubejs:minecraft/honeycomb')

Expand Down Expand Up @@ -76,7 +75,13 @@ onEvent('recipes', e => {
}
})

removeRecipeByID(e, ['minecraft:comparator', 'minecraft:glass'])
removeRecipeByID(e, [
'appliedenergistics2:misc/vanilla_daylight_detector',
'mincraft:daylight_detector',
'minecraft:sticky_piston',
'minecraft:comparator',
'minecraft:glass'
])
removeRecipeByOutput(e, [
'minecraft:dragon_egg',
['#minecraft:signs', 'pedestals:pedestal_sawing'],
Expand All @@ -88,15 +93,6 @@ onEvent('recipes', e => {
])

modifyShaped(e, 'minecraft:honeycomb_block', 1, ['CCC', 'CCC', 'CCC'], { C: 'minecraft:honeycomb' })
modifyShaped(e, 'minecraft:sticky_piston', 1, ['B', 'P'], {
B: '#forge:slimeballs',
P: 'minecraft:piston'
})
modifyShaped(e, 'minecraft:daylight_detector', 1, ['GGG', 'QQQ', 'SSS'], {
G: '#forge:glass',
Q: '#forge:gems/quartz',
S: '#minecraft:wooden_slabs'
})
modifyShaped(e, 'minecraft:beehive', 1, ['PPP', 'CCC', 'PPP'], {
P: '#minecraft:planks',
C: '#resourcefulbees:resourceful_honeycomb'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,4 @@ onEvent('recipes', e => {
acceptChaliceInput: true,
copyNBTToOutputs: false
}).id(`kubejs:astralsorcery/infuser/marble_raw`)

e.recipes.thermal.pulverizer(
[
Item.of('astralsorcery:aquamarine').withChance(6),
Item.of('minecraft:sand').withChance(0.2)
],
[{ item: 'astralsorcery:aquamarine_sand_ore' }]
)
})
8 changes: 2 additions & 6 deletions kubejs/server_scripts/mod_specific/thermal/thermal.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ onEvent('recipes', e => {
}
}
smelterCompat(e, 6400, 'thermal:bronze_ingot', 4, ['#forge:dusts/tin', '#forge:ingots/tin'], 1, ['#forge:dusts/copper', '#forge:ingots/copper'], 3)
smelterCompat(e, 3200, 'thermal:electrum_ingot', 3, ['#forge:dusts/silver', '#forge:ingots/silver'], 1, ['#forge:dusts/gold', '#forge:ingots/gold'], 2)
smelterCompat(e, 3200, 'thermal:electrum_ingot', 2, ['#forge:dusts/silver', '#forge:ingots/silver'], 1, ['#forge:dusts/gold', '#forge:ingots/gold'], 1)
smelterCompat(e, 4800, 'thermal:invar_ingot', 3, ['#forge:dusts/nickel', '#forge:ingots/nickel'], 1, ['#forge:dusts/iron', '#forge:ingots/iron'], 2)
smelterCompat(e, 3200, 'thermal:constantan_ingot', 2, ['#forge:dusts/nickel', '#forge:ingots/nickel'], 1, ['#forge:dusts/copper', '#forge:ingots/copper'], 2)
smelterCompat(e, 3200, 'thermal:constantan_ingot', 2, ['#forge:dusts/nickel', '#forge:ingots/nickel'], 1, ['#forge:dusts/copper', '#forge:ingots/copper'], 1)
smelterCompat(e, 12000, 'thermal:signalum_ingot', 4, ['#forge:dusts/silver', '#forge:ingots/silver'], 1, ['#forge:dusts/copper', '#forge:ingots/copper'], 3, '#forge:dusts/redstone', 2)
smelterCompat(e, 12000, 'thermal:lumium_ingot', 4, ['#forge:dusts/silver', '#forge:ingots/silver'], 1, ['#forge:dusts/tin', '#forge:ingots/tin'], 3, '#forge:dusts/glowstone', 2)
smelterCompat(e, 16000, 'thermal:enderium_ingot', 2, ['#forge:dusts/diamond', '#forge:gems/diamond'], 1, ['#forge:dusts/lead', '#forge:ingots/lead'], 3, ['#forge:dusts/ender_pearl', '#forge:ender_pearls'], 2)
Expand Down Expand Up @@ -48,13 +48,9 @@ onEvent('recipes', e => {
'thermal:machine/centrifuge/centrifuge_oil_red_sand',
'thermal:machine/pyrolyzer/pyrolyzer_coal',
'thermal:machine/pyrolyzer/pyrolyzer_logs',
'thermal:compat/astralsorcery/pulverizer_astralsorcery_aquamarine_ore',
'thermal:compat/tconstruct/smelter_alloy_tconstruct_pigiron_ingot',
'thermal:compat/tconstruct/chiller_tconstruct_pigiron_ingot',
'thermal:compat/tconstruct/smelter_alloy_tconstruct_slimesteel_ingot',
'thermal:compat/biomesoplenty/tree_extractor_bop_pink_cherry',
'thermal:compat/biomesoplenty/tree_extractor_bop_white_cherry',
'thermal:compat/biomesoplenty/tree_extractor_bop_fir', // temporary until fixed in Thermal
'thermal:machine/chiller/chiller_honey_to_honey_block',
'thermal:machine/bottler/bottler_honey_bottle',
'thermal:machine/centrifuge/centrifuge_honeycomb',
Expand Down
1 change: 1 addition & 0 deletions kubejs/server_scripts/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ onEvent('item.tags', e => {
'mana-and-artifice:decoration/redstone_arcane_sandstone_chiseled',
'mana-and-artifice:decoration/redstone_arcane_sandstone_pillar',
])
e.add('pedestals:filters', /^pedestals:filter\/filter\w+$/);
//#endregion
//#region removals
e.remove(`minecraft:small_flowers`, `#botania:special_flowers`)
Expand Down

0 comments on commit 57b7dc5

Please sign in to comment.