add first patch

This commit is contained in:
2026-07-31 10:34:32 +09:00
parent 03aac2e45e
commit b1cbc6c78d
6390 changed files with 547430 additions and 0 deletions
@@ -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
}
+27
View File
@@ -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
}
+21
View File
@@ -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
}