PersonTheCat / OreStoneVariants

A powerful utility for generating new blocks when given a foreground and background.
GNU General Public License v3.0
7 stars 8 forks source link

Certus quartz ore not dropping item #43

Closed kragnoth closed 5 years ago

kragnoth commented 5 years ago

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": [] }

PersonTheCat commented 5 years ago

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!

kragnoth commented 5 years ago

That works, thanks.

PersonTheCat commented 5 years ago

Cool. Let me know if you need anything else.

kragnoth commented 5 years ago

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.