buttilda / Another-One-Bites-the-Dust

Process ALL the ores!
http://minecraft.curseforge.com/mc-mods/221863-another-one-bites-the-dust
24 stars 21 forks source link

Add the ability to disable blocks crafted from materials #68

Closed Xen1290 closed 9 years ago

Xen1290 commented 9 years ago

For example, the ability to disable Meteorite Block. Thanks @ganymedes01 , very good mod! Keep it up!

buttilda commented 9 years ago

Thank you :) But... What do you mean? You can already turn off specific materials in the config file...

Xen1290 commented 9 years ago

Sorry, my english is bad. I hope you understand now. I have a material, Meteorite(From FallingMeteors), where is registered only the ingot with "ingotMeteorite", and the block(Meteorite Block) exists but does not have the oredictionary. With adding aobd, it added another meteorite block, so I looked in the config option to disable ONLY the registration of the block, but there isn't this configuration. I added the oredictionary to block via minetweaker(blockMeteorite) to prevent the aodb registration, but that did not change the things. a aaa

Some screenshot

buttilda commented 9 years ago

oh right! I get what you mean now :)

Yeah mods that allow users to register blocks in the OreDictionary tend to do it too late, so AOBD doesn't pick it up.

Any chance the author of Falling Methors can register his block in the OreDictionary? Would make things a lot easier XD I'll see if I can speak to him/her directly. Hopefully the mod is open source...

buttilda commented 9 years ago

Done. Sent him a request to change it. I'll wait a couple of days and if he doesn't pull it then I'll fix it on my side :)

buttilda commented 9 years ago

I'll leave this open otherwise I'll forget lol

Xen1290 commented 9 years ago

Thanks!

buttilda commented 9 years ago

Author's merged my PR, so on his next update this will be fixed :)

Xen1290 commented 9 years ago

Thanks!