Pentachoron-Labs / SBFP-Tech

SBFP Minecraft Mod
1 stars 0 forks source link

Ore Mining #11

Closed zfigura closed 11 years ago

zfigura commented 11 years ago

Turns out getting ores to be mined by the right pickaxe (such that, if you mine them with anything else, they will drop nothing) is quite a lot harder than I thought. Due to stupid coding by Mojang, the "iron can mine this but stone and wood can't" is hardcoded, and it's hardcoded to vanilla ores.

Still, it must be possible, because both Alblaka and Eloraam did it. So, we need to fix that. Also, we need to fix their hardness.

atrain99 commented 11 years ago

It's easy. I can get it for aleph two. Is a week and a half a good deadline for it?

zfigura commented 11 years ago

Actually, I fixed the first problem in the Sha--DERP commit. It took me about ten minutes of Internet searching, and that was just because Forge was being slow. (Although you might want to change the values. I figured all of them should be iron-minable, but you might see differently.) The second problem is just one of hardness... and I'd be asking you anyway, so go ahead.