Enigmatica 2: Expert Skyblock - E2ES

Enigmatica 2: Expert Skyblock - E2ES

412k Downloads

Can't acquire boron

sybaik1 opened this issue ยท 2 comments

commented

For feature/mod requests, feel free to delete this template

Issue Description

I can't find a way to get boron. A closed issue about boron says that to get boron from sieving crushed netherack but it does not show up in the JEI and it doesn't work. Is it gated? I need boron for the advanced rocketry gate and the extream reactors. Or is there any other way of getting boron?

Modpack version (Do not use "latest")

1.3a

Crash Report

[pastebin/gist/etc link here]

commented

The sieve issue is caused because the SieveRegistry.json file is malformed. The last entry has an extra , that is causing it not to load properly:
{
"drop": {
"name": "contenttweaker:sapphire",
"meta": 0
},
"chance": 0.05,
"meshLevel": 4
}, <----- [[[ Remove this comma]]]
]
}

commented

thank you. I was stuck on that part