wand of resizing and pocket lightning

This commit is contained in:
nimsolated
2026-03-22 10:23:14 -07:00
parent 97062fad89
commit f39f255e26
26 changed files with 898 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"nims_random_bullshit:wand_of_resizing",
"nims_random_bullshit:orichalcum_pickaxe",
"nims_random_bullshit:bedrock_pickaxe",
"nims_random_bullshit:star_wand",

View File

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

View File

@@ -0,0 +1,27 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
" ab",
" cd",
"c "
],
"key": {
"a": {
"item": "minecraft:enderman_spawn_egg"
},
"b": {
"item": "minecraft:nether_star"
},
"c": {
"item": "minecraft:stick"
},
"d": {
"item": "minecraft:rabbit_spawn_egg"
}
},
"result": {
"item": "nims_random_bullshit:wand_of_resizing",
"count": 1
}
}