I dont fckin know

This commit is contained in:
2026-02-26 18:44:01 +01:00
parent 00ba9dc23b
commit 3a78b7dc37
15 changed files with 210 additions and 27 deletions

View File

@@ -0,0 +1,5 @@
{
"message_id": "fck",
"exhaustion": 0.1,
"scaling": "never"
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "szar:latex"
},
{
"item": "minecraft:blue_dye"
}
],
"result": {
"item": "szar:cndm"
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
"SLS",
"SSS"
],
"key": {
"S": {
"item": "minecraft:sugar"
},
"L": {
"item": "minecraft:slime_ball"
}
},
"result": {
"item": "szar:latex",
"count": 1
}
}