v1.0.1 - Fix crafting recipe!
This commit is contained in:
parent
6b76f884ca
commit
4773f735d3
2 changed files with 4 additions and 3 deletions
|
@ -16,7 +16,7 @@ plugins {
|
||||||
apply plugin: 'net.minecraftforge.gradle'
|
apply plugin: 'net.minecraftforge.gradle'
|
||||||
|
|
||||||
|
|
||||||
version = '1.0'
|
version = '1.0.1'
|
||||||
group = 'dev.zontreck.shapedaionresources' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
group = 'dev.zontreck.shapedaionresources' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
archivesBaseName = 'shapedaionresources'
|
archivesBaseName = 'shapedaionresources'
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"G",
|
"GGG",
|
||||||
"D"
|
"GDG",
|
||||||
|
"GGG"
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"D": {
|
"D": {
|
||||||
|
|
Reference in a new issue