1.20.1适配

This commit is contained in:
2025-09-20 10:26:09 +08:00
parent a290a5b839
commit ff755932f1
104 changed files with 1252 additions and 1464 deletions

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "minecraft:sugar_cane"
},
"result": {
"item": "blacksugarmod:black_sugar",
"count": 1
},
"experience": 0.1,
"cookingtime": 100
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"BBB",
"BDB",
"BBB"
],
"key": {
"B": {
"item": "blacksugarmod:black_sugar"
},
"D": {
"item": "blacksugarmod:dough"
}
},
"result": {
"item": "blacksugarmod:black_sugar_dumpling",
"count": 2
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:wheat"
},
{
"item": "minecraft:water_bucket"
},
{
"item": "minecraft:wheat"
}
],
"result": {
"item": "blacksugarmod:dough",
"count": 2
}
}