mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 03:43:30 +01:00
a4
This commit is contained in:
parent
49925bd1e4
commit
c88087087c
2 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue