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,40 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:bedrock",
"weight": 1,
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
}
]
}
]
}
],
"random_sequence": "minecraft:blocks/bedrock"
}

View File

@@ -0,0 +1,133 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:bean",
"weight": 1,
"conditions": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
}
],
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
},
{
"function": "minecraft:explosion_decay"
},
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:cheese",
"weight": 1,
"conditions": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
}
],
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
},
{
"function": "minecraft:explosion_decay"
},
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:magma_block",
"weight": 1,
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
},
{
"function": "minecraft:explosion_decay"
}
]
}
]
}
],
"random_sequence": "minecraft:blocks/magma_block"
}

View File

@@ -1,6 +1,16 @@
{
"replace": false,
"values": [
"nims_random_bullshit:magma_brick_button",
"nims_random_bullshit:magma_brick_pressure_plate",
"nims_random_bullshit:magma_brick_walls",
"nims_random_bullshit:magma_brick_slabs",
"nims_random_bullshit:magma_brick_stairs",
"nims_random_bullshit:magma_bricks",
"nims_random_bullshit:redstone_brick_walls",
"nims_random_bullshit:redstone_brick_slabs",
"nims_random_bullshit:redstone_brick_stairs",
"nims_random_bullshit:redstone_bricks",
"nims_random_bullshit:hexa_condensed_netherrack",
"nims_random_bullshit:penta_condensed_netherrack",
"nims_random_bullshit:quadra_condensed_netherrack",

View File

@@ -1,4 +1,7 @@
{
"replace": false,
"values": []
"values": [
"nims_random_bullshit:magma_brick_slabs",
"nims_random_bullshit:redstone_brick_slabs"
]
}

View File

@@ -1,4 +1,7 @@
{
"replace": false,
"values": []
"values": [
"nims_random_bullshit:magma_brick_stairs",
"nims_random_bullshit:redstone_brick_stairs"
]
}

View File

@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"nims_random_bullshit:magma_brick_walls",
"nims_random_bullshit:redstone_brick_walls"
]
}

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