Is there a way to use a Minecraft block ( no Mod block)

Started by BlockBit on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Jan 2020
Points:
965

User statistics:

  • Modifications: 6
  • Forum topics: 40
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 162
Is there a way to use a Minecraft block ( no Mod block)

Hello... Is there a way to add a Minecraft block for example a... leaveblock. I would make a procedure and add it to the minecraft oak leave block. Is there away to add it. Can i creat a block with the same BlockID and add the procedure that this is add to the leave block.

Summery i would modify a Minecraft block. 

Other Thing:

Can i create a procedure that when i right click a minecraft wheetplant that it drops a wheet but the wheetplant is still going a lvl back. i mean when i plant a seed this will be a wheetplant (this plant) ?

Active 4 years ago
Joined Jan 2020
Points:
835

User statistics:

  • Modifications: 1
  • Forum topics: 20
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 203
You can't modify Vanilla…
Sun, 09/06/2020 - 15:03

You can't modify Vanilla elements (other than loot tables and anything possible with a resource pack) in MCreator. And as for the wheat, I don't really get what you're asking.

Active 8 months ago
Joined Jun 2023
Points:
238

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 112
Hello BlockBit. I have an…
Fri, 06/02/2023 - 19:16

Hello BlockBit. I have an idea of what you can do to make the wheat go one back. In the procedures template list, there is one called "Increase age of wheat crop". Then change the + block to a minus, and add a "Add [Number] [Item] to block and change it to wheat. Then you can change the global trigger to player tick and then when you stand on a wheat it will go back one age. You can figure out how to make it when you right-click.

Hope this helps!