Skip to content

Commit

Permalink
Merge pull request #1908 from AllTheMods/Staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
thevortex authored Jun 27, 2021
2 parents bfb20dc + 60ee000 commit 18f02bd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 20 deletions.
2 changes: 1 addition & 1 deletion config/allthetweaks-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
[packversionminrev]
#Pack Minor Version Revision : X
#Range: 0 ~ 32768
minorrev = 11
minorrev = 13

18 changes: 0 additions & 18 deletions config/incontrol/spawn.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,5 @@
"perplayer": true
},
"result": "deny"
},
{
"dimension": "minecraft:overworld",
"mod": "iceandfire",
"onjoin": true,
"result": "deny"
},
{
"dimension": "minecraft:the_nether",
"mod": "iceandfire",
"onjoin": true,
"result": "deny"
},
{
"dimension": "minecraft:the_end",
"mod": "iceandfire",
"onjoin": true,
"result": "deny"
}
]
4 changes: 4 additions & 0 deletions kubejs/server_scripts/recipe_fixes.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// this file remaps default mod recipes with parsing issues
onEvent('recipes', e => {



// #region Functions
// Thermal resolving
function thermalRemoval(entries) {
Expand Down Expand Up @@ -205,6 +208,7 @@ onEvent('recipes', e => {
}).id(`kubejs:dragon_wing`)
// #endregion Rats


// #region Thermal
e.custom({
type: 'thermal:smelter',
Expand Down
10 changes: 9 additions & 1 deletion kubejs/server_scripts/recipes.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,15 @@ onEvent('recipes', e => {
e.smelting('allthemodium:vibranium_allthemodium_alloy_ingot', 'allthemodium:vibranium_allthemodium_alloy_dust').xp(.5).id('kubejs:smelting/vibranium_allthemodium_alloy_dust')
e.smelting('allthemodium:unobtainium_allthemodium_alloy_ingot', 'allthemodium:unobtainium_allthemodium_alloy_dust').xp(.5).id('kubejs:smelting/unobtainium_allthemodium_alloy_dust')
e.smelting('allthemodium:unobtainium_vibranium_alloy_ingot', 'allthemodium:unobtainium_vibranium_alloy_dust').xp(.5).id('kubejs:smelting/unobtainium_vibranium_alloy_dust')

//Tinkers Quick Fix
e.shaped('tconstruct:smeltery_controller', [
'CCC',
'CSC',
'CCC'
], {
C: '#forge:ingots/copper',
S: 'tconstruct:seared_melter'
})
//Misc shaped recipes
e.shaped('pamhc2foodcore:rolleritem', [
'SLS'
Expand Down

0 comments on commit 18f02bd

Please sign in to comment.