From c88087087c26f23b53724dc3d0d63745cf34a9b2 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 8 Nov 2018 20:49:51 +0100 Subject: [PATCH] a4 --- build.gradle | 2 +- .../resources/assets/naturesaura/recipes/ancient_stick.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b8f06e2f..c3844a7e 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'maven' -version = "a3" +version = "a4" group = "de.ellpeck.naturesaura" archivesBaseName = "NaturesAura" diff --git a/src/main/resources/assets/naturesaura/recipes/ancient_stick.json b/src/main/resources/assets/naturesaura/recipes/ancient_stick.json index 1ac4da65..e88855b4 100644 --- a/src/main/resources/assets/naturesaura/recipes/ancient_stick.json +++ b/src/main/resources/assets/naturesaura/recipes/ancient_stick.json @@ -1,6 +1,7 @@ { "type": "forge:ore_shaped", "pattern": [ + "W", "W", "W" ], @@ -11,6 +12,6 @@ }, "result": { "item": "naturesaura:ancient_stick", - "count": 2 + "count": 3 } } \ No newline at end of file