jaredlll08 / ModTweaker

ModTweaker is an addon for CraftTweaker, which provides Integration for an amount of mods.
MIT License
68 stars 63 forks source link

Adding RFTools' dimensional shard ore to Botania's Orechid #658

Closed bobrob2004 closed 6 years ago

bobrob2004 commented 6 years ago

Issue Description:

When I try to add RFTools' dimensional shard ore to the orechid, the game crashes. I added the line

mods.botania.Orechid.addOre("oreDimensionalShard", 50000);

I used a really high number for testing purposes. When the orechid tries to generate the ore, that's when the game crashes.

What happens:

What you expected to happen:

Script used (Please Pastebin or gist your script, posting an unpasted or ungist'd script will automatically close this issue):

Minetweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist'd file will automatically close this issue):


Affected Versions (Do not use "latest"):

Your most recent log file where the issue was present:

[pastebin/gist/etc link here]

bobrob2004 commented 6 years ago

I found a workaround. I added a new ore dict to the dimensional shard ore and used the new ore dict and it worked without crashing.

jaredlll08 commented 6 years ago

Logs? Scripts? Anything?