Problem with find block from the add-on I make

Started by griffincxm on

Topic category: Help with Minecraft modding (Bedrock Edition)

Active 4 years ago
Joined Nov 2020
Points:
581

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
Problem with find block from the add-on I make

Hello, a newbie here. I have made a custom block. I then run the Bedrock on PC, start a new world, turn on cheat and experimental feature, enable my add-on in Resource and Behavior. But I cannot find the block I have made! Have I done something wrong? How can I get my block to work?

Thank you.

 

Active 4 years ago
Joined Nov 2020
Points:
577

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
I had a similar problem so I…
Mon, 11/16/2020 - 15:02

I had a similar problem so I compared the pack generated by MCreator with some resources in the "unmodified files" from https://www.minecraft.net/en-us/addons

Been trying to boil this down to the bare minimum but I think you need:

In the resource pack:

  1. blocks.json
  2. texts/en_US.lang
  3. textures/blocks/yourBlock.png
  4. texture_data in textures/terrain_texture.json

In the behavior pack:

  1. blocks/yourBlock.json
  2. a dependency in the manifest to the resource pack