Fix for small demon stone brick recipe so that it outputs 4 blocks as expected. (#1486)

This commit is contained in:
Bunsan 2018-12-11 13:54:37 +10:30 committed by Nick Ignoffo
parent 002f23c53d
commit 8b9764036a
5 changed files with 10 additions and 5 deletions

View file

@ -1,7 +1,8 @@
{
"result": {
"item": "bloodmagic:demon_brick_2",
"data": 1
"data": 1,
"count": 4
},
"pattern": [
"ss",

View file

@ -1,7 +1,8 @@
{
"result": {
"item": "bloodmagic:demon_brick_2",
"data": 2
"data": 2,
"count": 4
},
"pattern": [
"ss",

View file

@ -1,7 +1,8 @@
{
"result": {
"item": "bloodmagic:demon_brick_2",
"data": 0
"data": 0,
"count": 4
},
"pattern": [
"ss",

View file

@ -1,7 +1,8 @@
{
"result": {
"item": "bloodmagic:demon_brick_2",
"data": 4
"data": 4,
"count": 4
},
"pattern": [
"ss",

View file

@ -1,7 +1,8 @@
{
"result": {
"item": "bloodmagic:demon_brick_2",
"data": 3
"data": 3,
"count": 4
},
"pattern": [
"ss",