update: 1.8.0

This commit is contained in:
nimsolated
2026-03-22 13:52:36 -07:00
parent f39f255e26
commit 43e451f984
51 changed files with 1547 additions and 8 deletions

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"random_sequence": "nims_random_bullshit:blocks/rave_block",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:rave_block"
}
]
}
]
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:iron_ingot"
},
{
"item": "minecraft:black_dye"
}
],
"result": {
"item": "nims_random_bullshit:black_iron_ingot",
"count": 1
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"a a",
"bab",
"a a"
],
"key": {
"a": {
"item": "nims_random_bullshit:black_iron_ingot"
},
"b": {
"item": "minecraft:lime_stained_glass_pane"
}
},
"result": {
"item": "nims_random_bullshit:night_vision_goggles_helmet",
"count": 1
}
}

View File

@@ -0,0 +1,37 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
{
"item": "minecraft:white_concrete"
},
{
"item": "minecraft:red_dye"
},
{
"item": "minecraft:yellow_dye"
},
{
"item": "minecraft:lime_dye"
},
{
"item": "minecraft:light_blue_dye"
},
{
"item": "minecraft:magenta_dye"
},
{
"item": "minecraft:amethyst_shard"
},
{
"item": "minecraft:glow_ink_sac"
},
{
"item": "minecraft:redstone"
}
],
"result": {
"item": "nims_random_bullshit:rave_block",
"count": 9
}
}