UPDATE: 1.4.2

This commit is contained in:
nimsolated
2026-03-14 02:13:41 -07:00
parent 897df326e5
commit 58d8942ed2
67 changed files with 1618 additions and 13 deletions

View File

@@ -0,0 +1,4 @@
{
"replace": false,
"values": []
}

View File

@@ -0,0 +1,4 @@
{
"replace": false,
"values": []
}

View File

@@ -0,0 +1,4 @@
{
"replace": false,
"values": []
}

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,33 @@
{
"type": "minecraft:block",
"random_sequence": "nims_random_bullshit:blocks/rubber_slab",
"pools": [
{
"rolls": 1.0,
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:rubber_slab",
"functions": [
{
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "nims_random_bullshit:rubber_slab",
"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/rubber_stairs",
"pools": [
{
"rolls": 1.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "nims_random_bullshit:rubber_stairs"
}
]
}
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:charcoal"
}
],
"result": {
"item": "minecraft:gunpowder",
"count": 1
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"pattern": [
"aaa",
"a a",
"aaa"
],
"key": {
"a": {
"item": "minecraft:iron_bars"
}
},
"result": {
"item": "minecraft:spawner",
"count": 1
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"aaa"
],
"key": {
"a": {
"item": "minecraft:rabbit_hide"
}
},
"result": {
"item": "minecraft:rabbit_foot",
"count": 1
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:leather"
}
],
"result": {
"item": "minecraft:rabbit_hide",
"count": 2
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"group": "wooden_button",
"category": "redstone",
"ingredients": [
{
"item": "nims_random_bullshit:rubber_planks"
}
],
"result": {
"item": "nims_random_bullshit:rubber_button",
"count": 1
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_fence_gate",
"category": "redstone",
"pattern": [
"aba",
"aba"
],
"key": {
"a": {
"item": "minecraft:stick"
},
"b": {
"item": "nims_random_bullshit:rubber_planks"
}
},
"result": {
"item": "nims_random_bullshit:rubber_fence_gate",
"count": 1
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_fence",
"category": "misc",
"pattern": [
"aba",
"aba"
],
"key": {
"a": {
"item": "nims_random_bullshit:rubber_planks"
},
"b": {
"item": "minecraft:stick"
}
},
"result": {
"item": "nims_random_bullshit:rubber_fence",
"count": 3
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"group": "planks",
"category": "building",
"ingredients": [
{
"item": "nims_random_bullshit:rubber_log"
}
],
"result": {
"item": "nims_random_bullshit:rubber_planks",
"count": 4
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"group": "planks",
"category": "building",
"ingredients": [
{
"item": "nims_random_bullshit:rubber_wood"
}
],
"result": {
"item": "nims_random_bullshit:rubber_planks",
"count": 4
}
}

View File

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

View File

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

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_stairs",
"category": "building",
"pattern": [
"a ",
"aa ",
"aaa"
],
"key": {
"a": {
"item": "nims_random_bullshit:rubber_planks"
}
},
"result": {
"item": "nims_random_bullshit:rubber_stairs",
"count": 4
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"group": "sticks",
"category": "misc",
"pattern": [
"a",
"a"
],
"key": {
"a": {
"item": "nims_random_bullshit:rubber_planks"
}
},
"result": {
"item": "minecraft:stick",
"count": 4
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"group": "bark",
"category": "building",
"pattern": [
"aa",
"aa"
],
"key": {
"a": {
"item": "nims_random_bullshit:rubber_log"
}
},
"result": {
"item": "nims_random_bullshit:rubber_wood",
"count": 3
}
}