1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00

Update mods / kubejs config blabla

This commit is contained in:
2021-02-04 18:44:50 +01:00
parent 3ca52ee385
commit 0edf987efd
67 changed files with 80 additions and 16 deletions

View File

@ -76,16 +76,10 @@ const modPriorities = [
'kubejs',
'pneumaticcraft',
'create',
'occultism',
'tmechworks',
'industrialforegoing',
'botania',
'quark',
'pedestals',
'refinedstorage',
'mapperbase',
'bloodmagic',
'eidolon',
'morevanillalib',
'titanium'
];

View File

@ -0,0 +1,4 @@
events.listen('recipes', (event) => {
// Mana and artifice
// event.blasting('mana-and-artifice:vinteum_dust', 'emendatusenigmatica:arcane_ore');
});

View File

@ -43,6 +43,10 @@ events.listen('recipes', (event) => {
// Iron Rods
event.remove({id: 'immersiveengineering:crafting/stick_iron'});
// Mana and Artifice
// event.remove({id: 'mana-and-artifice:vinteum_dust'});
// event.remove({id: 'mana_and_artifice:vinteum_dust_blast_furnace'});
// Mekanism
event.remove({id: 'mekanism:storage_blocks/charcoal'});
@ -69,6 +73,8 @@ events.listen('recipes', (event) => {
event.remove({id: 'thermal:machine/press/packing3x3/press_carrot_packing'});
event.remove({id: 'thermal:machine/press/packing3x3/press_charcoal_packing'});
event.remove({id: 'thermal:machine/press/packing3x3/press_sawdust_packing'});
event.remove({id: 'thermal:phytogro_4'});
event.remove({id: 'thermal:phytogro_8'});
// Xreliquary
event.remove({id: 'xreliquary:items/uncrafting/redstone'});

View File

@ -8,4 +8,7 @@ events.listen('recipes', (event) => {
// event.replaceInput({}, 'extrastorage:storagepart_1024k', 'extradisks:1024k_storage_part');
// event.replaceInput({}, 'extrastorage:storagepart_4096k', 'extradisks:4096k_storage_part');
// event.replaceInput({}, 'extrastorage:storagepart_16384k', 'extradisks:16384k_storage_part');
// Mana and Artifice
event.replaceInput({}, 'mana-and-artifice:vinteum_ore', '#forge:ores/arcane');
});

View File

@ -0,0 +1,4 @@
events.listen('recipes', (event) => {
// Mana and artifice
// event.smelting('mana-and-artifice:vinteum_dust', 'emendatusenigmatica:arcane_ore');
});