A simple question with a complex answer about block generation

Started by lalkaveka on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
A simple question with a complex answer about block generation

I don't understand anything about programming, but recently I found out about MCreator. After creating my first block, I thought about replacing the brewing stand in the game with my own block with its own interface.

After searching I found some very old threads that say it's not possible. However, I found that I can change vanilla recipes (Can make it impossible to craft a brewing stand) and also I can change vanilla structures (maybe there is a way to replace one of the houses in a village?).

So here are some questions:
1) Didn't the functionality to directly replace vanilla blocks appear in the latest version of MCreator?
2) If not, is there perhaps some tricky and complicated way to “visually” get the same effect? Kind of like what I wrote above.
3) I am also interested in replacing the standard flowers. Is there any way to make them stop being generated in the world so that I can make my own generated colors (I want to use the texture of vanilla flowers)

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If not, is there perhaps…
Wed, 03/12/2025 - 01:10

If not, is there perhaps some tricky and complicated way to “visually” get the same effect? Kind of like what I wrote above.

you could do something like this

I am also interested in replacing the standard flowers. Is there any way to make them stop being generated in the world so that I can make my own generated colors (I want to use the texture of vanilla flowers)

i think you can do this by replacing the already placed flowers with yours using something like a Feature (mod element)