feat: remove some unnecessary things

This commit is contained in:
Timo Ley 2023-01-02 19:48:38 +01:00
parent 9d62704fba
commit c5ea81645e
3 changed files with 23 additions and 4 deletions

View file

@ -166,7 +166,7 @@ modules {
B:NotEnoughItems=true
B:NotEnoughResources=true
B:ProjectE=true
B:RedstoneFlux=true
B:RedstoneFlux=false
B:Thaumcraft=true
B:TinkersConstruct=true
B:Waila=true

View file

@ -35,7 +35,7 @@ general {
I:DisassemblerEnergyUsage=10
B:DynamicTankEasterEgg=false
D:EUToJoules=0.1
I:ElementizerFailChanceMultiplier=1
I:ElementizerFailChanceMultiplier=100
B:EnableDiamondCompat=true
B:EnablePoorOresCompat=true
B:EnableQuartzCompat=true
@ -127,7 +127,7 @@ machines {
B:FluidTankEnabled=true
B:FluidicPlenisherEnabled=true
B:FormulaicAssemblicatorEnabled=true
B:FuelwoodHeaterEnabled=true
B:FuelwoodHeaterEnabled=false
B:LaserAmplifierEnabled=true
B:LaserEnabled=true
B:LaserTractorBeamEnabled=true
@ -140,7 +140,7 @@ machines {
B:PressurizedReactionChamberEnabled=true
B:PurificationChamberEnabled=true
B:QuantumEntangloporterEnabled=true
B:ResistiveHeaterEnabled=true
B:ResistiveHeaterEnabled=false
B:RotaryCondensentratorEnabled=true
B:SeismicVibratorEnabled=true
B:SolarNeutronActivatorEnabled=true

View file

@ -4,3 +4,22 @@ recipes.addShapeless(<RedPowerBase:alloy> * 9, [<Tubestuff:storage:7>]);
recipes.addShapeless(<Tubestuff:storage:7>, [<RedPowerBase:alloy>, <RedPowerBase:alloy>, <RedPowerBase:alloy>, <RedPowerBase:alloy>, <RedPowerBase:alloy>, <RedPowerBase:alloy>, <RedPowerBase:alloy>, <RedPowerBase:alloy>, <RedPowerBase:alloy>]);
recipes.remove(<TinyCarts:tinycarts.awesomecart>);
recipes.addShaped(<TinyCarts:tinycarts.awesomecart>, [[<ThermalFoundation:material:76>, null, <ThermalFoundation:material:76>], [<ThermalFoundation:material:76>, <ThermalFoundation:material:76>, <ThermalFoundation:material:76>]]);
recipes.remove(<IC2:blockMachine2:7>);
recipes.remove(<IC2:blockMachine2:6>);
recipes.remove(<IC2:blockMachine2:5>);
recipes.remove(<IC2:blockMachine2:4>);
recipes.remove(<IC2:blockMachine2:3>);
recipes.remove(<IC2:blockMachine2:8>);
recipes.remove(<IC2:blockMachine2:9>);
recipes.remove(<IC2:reactorChamber:1>);
recipes.remove(<IC2:Converter:6>);
recipes.remove(<IC2:blockGenerator:7>);
recipes.remove(<IC2:blockGenerator:10>);
recipes.remove(<PowerConverters3:powerconverters.steam>);
recipes.remove(<PowerConverters3:powerconverters.steam:1>);
recipes.remove(<MekanismGenerators:Reactor:1>);
recipes.remove(<MekanismGenerators:Generator:10>);
recipes.remove(<Mekanism:BasicBlock2:7>);
recipes.remove(<MekanismGenerators:Generator:13>);
recipes.remove(<Mekanism:BasicBlock2:6>);
recipes.remove(<Mekanism:BasicBlock2:5>);