-Removed Better With Mods

-Replaces FTB Guides with Guidebook
-Added the Darkhold
-Dimdoors are now monoliths
This commit is contained in:
Timo Ley 2020-09-26 18:42:05 +02:00
parent 39969ad491
commit a5476ffec4
30 changed files with 175 additions and 42 deletions

View File

@ -62,10 +62,10 @@
]
},
{
"id": "ftbguides",
"id": "guidebook",
"file": {
"installer": "internal.dir:mods",
"artifact": "curse.maven:317586:2827161",
"artifact": "curse.maven:253874:2989594",
"repository": "curse"
},
"type": "mod",
@ -1246,21 +1246,6 @@
"included"
]
},
{
"id": "294335",
"file": {
"installer": "internal.dir:mods",
"artifact": "curse.maven:294335:2624990",
"repository": "curse"
},
"type": "mod",
"options": [
"required",
"client",
"server",
"included"
]
},
{
"id": "245211",
"file": {
@ -2207,10 +2192,10 @@
]
},
{
"id": "246760",
"id": "akashictome",
"file": {
"installer": "internal.dir:mods",
"artifact": "curse.maven:246760:2965308",
"artifact": "curse.maven:250577:2648656",
"repository": "curse"
},
"type": "mod",

View File

@ -0,0 +1,14 @@
<book title="Dimensional knowledge" cover="akashictome:tome" fontSize="1.0" home="0:0"
xmlns="http://localhost/gbook/base"
xmlns:minecraft="http://localhost/gbook/minecraft-addons">
<include ref="gbook:xml/standard.xml"/>
<chapter>
<section>
<p>
Docs upcoming!
</p>
</section>
</chapter>
</book>

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -1 +0,0 @@
entity.dncreeper.name=Smava-Creeper

View File

@ -1 +0,0 @@
entity.dncreeper.name=Smava Creeper

View File

@ -1,19 +0,0 @@
{
"entities.dncreeper.fuse": {
"sounds": [
{ "name": "deeznuts:fuse" }
]
},
"entities.dncreeper.blow": {
"sounds": [
{ "name": "deeznuts:blow" }
]
},
"entities.dncreeper.hurt": {
"sounds": [
{ "name": "deeznuts:hurt1" },
{ "name": "deeznuts:hurt2" },
{ "name": "deeznuts:hurt3" }
]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 908 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 908 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 980 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -1 +0,0 @@
entity.morecreeps.lawyer_from_hell.name=Jens Faymann

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

File diff suppressed because one or more lines are too long

View File

@ -108,7 +108,7 @@ mob.addItemInput(<dimdoors:world_thread> * 5);
mob.addItemInput(<draconicevolution:mob_soul>.withTag({EntityName: "minecraft:creeper"}));
mob.addItemInput(<draconicevolution:mob_soul>.withTag({EntityName: "minecraft:blaze"}));
mob.addItemInput(<draconicevolution:mob_soul>.withTag({EntityName: "minecraft:enderman"}));
mob.addItemInput(<draconicevolution:mob_soul>.withTag({EntityName: "morecreeps:lawyer_from_hell"})); //To be replaced with "Jens Faymann"
mob.addItemInput(<draconicevolution:mob_soul>.withTag({EntityName: "spackenmobs:jens"})); //To be replaced with "Jens Faymann"
mob.addItemInput(<draconicevolution:mob_soul>.withTag({EntityName: "erebus:erebus.wasp"}));
mob.addItemInput(<draconicevolution:mob_soul>.withTag({EntityName: "midnight:nova"}));
mob.addItemInput(<draconicevolution:mob_soul>.withTag({EntityName: "iceandfire:myrmex_royal"}));

View File

@ -0,0 +1,10 @@
var i = 32;
while i > 0 {
var eng = mods.modularmachinery.RecipeBuilder.newBuilder("engine" + i, "engine", 1200, 33 - i);
eng.addEnergyPerTickInput(4 * i);
eng.addItemOutput(<gregtech:meta_item_2:16018> * i);
eng.addItemInput(<gregtech:meta_item_2:16018> * i);
eng.addMysticalMechanicsOutput(10 * i, 1200);
eng.build();
i -= 1;
}

View File

@ -0,0 +1,11 @@
<dimdoors:oak_dimensional_door>.displayName = "Space Monolith";
<dimdoors:iron_dimensional_door>.displayName = "Pure Space Monolith";
<dimdoors:unstable_dimensional_door>.displayName = "Broken Space Monolith";
<dimdoors:gold_dimensional_door>.displayName = "Time Monolith";
<dimdoors:quartz_dimensional_door>.displayName = "Creation Monolith";
<dimdoors:quartz_door>.displayName = "Grey Limestone Monolith";
<dimdoors:gold_door>.displayName = "White Limestone Monolith";
<dimdoors:world_thread>.displayName = "World Thread";
<akashictome:tome>.displayName = "Darkhold";
<extendedcrafting:material>.displayName = "Dark Matter Ingot";
<modularmachinery:itemmodularium>.displayName = "Quantum Ingot";

View File

@ -0,0 +1,105 @@
val blast_furnace = mods.gregtech.recipe.RecipeMap.getByName("blast_furnace");
blast_furnace.recipeBuilder()
.inputs(<avaritia:resource:4> * 1)
.inputs(<avaritia:resource:1> * 1)
.inputs(<avaritia:resource:6> * 1)
.outputs(<extendedcrafting:material:32> * 3)
.property("temperature", 1000)
.duration(120)
.EUt(120)
.buildAndRegister();
var ult = mods.modularmachinery.RecipeBuilder.newBuilder("ultimate", "alloyfurnace", 120);
ult.addEnergyPerTickInput(1024);
ult.addItemInput(<avaritia:resource:4> * 1);
ult.addItemInput(<avaritia:resource:1> * 1);
ult.addItemInput(<avaritia:resource:6> * 1);
ult.addItemOutput(<extendedcrafting:material:32> * 3);
ult.build();
recipes.remove(<avaritia:extreme_crafting_table>);
recipes.remove(<projecte:item.pe_philosophers_stone>);
recipes.remove(<ageofminecraft:mob_spawner_spc>);
recipes.remove(<minecraft:command_block>);
recipes.remove(<projecte:transmutation_table>);
recipes.remove(<projecte:condenser_mk1>);
recipes.remove(<appliedenergistics2:inscriber>);
recipes.remove(<rftools:machine_frame>);
recipes.remove(<rftoolsdim:empty_dimension_tab>);
recipes.remove(<projecte:collector_mk1>);
recipes.remove(<avaritia:resource:1>);
recipes.remove(<ageofminecraft:commandingstaff>);
recipes.remove(<ageofminecraft:convertingstaff>);
recipes.remove(<ageofminecraft:heromaker>);
recipes.remove(<deepmoblearning:machine_casing>);
mods.bloodmagic.BloodAltar.addRecipe(<projecte:item.pe_philosophers_stone>, <botania:manaresource:9>, 4, 2000,30,40);
mods.extendedcrafting.TableCrafting.addShaped(0, <ageofminecraft:mob_spawner_spc>, [
[<extendedcrafting:material:48>, <extendedcrafting:material:48>, <extendedcrafting:material:48>, <extendedcrafting:material:48>, <extendedcrafting:material:48>, <extendedcrafting:material:48>, <extendedcrafting:material:48>],
[<extendedcrafting:material:48>, <projecte:item.pe_matter:1>, <projecte:item.pe_matter:1>, <ore:ingotCrystaltine>, <projecte:item.pe_matter:1>, <projecte:item.pe_matter:1>, <extendedcrafting:material:48>],
[<extendedcrafting:material:48>, <projecte:item.pe_matter:1>, <ore:ingotCrystaltine>, <ore:ingotUltimate>, <ore:ingotCrystaltine>, <projecte:item.pe_matter:1>, <extendedcrafting:material:48>],
[<extendedcrafting:material:48>, <ore:ingotCrystaltine>, <ore:ingotUltimate>, <draconicevolution:fusion_crafting_core>, <ore:ingotUltimate>, <ore:ingotCrystaltine>, <extendedcrafting:material:48>],
[<extendedcrafting:material:48>, <projecte:item.pe_matter:1>, <ore:ingotCrystaltine>, <ore:ingotUltimate>, <ore:ingotCrystaltine>, <projecte:item.pe_matter:1>, <extendedcrafting:material:48>],
[<extendedcrafting:material:48>, <projecte:item.pe_matter:1>, <projecte:item.pe_matter:1>, <ore:ingotCrystaltine>, <projecte:item.pe_matter:1>, <projecte:item.pe_matter:1>, <extendedcrafting:material:48>],
[<extendedcrafting:material:48>, <extendedcrafting:material:48>, <extendedcrafting:material:48>, <extendedcrafting:material:48>, <extendedcrafting:material:48>, <extendedcrafting:material:48>, <extendedcrafting:material:48>]
]);
mods.extendedcrafting.TableCrafting.addShaped(0, <minecraft:command_block>, [
[<dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <draconicevolution:chaotic_core>, <ore:blockUltimate>, <draconicevolution:chaotic_core>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>],
[<dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <draconicevolution:chaotic_core>, <ore:blockUltimate>, <ore:blockUltimate>, <ore:blockUltimate>, <draconicevolution:chaotic_core>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>],
[<dimdoors:unravelled_fabric>, <draconicevolution:chaotic_core>, <ore:blockUltimate>, <ore:blockUltimate>, <extendedcrafting:singularity_ultimate>, <ore:blockUltimate>, <ore:blockUltimate>, <draconicevolution:chaotic_core>, <dimdoors:unravelled_fabric>],
[<draconicevolution:chaotic_core>, <ore:blockUltimate>, <ore:blockUltimate>, <extendedcrafting:singularity_ultimate>, <extendedcrafting:singularity_ultimate>, <extendedcrafting:singularity_ultimate>, <ore:blockUltimate>, <ore:blockUltimate>, <draconicevolution:chaotic_core>],
[<ore:blockUltimate>, <ore:blockUltimate>, <extendedcrafting:singularity_ultimate>, <extendedcrafting:singularity_ultimate>, <extendedcrafting:singularity_ultimate>, <extendedcrafting:singularity_ultimate>, <extendedcrafting:singularity_ultimate>, <ore:blockUltimate>, <ore:blockUltimate>],
[<draconicevolution:chaotic_core>, <ore:blockUltimate>, <ore:blockUltimate>, <extendedcrafting:singularity_ultimate>, <extendedcrafting:singularity_ultimate>, <extendedcrafting:singularity_ultimate>, <ore:blockUltimate>, <ore:blockUltimate>, <draconicevolution:chaotic_core>],
[<dimdoors:unravelled_fabric>, <draconicevolution:chaotic_core>, <ore:blockUltimate>, <ore:blockUltimate>, <extendedcrafting:singularity_ultimate>, <ore:blockUltimate>, <ore:blockUltimate>, <draconicevolution:chaotic_core>, <dimdoors:unravelled_fabric>],
[<dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <draconicevolution:chaotic_core>, <ore:blockUltimate>, <ore:blockUltimate>, <ore:blockUltimate>, <draconicevolution:chaotic_core>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>],
[<dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <draconicevolution:chaotic_core>, <ore:blockUltimate>, <draconicevolution:chaotic_core>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>]
]);
mods.extendedcrafting.TableCrafting.addShaped(0, <projecte:transmutation_table>, [
[<dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>],
[<dimdoors:unravelled_fabric>, <projecte:matter_block>, <ore:blockEnchantedGravitite>, <ore:blockNetherStar>, <ore:blockNetherStar>, <projecte:matter_block>, <dimdoors:unravelled_fabric>],
[<dimdoors:unravelled_fabric>, <ore:blockNetherStar>, <ore:blockNetherStar>, <ore:blockEnchantedGravitite>, <ore:blockNetherStar>, <ore:blockEnchantedGravitite>, <dimdoors:unravelled_fabric>],
[<dimdoors:unravelled_fabric>, <ore:blockNetherStar>, <ore:blockEnchantedGravitite>, <projecte:condenser_mk2>, <ore:blockEnchantedGravitite>, <ore:blockNetherStar>, <dimdoors:unravelled_fabric>],
[<dimdoors:unravelled_fabric>, <ore:blockEnchantedGravitite>, <ore:blockNetherStar>, <ore:blockEnchantedGravitite>, <ore:blockNetherStar>, <ore:blockNetherStar>, <dimdoors:unravelled_fabric>],
[<dimdoors:unravelled_fabric>, <projecte:matter_block>, <ore:blockNetherStar>, <ore:blockNetherStar>, <ore:blockEnchantedGravitite>, <projecte:matter_block>, <dimdoors:unravelled_fabric>],
[<dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>]
]);
mods.extendedcrafting.TableCrafting.addShaped(0, <projecte:condenser_mk1>, [
[<projecte:matter_block>, <extendedcrafting:material:48>, <ore:ingotTerrasteel>, <ore:ingotTerrasteel>, <projecte:matter_block>],
[<ore:ingotTerrasteel>, <ore:ingotMelodicAlloy>, <extendedcrafting:material:48>, <ore:ingotMelodicAlloy>, <extendedcrafting:material:48>],
[<ore:ingotTerrasteel>, <extendedcrafting:material:48>, <projecte:alchemical_chest>, <extendedcrafting:material:48>, <ore:ingotTerrasteel>],
[<extendedcrafting:material:48>, <ore:ingotMelodicAlloy>, <extendedcrafting:material:48>, <ore:ingotMelodicAlloy>, <ore:ingotTerrasteel>],
[<projecte:matter_block>, <ore:ingotTerrasteel>, <ore:ingotTerrasteel>, <extendedcrafting:material:48>, <projecte:matter_block>]
]);
recipes.addShaped(<appliedenergistics2:inscriber>, [[<enderio:item_material:12>, <enderio:item_alloy_ingot:9>, <ore:craftingPiston>],[<enderio:item_material:71>, <enderio:item_material:54>, null], [<enderio:item_material:12>, <enderio:item_alloy_ingot:9>, <ore:craftingPiston>]]);
recipes.addShaped(<rftools:machine_frame>, [[<enderio:item_alloy_ingot:2>, <enderio:item_alloy_ingot:6>, <enderio:item_alloy_ingot:2>],[<enderio:item_alloy_ingot:6>, <enderio:item_material:66>, <enderio:item_alloy_ingot:6>], [<enderio:item_alloy_ingot:2>, <enderio:item_alloy_ingot:6>, <enderio:item_alloy_ingot:2>]]);
recipes.addShaped(<rftoolsdim:empty_dimension_tab>, [[<dimdoors:world_thread>, <dimdoors:world_thread>, <dimdoors:world_thread>],[<dimdoors:world_thread>, <extrautils2:klein>, <dimdoors:world_thread>], [<dimdoors:world_thread>, <dimdoors:world_thread>, <dimdoors:world_thread>]]);
mods.extendedcrafting.TableCrafting.addShaped(0, <projecte:collector_mk1>, [
[<ore:blockLuminessence>, <ore:blockLuminessence>, <ore:blockNetherStar>, <ore:blockLuminessence>, <ore:blockLuminessence>],
[<ore:blockLuminessence>, <extendedcrafting:material:48>, <projecte:item.pe_philosophers_stone>, <extendedcrafting:material:48>, <ore:blockLuminessence>],
[<ore:blockLuminessence>, <extendedcrafting:material:48>, <projecte:relay_mk1>, <extendedcrafting:material:48>, <ore:blockLuminessence>],
[<ore:blockLuminessence>, <extendedcrafting:material:48>, <projecte:condenser_mk1>, <extendedcrafting:material:48>, <ore:blockLuminessence>],
[<ore:blockLuminessence>, <ore:blockLuminessence>, <ore:blockLuminessence>, <ore:blockLuminessence>, <ore:blockLuminessence>]
]);
mods.astralsorcery.Altar.addConstellationAltarRecipe("md2:shaped/internal/altar/matrix", <avaritia:resource:1>, 2000, 200, [
<thaumcraft:ingot>, <extrautils2:ingredients:5>, <thaumcraft:ingot>,
<minecraft:nether_star>, <lordcraft:crystal_basic_lightning>, <minecraft:nether_star>,
<thaumcraft:ingot>, <extrautils2:suncrystal>, <thaumcraft:ingot>,
<psi:material:3>,<botania:manaresource:4>, <botania:manaresource:7>, <psi:material:4>,
<embers:ember_cluster>, <embers:ember_cluster>,
<embers:ember_cluster>, <embers:ember_cluster>,
<embers:ember_cluster>, <embers:ember_cluster>,
<embers:ember_cluster>, <embers:ember_cluster>]);
mods.extendedcrafting.TableCrafting.addShaped(0, <avaritia:block_resource:1>, [
[<ore:ingotVibrantAlloy>, <bloodmagic:slate:4>, <ore:ingotStellarAlloy>, <bloodmagic:slate:4>, <ore:ingotCrystallineAlloy>],
[<bloodmagic:slate:4>, <projecte:item.pe_matter:1>, <projecte:item.pe_matter:1>, <projecte:item.pe_matter:1>, <bloodmagic:slate:4>],
[<ore:ingotDraconiumAwakened>, <projecte:item.pe_matter:1>, <extrautils2:decorativesolid:8>, <projecte:item.pe_matter:1>, <ore:ingotVividAlloy>],
[<bloodmagic:slate:4>, <projecte:item.pe_matter:1>, <projecte:item.pe_matter:1>, <projecte:item.pe_matter:1>, <bloodmagic:slate:4>],
[<ore:ingotUnstable>, <bloodmagic:slate:4>, <ore:ingotMelodicAlloy>, <bloodmagic:slate:4>, <ore:ingotCrystallinePinkSlime>]
]);
mods.extendedcrafting.EnderCrafting.addShaped(<ageofminecraft:heromaker>, [
[null, <ore:ingotUltimate>, null],
[<ore:ingotUltimate>, <ore:gemNetherStar>, <ore:ingotUltimate>],
[null, <ore:ingotUltimate>, null]
], 10);
recipes.addShaped(<minecraft:barrier>, [[null, <avaritia:resource:6>, null],[null, <minecraft:glass>, null], [null, <avaritia:resource:6>, null]]);
recipes.addShaped(<projecte:item.pe_tome>, [[null, <avaritia:resource:6>, null],[<projecte:item.pe_klein_star:5>, <minecraft:book>, <projecte:item.pe_klein_star:5>], [null, <avaritia:resource:6>, null]]);
recipes.addShaped(<deepmoblearning:machine_casing>, [[<deepmoblearning:soot_covered_plate>, <deepmoblearning:soot_covered_plate>, <deepmoblearning:soot_covered_plate>],[<deepmoblearning:soot_covered_plate>, <enderio:item_material:53>, <deepmoblearning:soot_covered_plate>], [<deepmoblearning:soot_covered_plate>, <deepmoblearning:soot_covered_plate>, <deepmoblearning:soot_covered_plate>]]);
mods.projecte.WorldTransmutation.add(<extendedcrafting:storage:2>, <nyx:star_block>);
mods.extrautils2.Resonator.add(<minecraft:ender_pearl> * 4, <nyx:fallen_star>, 5000);