update: version 1.3.0

This commit is contained in:
nimsolated
2026-03-03 00:51:25 -08:00
parent f75f1ea3f6
commit e8cba12868
39 changed files with 1100 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"nims_random_bullshit:netherrack_juice"
]
}

View File

@@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"nims_random_bullshit:star_wand",
"nims_random_bullshit:netherrackite_pickaxe"
]
}

View File

@@ -4,17 +4,20 @@
"pattern": [
" a ",
"bcb",
"bcb"
"dbd"
],
"key": {
"a": {
"item": "minecraft:wither_skeleton_skull"
},
"b": {
"item": "minecraft:ghast_tear"
"item": "minecraft:bone"
},
"c": {
"item": "minecraft:bone"
"item": "minecraft:netherite_shovel"
},
"d": {
"item": "minecraft:ghast_tear"
}
},
"result": {

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"a",
"b"
],
"key": {
"a": {
"item": "nims_random_bullshit:condensed_condensed_condensed_netherrack"
},
"b": {
"item": "minecraft:water_bucket"
}
},
"result": {
"item": "nims_random_bullshit:netherrack_juice_bucket",
"count": 1
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:smithing_transform",
"template": {
"item": "minecraft:experience_bottle"
},
"base": {
"item": "minecraft:nether_star"
},
"addition": {
"item": "minecraft:yellow_dye"
},
"result": {
"item": "nims_random_bullshit:star"
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"a",
"b",
"b"
],
"key": {
"a": {
"item": "nims_random_bullshit:star"
},
"b": {
"item": "minecraft:stick"
}
},
"result": {
"item": "nims_random_bullshit:star_wand",
"count": 1
}
}