update: 1.5.0

This commit is contained in:
nimsolated
2026-03-14 11:32:30 -07:00
parent 58d8942ed2
commit aa8c6fa7bd
125 changed files with 4697 additions and 17 deletions

View File

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

View File

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

View File

@@ -0,0 +1,33 @@
{
"type": "minecraft:block",
"random_sequence": "nims_random_bullshit:blocks/magma_brick_slabs",
"pools": [
{
"rolls": 1.0,
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:magma_brick_slabs",
"functions": [
{
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "nims_random_bullshit:magma_brick_slabs",
"properties": {
"type": "double"
}
}
],
"count": 2.0,
"function": "minecraft:set_count"
},
{
"function": "minecraft:explosion_decay"
}
]
}
]
}
]
}

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,33 @@
{
"type": "minecraft:block",
"random_sequence": "nims_random_bullshit:blocks/redstone_brick_slabs",
"pools": [
{
"rolls": 1.0,
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:redstone_brick_slabs",
"functions": [
{
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "nims_random_bullshit:redstone_brick_slabs",
"properties": {
"type": "double"
}
}
],
"count": 2.0,
"function": "minecraft:set_count"
},
{
"function": "minecraft:explosion_decay"
}
]
}
]
}
]
}

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"a"
],
"key": {
"a": {
"item": "minecraft:bedrock"
}
},
"result": {
"item": "nims_random_bullshit:cheese",
"count": 64
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "redstone",
"ingredients": [
{
"item": "nims_random_bullshit:magma_bricks"
}
],
"result": {
"item": "nims_random_bullshit:magma_brick_button",
"count": 1
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"pattern": [
"aa"
],
"key": {
"a": {
"item": "nims_random_bullshit:magma_bricks"
}
},
"result": {
"item": "nims_random_bullshit:magma_brick_pressure_plate",
"count": 1
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"aaa"
],
"key": {
"a": {
"item": "nims_random_bullshit:magma_bricks"
}
},
"result": {
"item": "nims_random_bullshit:magma_brick_slabs",
"count": 6
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"a ",
"aa ",
"aaa"
],
"key": {
"a": {
"item": "nims_random_bullshit:magma_bricks"
}
},
"result": {
"item": "nims_random_bullshit:magma_brick_stairs",
"count": 6
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"aaa",
"aaa"
],
"key": {
"a": {
"item": "nims_random_bullshit:magma_bricks"
}
},
"result": {
"item": "nims_random_bullshit:magma_brick_walls",
"count": 6
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"aa",
"aa"
],
"key": {
"a": {
"item": "minecraft:magma_block"
}
},
"result": {
"item": "nims_random_bullshit:magma_bricks",
"count": 1
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"aaa",
"bbb",
"aaa"
],
"key": {
"a": {
"item": "nims_random_bullshit:bean"
},
"b": {
"item": "nims_random_bullshit:cheese"
}
},
"result": {
"item": "nims_random_bullshit:magma_bricks",
"count": 3
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"a"
],
"key": {
"a": {
"item": "minecraft:bedrock"
}
},
"result": {
"item": "minecraft:obsidian",
"count": 9
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"aaa"
],
"key": {
"a": {
"item": "nims_random_bullshit:redstone_bricks"
}
},
"result": {
"item": "nims_random_bullshit:redstone_brick_slabs",
"count": 6
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"a ",
"aa ",
"aaa"
],
"key": {
"a": {
"item": "nims_random_bullshit:redstone_bricks"
}
},
"result": {
"item": "nims_random_bullshit:redstone_brick_stairs",
"count": 6
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"aaa",
"aaa"
],
"key": {
"a": {
"item": "nims_random_bullshit:redstone_bricks"
}
},
"result": {
"item": "nims_random_bullshit:redstone_brick_walls",
"count": 6
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"aa",
"aa"
],
"key": {
"a": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "nims_random_bullshit:redstone_bricks",
"count": 1
}
}