add first patch
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"A": {
|
||||
"tag": "society:large_milk"
|
||||
},
|
||||
"p": {
|
||||
"item": "society:blueberry_preserves"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:wheat"
|
||||
},
|
||||
"E": {
|
||||
"item": "species:birt_egg"
|
||||
},
|
||||
"c": {
|
||||
"tag": "minecraft:candles"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" c ",
|
||||
"pEp",
|
||||
"CAC"
|
||||
],
|
||||
"result": {
|
||||
"item": "species:birtday_cake"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"A": {
|
||||
"tag": "society:large_milk"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:wheat"
|
||||
},
|
||||
"E": {
|
||||
"tag": "meadow:egg"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" A ",
|
||||
"BEB",
|
||||
"CCC"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:cake"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"tag": "minecraft:planks"
|
||||
},
|
||||
"@": {
|
||||
"tag": "minecraft:wool"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"@@",
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:loom"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "netherite_ingot",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:netherite_scrap"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherite_scrap"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherite_scrap"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:netherite_scrap"
|
||||
},
|
||||
{
|
||||
"item": "etcetera:bismuth_ingot"
|
||||
},
|
||||
{
|
||||
"item": "etcetera:bismuth_ingot"
|
||||
},
|
||||
{
|
||||
"item": "etcetera:bismuth_ingot"
|
||||
},
|
||||
{
|
||||
"item": "etcetera:bismuth_ingot"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"tag": "minecraft:planks"
|
||||
},
|
||||
"@": {
|
||||
"item": "numismatics:spur"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"@@",
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:smithing_table"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
Reference in New Issue
Block a user