[1.7.10] A never before seen crash?

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

jordsta95

New Member
Jul 29, 2019
5,056
-4
1
Hey guys, so my first port of call with any crash is google the crash cause (I believe it is line 7 in pastebin) and that usually produces an answer. But not this time. This is something TOTALLY new :/
http://pastebin.com/Rp9P70wV
Nothing minecraft related about this, that I could see :/

Any ideas?
 
Make sure you put in the recipes correctly in Jaded's Blood. Looks like it errored trying to register its recipes.
 
Do you know how to do it in 1.7.10?
This is what I have:
Altar recipe example (turning BC mining well into BC quarry):
{
"output": {
"id": Buildcraft|Factory:machineBlock,
"meta": 0,
"count": 1
},

"input": {
"id": BuildCraft|Factory:miningWellBlock,
"meta": 0,
"count": 1
},

"altarTier": 2,
"bloodRequirement": 7500,
"consumptionRate": 1,
"drainRate": 1,
"canBeFilled": false
}

Alchemic Chemistry set (making Digiminer from railcraft gears, mekanism top tier circuits and a quarry):
{
"output": {
"id": Mekanism:MachineBlock:4,
"meta": 0,
"count": 1
},
"lifePointCost": 6000,
"bloodOrbLevel": 3,
"input": [
{
"id": Buildcraft|Factory:machineBlock,
"meta": 0,
"count": 1
},
{
"id": ExtraUtilities:enderQuarryUpgrade:2,
"meta": 0,
"count": 1
},
{
"id": Mekanism:ControlCircuit:3,
"meta": 0,
"count": 1
}

{
"id": Railcraft:part.gear:2,
"meta": 0,
"count": 1
}
{
"id": Railcraft:part.gear:2,
"meta": 0,
"count": 1
}
]
}
 
I can't say I'm too familiar with it. You could take a look at Running Red's config and compare the two.
 
I can't say I'm too familiar with it. You could take a look at Running Red's config and compare the two.
2 issues with that...
1) Running Red is 1.6, which means stuff is outdated.
2) Gideon used ModTweaker because he didn't understand JadedsBlood :/

I used JadedsBlood in 1.6, and had no issues with it. But 1.7, NO! I don't like the new thing :/ I liked using item IDs :P
But I would use ModTweaker... but I like the server to not crash :P
 
Okay, seriously folks. Why didn't you ping me?

2 issues with that...
1) Running Red is 1.6, which means stuff is outdated.
2) Gideon used ModTweaker because he didn't understand JadedsBlood :/

I used JadedsBlood in 1.6, and had no issues with it. But 1.7, NO! I don't like the new thing :/ I liked using item IDs :p
But I would use ModTweaker... but I like the server to not crash :p

1. Simply a case of the usual 1.6 IDs to 1.7
2. I only used Modtweaker because of a bug in Jaded's Blood. It didn't allow one to change the tiers. If you were to play the early versions of Running Red, you'd see that I was unable to add a recipe beyond Tier One.

Although I am uncertain of the reason this is crashing. You could do what I did, and move it to Modtweaker.
 
Okay, seriously folks. Why didn't you ping me?



1. Simply a case of the usual 1.6 IDs to 1.7
2. I only used Modtweaker because of a bug in Jaded's Blood. It didn't allow one to change the tiers. If you were to play the early versions of Running Red, you'd see that I was unable to add a recipe beyond Tier One.

Although I am uncertain of the reason this is crashing. You could do what I did, and move it to Modtweaker.
geh, fine. @Gideonseymour
 
Okay, seriously folks. Why didn't you ping me?



1. Simply a case of the usual 1.6 IDs to 1.7
2. I only used Modtweaker because of a bug in Jaded's Blood. It didn't allow one to change the tiers. If you were to play the early versions of Running Red, you'd see that I was unable to add a recipe beyond Tier One.

Although I am uncertain of the reason this is crashing. You could do what I did, and move it to Modtweaker.
I tried adding modtweaker to the server and it wouldn't startup