Ore Stone Variants

Ore Stone Variants

1M Downloads

Certus quartz ore not dropping item

kragnoth opened this issue ยท 4 comments

commented

Current version of mod: 4.1
Forge version: 4760 (1.12.2)

This is the config file:
https://pastebin.com/dDKk47Rt

the following code looks correct and was auto generated. Believe this worked in previous version:

{
"originalTexture": "assets/appliedenergistics2/textures/blocks/quartz_ore.png",
"languageKey": "tile.appliedenergistics2.quartz_ore.name",
"hardness": 3.0,
"harvestLevel": 0,
"drop": "appliedenergistics2:material:0",
"dropSilkTouch": "appliedenergistics2:quartz_ore:0",
"dropRange": [
1,
2
],
"xpRange": [
2,
5
],
"additionalDropKeys": []
}

commented

Hello, there. I downloaded everything to see what I could reproduce, but I believe this bug was actually fixed in 4.2. The problem was that some items weren't loaded by the time I needed them, but I've moved some things around to work around that. Make sure to try the latest version and definitely let me know whether this issue is still around for you. Thanks!

commented

That works, thanks.

commented

Cool. Let me know if you need anything else.

commented

I was silly to not try this earlier btw, the fear of the 2766 update breaking a bunch of mods had me not updating anything, including forge.