Being Able To Change Vanilla Blocks

Started by maxesd on

Topic category: Feature requests and ideas for MCreator

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Being Able To Change Vanilla Blocks

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 (:

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh and we need vines preset
Sat, 02/01/2025 - 23:41

oh and we need vines preset

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think you can. You just…
Sun, 02/02/2025 - 00:02

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

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i do it for a…
Wed, 02/05/2025 - 23:08

how do i do it for a specific block though

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a custom block called…
Wed, 02/05/2025 - 23:16
  • Make a custom block called netherrack
  • Change it's namespace from mod: to Minecraft:
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Here's a solution I think of…
Wed, 02/05/2025 - 23:25

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.

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Links don't do anything…
Sat, 02/08/2025 - 03:14

Links don't do anything special

 

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Overwriting Minecraft blocks…
Tue, 02/25/2025 - 02:03

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.