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