Initial commit

This commit is contained in:
2025-08-28 14:34:45 +08:00
commit a4600b2219
90 changed files with 2592 additions and 0 deletions

View File

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

View File

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

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:smelting",
"experience": 0.35,
"cookingtime": 400,
"ingredient": "blacksugarmod:pot_of_prison_vegetables",
"result": {
"id": "blacksugarmod:braised_prison_vegetables",
"count": 1
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:campfire_cooking",
"experience": 0.35,
"cookingtime": 100,
"ingredient": "blacksugarmod:marshmallow",
"result": {
"id": "blacksugarmod:carcinogenic_marshmallow",
"count": 1
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:campfire_cooking",
"experience": 0.35,
"cookingtime": 200,
"ingredient": "blacksugarmod:pickled_turtle",
"result": {
"id": "blacksugarmod:charcoal_grilled_turtle",
"count": 1
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"minecraft:bone",
"blacksugarmod:cooking_oil",
"blacksugarmod:scallion"
],
"result": {
"id": "blacksugarmod:crispy_bro",
"count": 1
}
}

View File

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

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:campfire_cooking",
"experience": 0.35,
"cookingtime": 200,
"ingredient": "blacksugarmod:starfish_skewer",
"result": {
"id": "blacksugarmod:fragrant_starfish_skewer",
"count": 1
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"blacksugarmod:bland_kitten",
"blacksugarmod:cooking_oil",
"blacksugarmod:scallion",
"minecraft:nether_wart"
],
"result": {
"id": "blacksugarmod:malicious_kitten",
"count": 1
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"blacksugarmod:sakaban_turtle",
"blacksugarmod:scallion",
"blacksugarmod:cooking_oil"
],
"result": {
"id": "blacksugarmod:pickled_turtle",
"count": 1
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"minecraft:poppy",
"minecraft:carrot",
"minecraft:water_bucket"
],
"result": {
"id": "blacksugarmod:pot_of_prison_vegetables",
"count": 1
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:smelting",
"experience": 0.35,
"cookingtime": 100,
"ingredient": "blacksugarmod:marshmallow",
"result": {
"id": "blacksugarmod:roasted_marshmallow",
"count": 1
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"blacksugarmod:indestructible_starfish",
"blacksugarmod:indestructible_starfish",
"blacksugarmod:indestructible_starfish",
"minecraft:nether_wart",
"blacksugarmod:cooking_oil",
"blacksugarmod:scallion",
"minecraft:stick"
],
"result": {
"id": "blacksugarmod:starfish_skewer",
"count": 1
}
}