Compare commits
9 commits
90d6609550
...
fb7ebafa5e
Author | SHA1 | Date | |
---|---|---|---|
fb7ebafa5e | |||
553008eb64 | |||
41e6e60706 | |||
05a98ea299 | |||
0bd57cb182 | |||
4b383859dd | |||
ad52fb7fc1 | |||
f82291721a | |||
a57d9f06e3 |
7 changed files with 394 additions and 53 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,7 @@
|
|||
# v3.10.0
|
||||
- Added custom Dimensional Doors dungeons
|
||||
- Updated NEID
|
||||
# v3.11.0
|
||||
- Updated Mekanism
|
||||
- Updated Twilight Forest
|
||||
- Switched to IC2 fork
|
||||
- Switched from GasStation to Unimixins
|
||||
- HBM tweaks
|
||||
- Enabled Atomic Science Tritium
|
|
@ -3,7 +3,7 @@
|
|||
"type": "modpack",
|
||||
"versions": [
|
||||
{
|
||||
"version": "3.10.0",
|
||||
"version": "3.11.0",
|
||||
"versionid": -1,
|
||||
"mcversion": [
|
||||
"1.7.10"
|
||||
|
@ -811,11 +811,11 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "242638",
|
||||
"id": "industrialcraft",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:242638:2353971",
|
||||
"repository": "curse"
|
||||
"artifact": "net.industrial-craft:industrialcraft-2:2.2.827-experimental",
|
||||
"repository": "tilera"
|
||||
},
|
||||
"type": "mod",
|
||||
"options": [
|
||||
|
@ -1473,7 +1473,7 @@
|
|||
"id": "227639",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:227639:3039937",
|
||||
"artifact": "curse.maven:227639:4629338",
|
||||
"repository": "curse"
|
||||
},
|
||||
"type": "mod",
|
||||
|
@ -1960,7 +1960,7 @@
|
|||
{
|
||||
"id": "mod-mixins",
|
||||
"file": {
|
||||
"link": "https://cdn.tilera.xyz/minecraft/mods/mtreloaded/00gasstation-mc1.7.10-0.3.5.jar",
|
||||
"link": "https://cdn.tilera.xyz/minecraft/mods/unimixins/+unimixins-all-1.7.10-0.1.17.jar",
|
||||
"installer": "internal.dir:mods"
|
||||
},
|
||||
"type": "mod",
|
||||
|
@ -2072,7 +2072,7 @@
|
|||
{
|
||||
"id": "mod-mekanism",
|
||||
"file": {
|
||||
"link": "https://maven.tilera.xyz/mekanism/Mekanism/1.7.10-9.13.1/Mekanism-1.7.10-9.13.1.jar",
|
||||
"link": "https://maven.tilera.xyz/mekanism/Mekanism/1.7.10-9.14.0-pre1/Mekanism-1.7.10-9.14.0-pre1.jar",
|
||||
"installer": "internal.dir:mods"
|
||||
},
|
||||
"type": "mod",
|
||||
|
|
21
src/overrides/config/AtomicScience.cfg
Normal file
21
src/overrides/config/AtomicScience.cfg
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Configuration file
|
||||
|
||||
general {
|
||||
B:"Allow Layered Turbines"=true
|
||||
B:"Allow Radioactive Ores"=true
|
||||
B:"Allow Toxic Waste"=true
|
||||
B:"Auto Disable Uranium If Exist"=false
|
||||
B:"Disable IC2 Uranium Compression (Recommended)"=true
|
||||
B:"Disable Radiation"=false
|
||||
B:"Require Tritium"=true
|
||||
I:"Steam Ratio"=120
|
||||
D:"Turbine Output Multiplier"=15.0
|
||||
I:"Uranium Hexafluoride Ratio"=200
|
||||
}
|
||||
|
||||
|
||||
ore_generation {
|
||||
B:"Generate Uranium Ore"=true
|
||||
}
|
||||
|
||||
|
|
@ -608,7 +608,7 @@
|
|||
B:12.D00_enableDucks=false
|
||||
|
||||
# Whether zombies and skeletons should have additional gear when spawning
|
||||
B:12.D01_enableMobGear=true
|
||||
B:12.D01_enableMobGear=false
|
||||
|
||||
# Whether there should be radiation elementals
|
||||
B:12.E00_enableMeltdownElementals=true
|
||||
|
@ -799,7 +799,7 @@
|
|||
|
||||
13_radiation {
|
||||
# RAD/s in the nether
|
||||
D:AMBIENT_00_nether=0.1
|
||||
D:AMBIENT_00_nether=0.0
|
||||
|
||||
# Radiation in RADs required for fog to spawn
|
||||
I:FOG_00_threshold=100
|
||||
|
|
237
src/overrides/config/hbmConfig/hbmCustomMachines.json
Normal file
237
src/overrides/config/hbmConfig/hbmCustomMachines.json
Normal file
|
@ -0,0 +1,237 @@
|
|||
{
|
||||
"machines": [
|
||||
{
|
||||
"recipeKey": "paperPress",
|
||||
"unlocalizedName": "paperPress",
|
||||
"localization": {
|
||||
"de_DE": "Papierpresse"
|
||||
},
|
||||
"localizedName": "Paper Press",
|
||||
"fluidInCount": 1,
|
||||
"fluidInCap": 1000,
|
||||
"itemInCount": 1,
|
||||
"fluidOutCount": 0,
|
||||
"fluidOutCap": 0,
|
||||
"itemOutCount": 1,
|
||||
"generatorMode": false,
|
||||
"maxPollutionCap": 100,
|
||||
"fluxMode": false,
|
||||
"recipeSpeedMult": 1.0,
|
||||
"recipeConsumptionMult": 1.0,
|
||||
"maxPower": 10000,
|
||||
"maxHeat": 0,
|
||||
"recipeShape": [
|
||||
"IPI",
|
||||
"PCP",
|
||||
"IPI"
|
||||
],
|
||||
"recipeParts": ["I",["dict","ingotSteel"],"P",["dict","plateSteel"],"C",["item","hbm:item.circuit",1,8]
|
||||
],
|
||||
"components": [
|
||||
{"block":"hbm:tile.cm_block","x":-1,"y":-1,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-1,"y":-1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-1,"y":-1,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-1,"y":0,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-1,"y":0,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-1,"y":0,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-1,"y":1,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-1,"y":1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-1,"y":1,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":0,"y":-1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":0,"y":-1,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":0,"y":0,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":0,"y":1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":0,"y":1,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":1,"y":-1,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":1,"y":-1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":1,"y":-1,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":1,"y":0,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":1,"y":0,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":1,"y":0,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":1,"y":1,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":1,"y":1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":1,"y":1,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_port","x":0,"y":-1,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_port","x":0,"y":1,"z":0,"metas":[0]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"recipeKey": "alectromat",
|
||||
"unlocalizedName": "alectromat",
|
||||
"localization": {},
|
||||
"localizedName": "Alectromat",
|
||||
"fluidInCount": 1,
|
||||
"fluidInCap": 1000,
|
||||
"itemInCount": 6,
|
||||
"fluidOutCount": 1,
|
||||
"fluidOutCap": 1000,
|
||||
"itemOutCount": 1,
|
||||
"generatorMode": false,
|
||||
"maxPollutionCap": 100,
|
||||
"fluxMode": false,
|
||||
"recipeSpeedMult": 1.0,
|
||||
"recipeConsumptionMult": 1.0,
|
||||
"maxPower": 1000000,
|
||||
"maxHeat": 0,
|
||||
"recipeShape": [
|
||||
"IPI",
|
||||
"CSC",
|
||||
"IPI"
|
||||
],
|
||||
"recipeParts": [
|
||||
"I",["dict","ingotSteel"],
|
||||
"P",["dict","plateSteel"],
|
||||
"C",["item","hbm:item.circuit",1,8],
|
||||
"S",["item", "hbm:tile.deco_crt", 1, 2]
|
||||
],
|
||||
"components": [
|
||||
{"block":"hbm:tile.cm_block","x":-3,"y":-1,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-2,"y":-1,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-1,"y":-1,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":0,"y":-1,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":1,"y":-1,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":2,"y":-1,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":3,"y":-1,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-3,"y":0,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-2,"y":0,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-1,"y":0,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_port","x":0,"y":0,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":1,"y":0,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":2,"y":0,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":3,"y":0,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-3,"y":1,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-2,"y":1,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-1,"y":1,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":0,"y":1,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":1,"y":1,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":2,"y":1,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":3,"y":1,"z":6,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-3,"y":-1,"z":5,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-2,"y":-1,"z":5,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-1,"y":-1,"z":5,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":0,"y":-1,"z":5,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":1,"y":-1,"z":5,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":2,"y":-1,"z":5,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":3,"y":-1,"z":5,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-3,"y":0,"z":5,"metas":[0]},
|
||||
{"block":"Mystcraft:BlockCrystal","x":-2,"y":0,"z":5,"metas":[0]},
|
||||
{"block":"ChromatiCraft:chromaticraft_block_chroma","x":-1,"y":0,"z":5,"metas":[0]},
|
||||
{"block":"Mimicry:Sparr_Mimic Block","x":0,"y":0,"z":5,"metas":[0]},
|
||||
{"block":"ChromatiCraft:chromaticraft_block_chroma","x":1,"y":0,"z":5,"metas":[0]},
|
||||
{"block":"Mystcraft:BlockCrystal","x":2,"y":0,"z":5,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":3,"y":0,"z":5,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-3,"y":1,"z":5,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-2,"y":1,"z":5,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-1,"y":1,"z":5,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":0,"y":1,"z":5,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":1,"y":1,"z":5,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":2,"y":1,"z":5,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":3,"y":1,"z":5,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-3,"y":-1,"z":4,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-2,"y":-1,"z":4,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-1,"y":-1,"z":4,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":0,"y":-1,"z":4,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":1,"y":-1,"z":4,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":2,"y":-1,"z":4,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":3,"y":-1,"z":4,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-3,"y":0,"z":4,"metas":[0]},
|
||||
{"block":"ChromatiCraft:chromaticraft_block_chroma","x":-2,"y":0,"z":4,"metas":[0]},
|
||||
{"block":"ChromatiCraft:chromaticraft_block_chroma","x":-1,"y":0,"z":4,"metas":[0]},
|
||||
{"block":"EnderIO:blockIngotStorageEndergy","x":0,"y":0,"z":4,"metas":[3]},
|
||||
{"block":"ChromatiCraft:chromaticraft_block_chroma","x":1,"y":0,"z":4,"metas":[0]},
|
||||
{"block":"ChromatiCraft:chromaticraft_block_chroma","x":2,"y":0,"z":4,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":3,"y":0,"z":4,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-3,"y":1,"z":4,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-2,"y":1,"z":4,"metas":[0]},
|
||||
{"block":"ExtraUtilities:decorativeBlock2","x":-1,"y":1,"z":4,"metas":[0]},
|
||||
{"block":"ExtraUtilities:decorativeBlock2","x":0,"y":1,"z":4,"metas":[0]},
|
||||
{"block":"ExtraUtilities:decorativeBlock2","x":1,"y":1,"z":4,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":2,"y":1,"z":4,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":3,"y":1,"z":4,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-3,"y":-1,"z":3,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-2,"y":-1,"z":3,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-1,"y":-1,"z":3,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":0,"y":-1,"z":3,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":1,"y":-1,"z":3,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":2,"y":-1,"z":3,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":3,"y":-1,"z":3,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_port","x":-3,"y":0,"z":3,"metas":[0]},
|
||||
{"block":"Mimicry:Sparr_Mimic Block","x":-2,"y":0,"z":3,"metas":[0]},
|
||||
{"block":"EnderIO:blockIngotStorageEndergy","x":-1,"y":0,"z":3,"metas":[3]},
|
||||
{"block":"gregtech_addon:machine","x":0,"y":0,"z":3,"metas":[4]},
|
||||
{"block":"EnderIO:blockIngotStorageEndergy","x":1,"y":0,"z":3,"metas":[3]},
|
||||
{"block":"Mimicry:Sparr_Mimic Block","x":2,"y":0,"z":3,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_port","x":3,"y":0,"z":3,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-3,"y":1,"z":3,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-2,"y":1,"z":3,"metas":[0]},
|
||||
{"block":"ExtraUtilities:decorativeBlock2","x":-1,"y":1,"z":3,"metas":[0]},
|
||||
{"block":"ExtraUtilities:decorativeBlock2","x":0,"y":1,"z":3,"metas":[0]},
|
||||
{"block":"ExtraUtilities:decorativeBlock2","x":1,"y":1,"z":3,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":2,"y":1,"z":3,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":3,"y":1,"z":3,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-3,"y":-1,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-2,"y":-1,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-1,"y":-1,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":0,"y":-1,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":1,"y":-1,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":2,"y":-1,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":3,"y":-1,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-3,"y":0,"z":2,"metas":[0]},
|
||||
{"block":"ChromatiCraft:chromaticraft_block_chroma","x":-2,"y":0,"z":2,"metas":[0]},
|
||||
{"block":"ChromatiCraft:chromaticraft_block_chroma","x":-1,"y":0,"z":2,"metas":[0]},
|
||||
{"block":"EnderIO:blockIngotStorageEndergy","x":0,"y":0,"z":2,"metas":[3]},
|
||||
{"block":"ChromatiCraft:chromaticraft_block_chroma","x":1,"y":0,"z":2,"metas":[0]},
|
||||
{"block":"ChromatiCraft:chromaticraft_block_chroma","x":2,"y":0,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":3,"y":0,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-3,"y":1,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-2,"y":1,"z":2,"metas":[0]},
|
||||
{"block":"ExtraUtilities:decorativeBlock2","x":-1,"y":1,"z":2,"metas":[0]},
|
||||
{"block":"ExtraUtilities:decorativeBlock2","x":0,"y":1,"z":2,"metas":[0]},
|
||||
{"block":"ExtraUtilities:decorativeBlock2","x":1,"y":1,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":2,"y":1,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":3,"y":1,"z":2,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-3,"y":-1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-2,"y":-1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-1,"y":-1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":0,"y":-1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":1,"y":-1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":2,"y":-1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":3,"y":-1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-3,"y":0,"z":1,"metas":[0]},
|
||||
{"block":"Mystcraft:BlockCrystal","x":-2,"y":0,"z":1,"metas":[0]},
|
||||
{"block":"ChromatiCraft:chromaticraft_block_chroma","x":-1,"y":0,"z":1,"metas":[0]},
|
||||
{"block":"Mimicry:Sparr_Mimic Block","x":0,"y":0,"z":1,"metas":[0]},
|
||||
{"block":"ChromatiCraft:chromaticraft_block_chroma","x":1,"y":0,"z":1,"metas":[0]},
|
||||
{"block":"Mystcraft:BlockCrystal","x":2,"y":0,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":3,"y":0,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-3,"y":1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-2,"y":1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-1,"y":1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":0,"y":1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":1,"y":1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":2,"y":1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":3,"y":1,"z":1,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-3,"y":-1,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-2,"y":-1,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-1,"y":-1,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":0,"y":-1,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":1,"y":-1,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":2,"y":-1,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":3,"y":-1,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-3,"y":0,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-2,"y":0,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":-1,"y":0,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":1,"y":0,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":2,"y":0,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_sheet","x":3,"y":0,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-3,"y":1,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-2,"y":1,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":-1,"y":1,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":0,"y":1,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":1,"y":1,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":2,"y":1,"z":0,"metas":[0]},
|
||||
{"block":"hbm:tile.cm_block","x":3,"y":1,"z":0,"metas":[0]}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
90
src/overrides/config/hbmRecipes/hbmAssembler.json
Normal file → Executable file
90
src/overrides/config/hbmRecipes/hbmAssembler.json
Normal file → Executable file
|
@ -739,10 +739,7 @@
|
|||
["item","hbm:tile.det_cord",2],
|
||||
["item","hbm:item.grenade_pink_cloud",2]
|
||||
],
|
||||
"duration": 100,
|
||||
"folders": [
|
||||
"hbm:item.journal_pip"
|
||||
]
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"output": ["hbm:item.heavy_component",1,32],
|
||||
|
@ -894,11 +891,7 @@
|
|||
["item","hbm:item.circuit",4,14],
|
||||
["dict","dyeGray",8]
|
||||
],
|
||||
"duration": 600,
|
||||
"folders": [
|
||||
"hbm:item.journal_bj",
|
||||
"hbm:item.journal_pip"
|
||||
]
|
||||
"duration": 600
|
||||
},
|
||||
{
|
||||
"output": ["hbm:item.mp_fuselage_15_solid"],
|
||||
|
@ -1248,10 +1241,7 @@
|
|||
["item","hbm:item.powder_magic",12],
|
||||
["item","hbm:item.bucket_mud"]
|
||||
],
|
||||
"duration": 100,
|
||||
"folders": [
|
||||
"hbm:item.journal_pip"
|
||||
]
|
||||
"duration": 100
|
||||
},
|
||||
{
|
||||
"output": ["hbm:item.drillbit",1,5],
|
||||
|
@ -1353,10 +1343,7 @@
|
|||
["item","hbm:item.coin_maskman"],
|
||||
["item","hbm:item.coin_worm"]
|
||||
],
|
||||
"duration": 1200,
|
||||
"folders": [
|
||||
"hbm:item.journal_bj"
|
||||
]
|
||||
"duration": 1200
|
||||
},
|
||||
{
|
||||
"output": ["hbm:item.pellet_cluster"],
|
||||
|
@ -1445,10 +1432,7 @@
|
|||
["item","hbm:item.sphere_steel"],
|
||||
["dict","ingotFiberglass",12]
|
||||
],
|
||||
"duration": 600,
|
||||
"folders": [
|
||||
"hbm:item.journal_bj"
|
||||
]
|
||||
"duration": 600
|
||||
},
|
||||
{
|
||||
"output": ["hbm:item.reactor_core"],
|
||||
|
@ -2688,10 +2672,7 @@
|
|||
["dict","ingotStarmetal"],
|
||||
["dict","dyeRed"]
|
||||
],
|
||||
"duration": 400,
|
||||
"folders": [
|
||||
"hbm:item.journal_pip"
|
||||
]
|
||||
"duration": 400
|
||||
},
|
||||
{
|
||||
"output": ["hbm:item.missile_assembly"],
|
||||
|
@ -3052,10 +3033,7 @@
|
|||
["dict","ingotAnyHighexplosive",8],
|
||||
["item","hbm:item.circuit",8,9]
|
||||
],
|
||||
"duration": 60,
|
||||
"folders": [
|
||||
"hbm:item.journal_bj"
|
||||
]
|
||||
"duration": 60
|
||||
},
|
||||
{
|
||||
"output": ["hbm:item.multitool_hit"],
|
||||
|
@ -3620,29 +3598,59 @@
|
|||
"duration": 200
|
||||
},
|
||||
{
|
||||
"output": ["hbm:tile.deco_toaster"],
|
||||
"output": ["hbm:tile.deco_crt"],
|
||||
"input": [
|
||||
["item","cfm:ItemToaster"],
|
||||
["item","Mimicry:Sparr_Mimichite",16],
|
||||
["item","mod_Invasion:riftFlux",16]
|
||||
["item","hbm:item.crt_display"],
|
||||
["item","hbm:item.scrap",2],
|
||||
["item","hbm:item.wire_copper",2],
|
||||
["item","hbm:item.wire_gold",2],
|
||||
["item","hbm:item.circuit"]
|
||||
],
|
||||
"duration": 200
|
||||
},
|
||||
{
|
||||
"output": ["hbm:item.journal_bj"],
|
||||
"output": ["hbm:tile.deco_crt", 1, 1],
|
||||
"input": [
|
||||
["item","Thaumcraft:ItemThaumonomicon"],
|
||||
["item","dimdoors:World Thread",16],
|
||||
["item","AtomicScience:itCellAntimatter",1, 1]
|
||||
["item","hbm:item.crt_display"],
|
||||
["item","hbm:item.scrap",2],
|
||||
["item","hbm:item.wire_copper",2],
|
||||
["item","hbm:item.wire_gold",2],
|
||||
["item","hbm:item.circuit"]
|
||||
],
|
||||
"duration": 200
|
||||
},
|
||||
{
|
||||
"output": ["hbm:item.journal_pip"],
|
||||
"output": ["hbm:tile.deco_crt", 1, 2],
|
||||
"input": [
|
||||
["item","Thaumcraft:ItemThaumonomicon"],
|
||||
["item","Mystcraft:BlockCrystal",16],
|
||||
["item","alchemycraft:element",1, 265]
|
||||
["item","hbm:item.crt_display"],
|
||||
["item","hbm:item.scrap",2],
|
||||
["item","hbm:item.wire_copper",2],
|
||||
["item","hbm:item.wire_gold",2],
|
||||
["item","hbm:item.circuit"]
|
||||
],
|
||||
"duration": 200
|
||||
},
|
||||
{
|
||||
"output": ["hbm:tile.deco_crt", 1, 3],
|
||||
"input": [
|
||||
["item","hbm:item.crt_display"],
|
||||
["item","hbm:item.scrap",2],
|
||||
["item","hbm:item.wire_copper",2],
|
||||
["item","hbm:item.wire_gold",2],
|
||||
["item","hbm:item.circuit"]
|
||||
],
|
||||
"duration": 200
|
||||
},
|
||||
{
|
||||
"output": ["hbm:tile.deco_computer"],
|
||||
"input": [
|
||||
["item","hbm:item.crt_display"],
|
||||
["item","hbm:item.scrap",3],
|
||||
["item","hbm:item.wire_copper",4],
|
||||
["item","hbm:item.circuit",2,3],
|
||||
["item","hbm:item.circuit"],
|
||||
["item","hbm:item.circuit",2,1],
|
||||
["item","hbm:item.circuit",1,7]
|
||||
],
|
||||
"duration": 200
|
||||
}
|
||||
|
|
71
src/overrides/config/hbmRecipes/hbmCustomMachines.json
Normal file
71
src/overrides/config/hbmRecipes/hbmCustomMachines.json
Normal file
|
@ -0,0 +1,71 @@
|
|||
{
|
||||
"recipes": [
|
||||
{
|
||||
"recipeKey": "alectromat",
|
||||
"recipes": [
|
||||
{
|
||||
"inputFluids": [],
|
||||
"inputItems": [
|
||||
["item","cfm:ItemToaster"],
|
||||
["item","Mimicry:Sparr_Mimichite",16],
|
||||
["item","mod_Invasion:riftFlux",16]
|
||||
],
|
||||
"outputFluids": [],
|
||||
"outputItems": [
|
||||
["hbm:tile.deco_toaster", 1, 2, 1]
|
||||
],
|
||||
"duration": 60,
|
||||
"consumptionPerTick": 10000,
|
||||
"pollutionType": "SOOT",
|
||||
"pollutionAmount": 0.0,
|
||||
"radiationAmount": 0.0,
|
||||
"flux": 0,
|
||||
"heat": 0
|
||||
},
|
||||
{
|
||||
"inputFluids": [],
|
||||
"inputItems": [
|
||||
["item","minecraft:golden_apple",1,1],
|
||||
["item","minecraft:dragon_egg"],
|
||||
["item","minecraft:golden_carrot"]
|
||||
],
|
||||
"outputFluids": [],
|
||||
"outputItems": [
|
||||
["hbm:item.spawn_duck",1,1]
|
||||
],
|
||||
"duration": 60,
|
||||
"consumptionPerTick": 10000,
|
||||
"pollutionType": "SOOT",
|
||||
"pollutionAmount": 0.0,
|
||||
"radiationAmount": 0.0,
|
||||
"flux": 0,
|
||||
"heat": 0
|
||||
},
|
||||
{
|
||||
"inputFluids": [
|
||||
["ASCHRAB",1000]
|
||||
],
|
||||
"inputItems": [
|
||||
["item", "hbm:item.spawn_duck"],
|
||||
["item","AtomicScience:itCellStrangeMatter"],
|
||||
["item","hbm:item.particle_dark"],
|
||||
["item","ExtraUtilities:cobblestone_compressed",1,7],
|
||||
["item","minecraft:obsidian",64],
|
||||
["item","minecraft:end_stone",64]
|
||||
],
|
||||
"outputFluids": [],
|
||||
"outputItems": [
|
||||
["minecraft:dragon_egg",1,1]
|
||||
],
|
||||
"duration": 60,
|
||||
"consumptionPerTick": 10000,
|
||||
"pollutionType": "SOOT",
|
||||
"pollutionAmount": 0.0,
|
||||
"radiationAmount": 0.0,
|
||||
"flux": 0,
|
||||
"heat": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue