#Template Files for Existing Blocks and Items

1 messages · Page 1 of 1 (latest)

jolly warren
#

Does anyone know if there's a way to get templates for all of the .json files in the base game?
More than just what's in the bedrock samples you can download online.

For example, if i wanted to make a custom block that acted exactly like the amethyst cluster in the base game already, it would be helpful to see how that block is implemented already. Or perhaps I wanted to make an item that functioned like flint and steel, I would benefit from seeing the item files and scripts used to make that happen in the base game already.

I understand you cannot modify the vanilla blocks, I'm just wondering if there's any way to SEE the code?

subtle turtle
#

Best you can do is recreations

marble shadow
#

@jolly warren Have you looked in these folders (or the equivilent depending on the version you are running)?:

  • C:\Program Files\WindowsApps\Microsoft.MinecraftUWP_1.21.202.0_x64__8wekyb3d8bbwe\data
  • C:\Program Files\WindowsApps\Microsoft.MinecraftWindowsBeta_1.21.3021.0_x64__8wekyb3d8bbwe\data\

These folders contains all of the vanilla resource and behavior pack contents.

subtle turtle
#

Well, there are some items json

marble shadow