Problem with find block from the add-on I make

Started by griffincxm on

Topic category: Help with modding (Bedrock Edition)

Last seen on 09:22, 8. Dec 2020
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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.

 

Last seen on 15:02, 16. Nov 2020
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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