update: 1.6.2

This commit is contained in:
nimsolated
2026-03-17 19:53:14 -07:00
parent fbc66154ee
commit 514509aee2
86 changed files with 226 additions and 4944 deletions

View File

@@ -1,6 +0,0 @@
{
"replace": false,
"values": [
"nims_random_bullshit:mailman_profession"
]
}

View File

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

View File

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

View File

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

View File

@@ -1,20 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"aab",
"bbb"
],
"key": {
"a": {
"item": "minecraft:dispenser"
},
"b": {
"item": "minecraft:iron_block"
}
},
"result": {
"item": "nims_random_bullshit:label_copy_machine",
"count": 1
}
}

View File

@@ -1,23 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"ab",
"c "
],
"key": {
"a": {
"item": "minecraft:iron_block"
},
"b": {
"item": "minecraft:lever"
},
"c": {
"item": "minecraft:stick"
}
},
"result": {
"item": "nims_random_bullshit:mailbox",
"count": 1
}
}

View File

@@ -1,16 +0,0 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:paper"
},
{
"item": "minecraft:ink_sac"
}
],
"result": {
"item": "nims_random_bullshit:shipping_label",
"count": 1
}
}

View File

@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"nims_random_bullshit:bedrock_pickaxe",
"minecraft:diamond_pickaxe"
]
}