Certus quartz ore not dropping item
kragnoth opened this issue ยท 4 comments
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": []
}
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!