Started by
maxesd
on
Topic category: Feature requests and ideas for MCreator
Dear MCREATOR, it would be really cool to be able to change vanilla blocks because we (the community) would finally be able to make vanilla+ to our own liking and style such as making netherrack indestructible, making trees impossible to break, blocks having gravity, etcetera, etcetera. So, yeah it would be really cool to see this in mcreator!
Love, maxesd (:
oh and we need vines preset
I think you can. You just create a block (for example, netherrack) and give it the namespace "minecraft:" instead of "mod"
Pls correct me if I'm wrong lol
how do i do it for a specific block though
Here's a solution I think of:
Create the new block, create a procedure to replace all blocks (untested) of the previous with the new block.
This may also work, but it needs more explanation. I think what you mean is to create a new block, then place it into the "minecraft" namespace.
Although, minecraft and MCreator don't really like it when you do things like that.
Links don't do anything special
Overwriting Minecraft blocks is NOT the way to do it.
Mods like this are entirely possible within Mcreator through the use of global events. Do you want indestructible netherrack? Use the player left clicks block or block broken event, check all the logic then cancel it if need be.