Started by
madcock83
on
Topic category: Help with Minecraft modding (Java Edition)
Back in the old version there was an easy way to do this. I havent seen it in the newer one yet.
I have a tool that want to have ores drop different items. I have made it do this except the normal item or block still drops. I want it to stop
Example. you mine iron ore and the ore doesnt drop.
How did you do this in the old versions?
in the old version, Im talking for like MC 1.6.4 or 1.7.10, I think there was an option to Remove block with drop. and that did it. I came up with this. Basically Im just replacing the drop of a vanilla block. Im losing the Iron ore and dropping my raw iron. so in order to get rid of the iron ore Im dropping it at y -5, under the map. No idea if there is a better way or if this will cause issues but im assuming MC is just delete the the drop as it hits the void
If you want a custom drop, do not use remove block with drop, but a simple remove block. This was only your drop will be spawned without the original one.
So replace the highlighted block in your procedure with the remove block at procedure block (without the drop part).
will give it a try. thought thats what i had first and it was still spawning the drop. will post back
yep, worked fine, dont know how i missed that
If you are not that familiar with procedures yet, I suggest you to check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei