Compare commits
7 commits
73a7c91d70
...
5f2df24146
Author | SHA1 | Date | |
---|---|---|---|
5f2df24146 | |||
77986e6c37 | |||
daa911d003 | |||
41bd9de830 | |||
9d375d7f10 | |||
06d92f7a6d | |||
1bc3fa5231 |
7 changed files with 3812 additions and 21 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,4 +1,7 @@
|
|||
# v3.8.0
|
||||
- Added GregTech 4
|
||||
- Added Invasion Mod
|
||||
- Fixed random ChromatiCraft crash
|
||||
# v3.9.0
|
||||
- Added Dimensional Doors
|
||||
- Switched to GTNH NEI fork
|
||||
- Updated ICBM
|
||||
- Disabled some Gregtech bullshit
|
||||
- Tweaked HBM NTM
|
||||
- Disabled prefilled tanks and fireworks
|
|
@ -3,7 +3,7 @@
|
|||
"type": "modpack",
|
||||
"versions": [
|
||||
{
|
||||
"version": "3.8.0",
|
||||
"version": "3.9.0",
|
||||
"versionid": -1,
|
||||
"mcversion": [
|
||||
"1.7.10"
|
||||
|
@ -602,11 +602,10 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "222213",
|
||||
"id": "mod-ccc",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:222213:2262089",
|
||||
"repository": "curse"
|
||||
"link": "https://cdn.modrinth.com/data/qMOdaUOs/versions/VEX8yogi/CodeChickenCore-1.3.6.jar"
|
||||
},
|
||||
"type": "mod",
|
||||
"options": [
|
||||
|
@ -977,11 +976,10 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "222211",
|
||||
"id": "mod-nei",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:222211:2302312",
|
||||
"repository": "curse"
|
||||
"link": "https://cdn.modrinth.com/data/iNPc3Onu/versions/rTIa7N7Q/NotEnoughItems-2.6.14-GTNH.jar"
|
||||
},
|
||||
"type": "mod",
|
||||
"options": [
|
||||
|
@ -2060,7 +2058,7 @@
|
|||
{
|
||||
"id": "mod-icbm",
|
||||
"file": {
|
||||
"link": "https://maven.tilera.xyz/universalelectricity/icbm/1.0.8/icbm-1.0.8.jar",
|
||||
"link": "https://maven.tilera.xyz/universalelectricity/icbm/1.0.9/icbm-1.0.9.jar",
|
||||
"installer": "internal.dir:mods"
|
||||
},
|
||||
"type": "mod",
|
||||
|
@ -2197,7 +2195,7 @@
|
|||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
{
|
||||
"id": "mod-gregtech4",
|
||||
"file": {
|
||||
"link": "https://maven.tilera.xyz/gregtechmod/gregtechmod/v417.57/gregtechmod-v417.57.jar",
|
||||
|
@ -2211,6 +2209,20 @@
|
|||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "mod-dimdoors",
|
||||
"file": {
|
||||
"link": "https://cdn.tilera.xyz/minecraft/mods/dimdoors/DimensionalDoors-2.2.5-test9.jar",
|
||||
"installer": "internal.dir:mods"
|
||||
},
|
||||
"type": "mod",
|
||||
"options": [
|
||||
"server",
|
||||
"client",
|
||||
"required",
|
||||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "forge",
|
||||
"versions": "[1.7.10-10.13.4.1614-1.7.10]",
|
||||
|
|
|
@ -3,16 +3,20 @@
|
|||
client {
|
||||
I:AmbientLightingLevel=15
|
||||
B:CTMRenderer=true
|
||||
B:DoMultiblockSparkle=true
|
||||
B:EnableAmbientLighting=true
|
||||
B:EnableMachineSounds=true
|
||||
B:EnablePlayerSounds=true
|
||||
B:Holidays=true
|
||||
B:MachineEffects=true
|
||||
S:ModelType=MODERN
|
||||
I:MultiblockSparkleIntesity=6
|
||||
B:OldTransmitterRender=false
|
||||
B:OpaqueTransmitterRender=false
|
||||
|
||||
# If true, will reduce lagging between player sounds. Setting to false will reduce GC load
|
||||
B:ReplaceSoundsWhenResuming=true
|
||||
B:SmallPipeFluid=false
|
||||
D:SoundVolume=1.0
|
||||
}
|
||||
|
||||
|
@ -33,6 +37,10 @@ general {
|
|||
I:DisassemblerEnergyUsage=10
|
||||
B:DynamicTankEasterEgg=false
|
||||
D:EUToJoules=0.1
|
||||
I:ElementizerFailChanceMultiplier=1
|
||||
B:EnableDiamondCompat=true
|
||||
B:EnablePoorOresCompat=true
|
||||
B:EnableQuartzCompat=true
|
||||
B:EnableWorldRegeneration=false
|
||||
D:EnergyPerHeat=1000.0
|
||||
D:EnergyPerRedstone=10000.0
|
||||
|
@ -57,22 +65,26 @@ general {
|
|||
I:MaxPlenisherNodes=4000
|
||||
I:MaxPumpRange=80
|
||||
I:MaxScubaGas=24000
|
||||
I:MethaneBurnTime=10
|
||||
I:MinerSilkMultiplier=6
|
||||
I:ObsidianTNTBlastRadius=12
|
||||
I:ObsidianTNTDelay=100
|
||||
B:OpsBypassRestrictions=false
|
||||
B:OreDictOsmium=true
|
||||
B:OreDictPlatinum=false
|
||||
I:OsmiumPerChunk=12
|
||||
B:PrefilledFluidTanks=true
|
||||
B:PrefilledGasTanks=true
|
||||
B:PrefilledFluidTanks=false
|
||||
B:PrefilledGasTanks=false
|
||||
B:PumpWaterSources=false
|
||||
D:RFToJoules=0.4
|
||||
I:SaltPerChunk=2
|
||||
B:SpawnBabySkeletons=true
|
||||
B:SpawnBabySkeletons=false
|
||||
D:SuperheatingHeatTransfer=10000.0
|
||||
S:"Temperature Units"=K
|
||||
D:ThermalEvaporationSpeed=1.0
|
||||
I:TinPerChunk=0
|
||||
B:UpdateNotifications=true
|
||||
B:UpdateNotificationsv2=true
|
||||
I:UpgradeModifier=10
|
||||
I:VoicePort=36123
|
||||
B:VoiceServerEnabled=true
|
||||
|
@ -84,6 +96,7 @@ generation {
|
|||
D:AdvancedSolarGeneration=300.0
|
||||
D:BioGeneration=350.0
|
||||
D:HeatGeneration=150.0
|
||||
I:HeatGenerationFluidRate=10
|
||||
D:HeatGenerationLava=5.0
|
||||
D:HeatGenerationNether=100.0
|
||||
D:SolarGeneration=50.0
|
||||
|
@ -135,6 +148,7 @@ machines {
|
|||
B:SeismicVibratorEnabled=true
|
||||
B:SolarNeutronActivatorEnabled=true
|
||||
B:TeleporterEnabled=true
|
||||
B:TheoreticalElementizerEnabled=true
|
||||
}
|
||||
|
||||
|
||||
|
@ -427,7 +441,7 @@ tools {
|
|||
}
|
||||
|
||||
general {
|
||||
D:MobArmorSpawnRate=0.03
|
||||
D:MobArmorSpawnRate=0.00
|
||||
}
|
||||
|
||||
}
|
||||
|
|
108
src/overrides/config/endercore/endercore.cfg
Normal file
108
src/overrides/config/endercore/endercore.cfg
Normal file
|
@ -0,0 +1,108 @@
|
|||
# Configuration file
|
||||
|
||||
enchants {
|
||||
# Allow the Auto Smelt enchant to be registered.
|
||||
# [default: true]
|
||||
B:allowAutoSmelt=true
|
||||
|
||||
# Allow the Auto Smelt enchant to work with Fortune.
|
||||
# [default: true]
|
||||
B:allowAutoSmeltWithFortune=true
|
||||
|
||||
# Allow the XP Boost enchant to be registered.
|
||||
# [default: true]
|
||||
B:allowXPBoost=true
|
||||
|
||||
# Enchant ID for the Auto Smelt enchant.
|
||||
# [range: 0 ~ 255, default: 46]
|
||||
I:enchantIDAutoSmelt=46
|
||||
|
||||
# Enchant ID for the XP boost enchant.
|
||||
# [range: 0 ~ 255, default: 45]
|
||||
I:enchantIDXPBoost=45
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# Disabling this option will prevent any crops added to the config json from being right clickable.
|
||||
# [default: true]
|
||||
B:allowCropRC=true
|
||||
|
||||
# Prevent tick speedup (i.e. torcherino) on any TE that uses the base TE class from EnderCore
|
||||
# [default: false]
|
||||
B:allowExternalTickSpeedup=false
|
||||
|
||||
# The max amount of XP levels an anvil recipe can use.
|
||||
# [default: 40]
|
||||
I:anvilMaxLevel=40
|
||||
|
||||
# The way the game should have been made (Yes this is the fireworks thing).
|
||||
# [default: true]
|
||||
B:betterAchievements=false
|
||||
|
||||
# Controls the default sorting on the mod list GUI.
|
||||
# 0 - Default sort (load order)
|
||||
# 1 - A to Z sort
|
||||
# 2 - Z to A sort
|
||||
# [range: 0 ~ 2, default: 1]
|
||||
I:defaultModSort=1
|
||||
|
||||
# Removes all void fog.
|
||||
# 0 = off
|
||||
# 1 = DEFAULT worldtype only
|
||||
# 2 = all world types
|
||||
# [range: 0 ~ 2, default: 1]
|
||||
I:disableVoidFog=1
|
||||
|
||||
# Show durability on item tooltips.
|
||||
# 0 - Off
|
||||
# 1 - Always on
|
||||
# 2 - Only with shift
|
||||
# 3 - Only in debug mode
|
||||
# [range: 0 ~ 3, default: 1]
|
||||
I:showDurabilityTooltips=1
|
||||
|
||||
# Show oredictionary names of every item in its tooltip.
|
||||
# 0 - Off
|
||||
# 1 - Always on
|
||||
# 2 - Only with shift
|
||||
# 3 - Only in debug mode
|
||||
# [range: 0 ~ 3, default: 2]
|
||||
I:showOredictTooltips=2
|
||||
|
||||
# Show item registry names in tooltips.
|
||||
# 0 - Off
|
||||
# 1 - Always on
|
||||
# 2 - Only with shift
|
||||
# 3 - Only in debug mode
|
||||
# [range: 0 ~ 3, default: 3]
|
||||
I:showRegistryNameTooltips=3
|
||||
|
||||
# 0 - Do nothing
|
||||
# 1 - Remove stacktraces, leave 1-line missing texture errors
|
||||
# 2 - Remove all missing texture errors completely.
|
||||
# [range: 0 ~ 2, default: 1]
|
||||
I:textureErrorRemover=1
|
||||
}
|
||||
|
||||
|
||||
tweaks {
|
||||
B:bookToPaperRecipe=true
|
||||
|
||||
# Makes boats stack to 16
|
||||
# [default: true]
|
||||
B:changeBoatStackSize=true
|
||||
|
||||
# Makes the bed stepSound wool instead of stone
|
||||
# [default: true]
|
||||
B:fixBedSound=true
|
||||
|
||||
# Allows packed ice to be mined with a pickaxe
|
||||
# [default: true]
|
||||
B:fixPackedIceTool=true
|
||||
B:infinibow=true
|
||||
B:shapelessPaperRecipe=true
|
||||
B:slabToBlockRecipes=true
|
||||
}
|
||||
|
||||
|
|
@ -608,7 +608,7 @@
|
|||
B:12.D00_enableDucks=false
|
||||
|
||||
# Whether zombies and skeletons should have additional gear when spawning
|
||||
B:12.D01_enableMobGear=false
|
||||
B:12.D01_enableMobGear=true
|
||||
|
||||
# Whether there should be radiation elementals
|
||||
B:12.E00_enableMeltdownElementals=true
|
||||
|
@ -751,7 +751,7 @@
|
|||
D:12.I02_baseInfestChance=5.0
|
||||
|
||||
# Whether mask man should spawn
|
||||
B:12.M00_enableMaskman=false
|
||||
B:12.M00_enableMaskman=true
|
||||
|
||||
# How many world ticks need to pass for a check to be performed
|
||||
I:12.M01_maskmanDelay=216000
|
||||
|
@ -871,7 +871,7 @@
|
|||
|
||||
16_pollution {
|
||||
# If disabled, none of the polltuion related things will work
|
||||
B:POL_00_enablePollution=true
|
||||
B:POL_00_enablePollution=false
|
||||
|
||||
# Whether breaking blocks in heavy metal polluted areas will poison the player
|
||||
B:POL_01_enableLeadFromBlocks=true
|
||||
|
@ -1004,7 +1004,7 @@
|
|||
# When enabled, some uncraftable or more expansive items get simple crafting recipes. Scorched uranium also becomes washable
|
||||
B:LBSM_recipeSimpleCrafting=true
|
||||
|
||||
# When enabled, makes some medicine recipes (line ones that require bismuth) much more affordable/d/
|
||||
# When enabled, makes some medicine recipes (line ones that require bismuth) much more affordable
|
||||
B:LBSM_recipeSimpleMedicine=true
|
||||
|
||||
# When enabled, simplifies the recipe for tool sets like starmetal or scrhabidium
|
||||
|
|
3650
src/overrides/config/hbmRecipes/hbmAssembler.json
Normal file
3650
src/overrides/config/hbmRecipes/hbmAssembler.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,3 +1,7 @@
|
|||
recipes.remove(<minecraft:end_portal>);
|
||||
recipes.remove(<hbm:tile.machine_converter_rf_he>);
|
||||
recipes.remove(<hbm:tile.machine_converter_he_rf>);
|
||||
recipes.remove(<hbm:item.bobmazon_materials>);
|
||||
recipes.remove(<hbm:item.bobmazon_machines>);
|
||||
recipes.remove(<hbm:item.bobmazon_weapons>);
|
||||
recipes.remove(<hbm:item.bobmazon_tools>);
|
Loading…
Add table
Reference in a new issue