update: 1.4.1

This commit is contained in:
nimsolated
2026-03-13 21:37:27 -07:00
parent ec6005769b
commit fb1077fc8c
11 changed files with 136 additions and 203 deletions

View File

@@ -1,13 +0,0 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "nims_random_bullshit:shit"
}
],
"result": {
"item": "minecraft:bone_meal",
"count": 3
}
}

View File

@@ -1,13 +0,0 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "nims_random_bullshit:broken_glass"
}
],
"result": {
"item": "nims_random_bullshit:shit",
"count": 1
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"aaa",
"aba",
"aaa"
],
"key": {
"a": {
"item": "minecraft:bone"
},
"b": {
"item": "minecraft:iron_helmet"
}
},
"result": {
"item": "minecraft:skeleton_skull",
"count": 1
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"aaa",
"aba",
"aaa"
],
"key": {
"a": {
"item": "minecraft:coal"
},
"b": {
"item": "minecraft:skeleton_skull"
}
},
"result": {
"item": "minecraft:wither_skeleton_skull",
"count": 1
}
}