diff --git a/manifest.json b/manifest.json index 36403aa..aaf86c4 100644 --- a/manifest.json +++ b/manifest.json @@ -2,9 +2,9 @@ "format_version": 2, "header": { "description": "MW Recipes Behavior Pack", - "name": "MW Recipes 0.0.3", + "name": "MW Recipes 0.0.5", "uuid": "ee649bcf-256c-4013-9068-6a802b19d756", - "version": [ 0, 0, 3 ], + "version": [ 0, 0, 5 ], "min_engine_version": [ 1, 18, 0 ] }, "modules": [ @@ -12,13 +12,13 @@ "description": "MW Recipes Behavior Pack", "type": "data", "uuid": "fa6e90c8-c925-460f-8355-c8a60b753caa", - "version": [0, 0, 3] + "version": [0, 0, 5] } ], "dependencies": [ { "uuid": "66c6e9a8-3093-462a-9c36-dbb052765822", - "version": [0, 0, 3] + "version": [0, 0, 5] } ] } \ No newline at end of file diff --git a/recipes/grass.json b/recipes/grass.json new file mode 100644 index 0000000..ab8a954 --- /dev/null +++ b/recipes/grass.json @@ -0,0 +1,22 @@ + +{ + "format_version": "1.12", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "minecraft:grass" + }, + "tags": [ "crafting_table" ], + "group": "candle", + "ingredients": [ + { + "item": "minecraft:dirt" + }, + { + "item": "minecraft:wheat_seeds" + } + ], + "result": { + "item": "minecraft:grass" + } + } + } \ No newline at end of file