diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a6740ba --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +manifest.mcpack diff --git a/manifest.json b/manifest.json index ac1e076..d463c3f 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "description": "MW Recipes Behavior Pack", "name": "MW Recipes", "uuid": "ee649bcf-256c-4013-9068-6a802b19d756", - "version": [ 0, 0, 1 ], + "version": [ 0, 0, 2 ], "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, 1] + "version": [0, 0, 2] } ], "dependencies": [ { "uuid": "66c6e9a8-3093-462a-9c36-dbb052765822", - "version": [0, 0, 1] + "version": [0, 0, 2] } ] } \ No newline at end of file diff --git a/recipes/gunpowder.json b/recipes/gunpowder.json index a27cfc2..aa026db 100644 --- a/recipes/gunpowder.json +++ b/recipes/gunpowder.json @@ -15,7 +15,7 @@ "key": { "X": { "item": "minecraft:coal", - "data": 0 + "data": 1 }, "#": { "item": "minecraft:blaze_powder" @@ -23,7 +23,7 @@ }, "result": { "item": "minecraft:gunpowder", - "count": 3 + "count": 2 } } }