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,7 @@
{
"variants": {
"": {
"model": "nims_random_bullshit:block/netherrack_juice"
}
}
}

View File

@@ -1,8 +1,10 @@
{
"block.nims_random_bullshit.condensed_condensed_netherrack": "Condensed Condensed Netherrack",
"item.nims_random_bullshit.gravedigger": "Gravedigger",
"gui.nims_random_bullshit.ore_miner_gui.button_mine": "Mine",
"fluid.nims_random_bullshit.netherrack_juice": "Netherrack Juice",
"item.nims_random_bullshit.star_wand": "Star Wand",
"block.nims_random_bullshit.quadra_condensed_netherrack": "Quadra-condensed Netherrack",
"gui.nims_random_bullshit.ore_miner_gui.button_mine": "Mine",
"block.nims_random_bullshit.penta_condensed_netherrack": "Penta-condensed Netherrack",
"item.nims_random_bullshit.magic_dust": "Magic Dust",
"enchantment.nims_random_bullshit.passive_income_enchantment": "Passive Income",
@@ -12,14 +14,17 @@
"block.nims_random_bullshit.broken_glass": "Broken Glass",
"block.nims_random_bullshit.hexa_condensed_netherrack": "Hexa-condensed Netherrack",
"block.nims_random_bullshit.ore_miner": "Ore Miner",
"block.nims_random_bullshit.netherrack_juice": "Netherrack Juice",
"effect.nims_random_bullshit.summoned_entity_effect": "Summoned Entity",
"item.nims_random_bullshit.sand_dust": "Sand Dust",
"item.nims_random_bullshit.magic_flesh": "Magic Flesh",
"item.nims_random_bullshit.ghoul_spawn_egg": "Ghoul Spawn Egg",
"item.nims_random_bullshit.block_eater": "Block Eater",
"item.nims_random_bullshit.golden_berries": "Golden Berries",
"item.nims_random_bullshit.netherrack_juice_bucket": "Netherrack Juice Bucket",
"block.nims_random_bullshit.condensed_condensed_condensed_netherrack": "Condensed Condensed Condensed Netherrack",
"entity.nims_random_bullshit.ghoul": "Ghoul",
"item.nims_random_bullshit.star": "Star",
"gui.nims_random_bullshit.shit_gui.label_uh_ohh_stinky": "UH OHH!!! STINKY!!! UH OHH!!! STINKY!!! UH OHH!!! STINKY!!! UH OHH!!! STINKY!!! ",
"item.nims_random_bullshit.lapis_lazuli_nugget": "Lapis Lazuli Nugget",
"item.nims_random_bullshit.gravedigger.description_1": "We must dig!",

View File

@@ -0,0 +1,5 @@
{
"textures": {
"particle": "nims_random_bullshit:block/netherrack_juice"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

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
}
}