Merge remote-tracking branch 'original/master'

This commit is contained in:
LordMZTE 2020-09-26 18:49:31 +02:00
commit 26811b6e48
30 changed files with 71 additions and 43 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",
@ -2390,7 +2375,7 @@
"id": "spackenmobs",
"file": {
"installer": "internal.dir:mods",
"link": "https://github.com/ACGaming/Spackenmobs/releases/download/RC3/Spackenmobs-1.12.2-RC3.jar"
"link": "https://github.com/ACGaming/Spackenmobs/releases/download/RC4/Spackenmobs-1.12.2-RC4.jar"
},
"type": "mod",
"options": [

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";