[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?
 

Wagon153

New Member
Jul 29, 2019
3,148
-3
1
Make sure you put in the recipes correctly in Jaded's Blood. Looks like it errored trying to register its recipes.
 

jordsta95

New Member
Jul 29, 2019
5,056
-4
1
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
}
]
}
 

Wagon153

New Member
Jul 29, 2019
3,148
-3
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.
 

jordsta95

New Member
Jul 29, 2019
5,056
-4
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.
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
 

buggirlexpres

Relatable Gamer
Trusted User
Retired Staff
Nov 24, 2012
3,937
7,362
663
she/her
twitter.com
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.
 

Qazplm601

Lord of the Tumbleweeds
Sep 21, 2013
2,754
3,282
308
Where else?
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
 

jordsta95

New Member
Jul 29, 2019
5,056
-4
1
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