Can't acquire boron
sybaik1 opened this issue ยท 2 comments
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]
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]]]
]
}