diff --git a/_/blocks.json b/_/blocks.json index beeeae4..d157ebf 100644 --- a/_/blocks.json +++ b/_/blocks.json @@ -27,7 +27,7 @@ "id":1, "meta":6 }, - "grass":{ + "grass_block":{ "id":2, "meta":0 }, @@ -47,8 +47,8 @@ "id":4 }, "oak_planks":{ - "id":5, - "meta":0 + "id":5, + "meta":0 }, "spruce_planks":{ "id":5, diff --git a/_/mob_effect.json b/_/status_effects.json similarity index 100% rename from _/mob_effect.json rename to _/status_effects.json diff --git a/index.json b/index.json index cb7b87c..f98378c 100644 --- a/index.json +++ b/index.json @@ -42,5 +42,23 @@ "version": "_", "hash": "abc" } + ], + "status_effects": [ + { + "version": "_", + "hash": "abc" + } + ], + "enchantments": [ + { + "version": "_", + "hash": "abc" + } + ], + "motif": [ + { + "version": "_", + "hash": "abc" + } ] }