This commit is contained in:
Ellpeck 2018-11-08 20:49:51 +01:00
parent 49925bd1e4
commit c88087087c
2 changed files with 3 additions and 2 deletions

View file

@ -11,7 +11,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'maven' apply plugin: 'maven'
version = "a3" version = "a4"
group = "de.ellpeck.naturesaura" group = "de.ellpeck.naturesaura"
archivesBaseName = "NaturesAura" archivesBaseName = "NaturesAura"

View file

@ -1,6 +1,7 @@
{ {
"type": "forge:ore_shaped", "type": "forge:ore_shaped",
"pattern": [ "pattern": [
"W",
"W", "W",
"W" "W"
], ],
@ -11,6 +12,6 @@
}, },
"result": { "result": {
"item": "naturesaura:ancient_stick", "item": "naturesaura:ancient_stick",
"count": 2 "count": 3
} }
} }