update: 1.7.0

This commit is contained in:
nimsolated
2026-03-19 20:03:41 -07:00
parent 514509aee2
commit a6ad47e929
135 changed files with 3913 additions and 270 deletions

View File

@@ -1,6 +1,8 @@
{
"replace": false,
"values": [
"nims_random_bullshit:orichalcum_block",
"nims_random_bullshit:orichalcum_ore",
"nims_random_bullshit:bedrockifier",
"nims_random_bullshit:magma_brick_button",
"nims_random_bullshit:magma_brick_pressure_plate",

View File

@@ -1,6 +1,8 @@
{
"replace": false,
"values": [
"nims_random_bullshit:orichalcum_block",
"nims_random_bullshit:orichalcum_ore",
"nims_random_bullshit:bedrockifier"
]
}

View File

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

View File

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

View File

@@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"nims_random_bullshit:orichalcum_pickaxe",
"nims_random_bullshit:bedrock_pickaxe",
"nims_random_bullshit:star_wand",
"nims_random_bullshit:netherrackite_pickaxe"

View File

@@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"nims_random_bullshit:orichalcum_shovel",
"nims_random_bullshit:gravedigger"
]
}

View File

@@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"nims_random_bullshit:orichalcum_sword",
"nims_random_bullshit:bedrock_sword"
]
}

View File

@@ -0,0 +1,36 @@
{
"display": {
"icon": {
"item": "minecraft:bedrock"
},
"title": {
"translate": "advancements.bedrock_advancement.title"
},
"description": {
"translate": "advancements.bedrock_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"bedrock_advancement_0": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:bedrock"
],
"count": {
"min": 1,
"max": 64
}
}
]
}
}
},
"parent": "nims_random_bullshit:bedrock_shard_advancement"
}

View File

@@ -0,0 +1,36 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "nims_random_bullshit:bedrock_shard"
},
"title": {
"translate": "advancements.bedrock_shard_advancement.title"
},
"description": {
"translate": "advancements.bedrock_shard_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"bedrock_shard_advancement_0": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"nims_random_bullshit:bedrock_shard"
],
"count": {
"min": 1,
"max": 64
}
}
]
}
}
}
}

View File

@@ -0,0 +1,23 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "nims_random_bullshit:block_eater"
},
"title": {
"translate": "advancements.block_eater_advancement.title"
},
"description": {
"translate": "advancements.block_eater_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"block_eater_advancement_0": {
"trigger": "minecraft:impossible"
}
}
}

View File

@@ -0,0 +1,36 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "nims_random_bullshit:condensed_netherrack"
},
"title": {
"translate": "advancements.condensed_netherrack_advancement.title"
},
"description": {
"translate": "advancements.condensed_netherrack_advancement.descr"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"condensed_netherrack_advancement_0": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"nims_random_bullshit:condensed_netherrack"
],
"count": {
"min": 1,
"max": 64
}
}
]
}
}
}
}

View File

@@ -0,0 +1,36 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "nims_random_bullshit:gravedigger"
},
"title": {
"translate": "advancements.grave_digger_advancement.title"
},
"description": {
"translate": "advancements.grave_digger_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"grave_digger_advancement_0": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"nims_random_bullshit:gravedigger"
],
"count": {
"min": 1,
"max": 64
}
}
]
}
}
}
}

View File

@@ -0,0 +1,36 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "nims_random_bullshit:magic_egg"
},
"title": {
"translate": "advancements.magic_egg_advancement.title"
},
"description": {
"translate": "advancements.magic_egg_advancement.descr"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"magic_egg_advancement_0": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"nims_random_bullshit:magic_egg"
],
"count": {
"min": 1,
"max": 64
}
}
]
}
}
}
}

View File

@@ -0,0 +1,36 @@
{
"display": {
"icon": {
"item": "nims_random_bullshit:netherrack_juice_bucket"
},
"title": {
"translate": "advancements.netherrack_juice_advancement.title"
},
"description": {
"translate": "advancements.netherrack_juice_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"netherrack_juice_advancement_0": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"nims_random_bullshit:netherrack_juice_bucket"
],
"count": {
"min": 1,
"max": 64
}
}
]
}
}
},
"parent": "nims_random_bullshit:condensed_netherrack_advancement"
}

View File

@@ -0,0 +1,36 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "nims_random_bullshit:orichalcum"
},
"title": {
"translate": "advancements.orichalcum_advancement.title"
},
"description": {
"translate": "advancements.orichalcum_advancement.descr"
},
"frame": "goal",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"orichalcum_advancement_0": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"nims_random_bullshit:orichalcum"
],
"count": {
"min": 1,
"max": 64
}
}
]
}
}
}
}

View File

@@ -0,0 +1,23 @@
{
"display": {
"icon": {
"item": "nims_random_bullshit:orichalcum_armor_chestplate"
},
"title": {
"translate": "advancements.orichalcum_set_advancement.title"
},
"description": {
"translate": "advancements.orichalcum_set_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"orichalcum_set_advancement_0": {
"trigger": "minecraft:impossible"
}
},
"parent": "nims_random_bullshit:orichalcum_advancement"
}

View File

@@ -0,0 +1,36 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "nims_random_bullshit:shit"
},
"title": {
"translate": "advancements.shit_advancement.title"
},
"description": {
"translate": "advancements.shit_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"shit_advancement_0": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"nims_random_bullshit:shit"
],
"count": {
"min": 1,
"max": 64
}
}
]
}
}
}
}

View File

@@ -0,0 +1,36 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "minecraft:spawner"
},
"title": {
"translate": "advancements.spawner_advancement.title"
},
"description": {
"translate": "advancements.spawner_advancement.descr"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"spawner_advancement_0": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:spawner"
],
"count": {
"min": 1,
"max": 64
}
}
]
}
}
}
}

View File

@@ -0,0 +1,36 @@
{
"display": {
"background": "minecraft:textures/block/stone.png",
"icon": {
"item": "nims_random_bullshit:star"
},
"title": {
"translate": "advancements.star_advancement.title"
},
"description": {
"translate": "advancements.star_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"star_advancement_0": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"nims_random_bullshit:star"
],
"count": {
"min": 1,
"max": 64
}
}
]
}
}
}
}

View File

@@ -0,0 +1,23 @@
{
"display": {
"icon": {
"item": "nims_random_bullshit:star_wand"
},
"title": {
"translate": "advancements.star_wand_advancement.title"
},
"description": {
"translate": "advancements.star_wand_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"star_wand_advancement_0": {
"trigger": "minecraft:impossible"
}
},
"parent": "nims_random_bullshit:star_advancement"
}

View File

@@ -0,0 +1,36 @@
{
"display": {
"icon": {
"item": "nims_random_bullshit:tux_spawn_egg"
},
"title": {
"translate": "advancements.tux_advancement.title"
},
"description": {
"translate": "advancements.tux_advancement.descr"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"tux_advancement_0": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"nims_random_bullshit:tux_spawn_egg"
],
"count": {
"min": 1,
"max": 64
}
}
]
}
}
},
"parent": "nims_random_bullshit:magic_egg_advancement"
}

View File

@@ -0,0 +1,6 @@
{
"type": "forge:add_features",
"biomes": "#minecraft:is_overworld",
"features": "nims_random_bullshit:orichalcum_feature",
"step": "underground_ores"
}

View File

@@ -0,0 +1,6 @@
{
"type": "forge:add_features",
"biomes": "#is_overworld",
"features": "nims_random_bullshit:orichalcum_ore",
"step": "underground_ores"
}

View File

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

View File

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

View File

@@ -0,0 +1,37 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "nims_random_bullshit:bedrock_shard"
},
{
"item": "nims_random_bullshit:bedrock_shard"
},
{
"item": "nims_random_bullshit:bedrock_shard"
},
{
"item": "nims_random_bullshit:bedrock_shard"
},
{
"item": "nims_random_bullshit:cheese"
},
{
"item": "nims_random_bullshit:bedrock_shard"
},
{
"item": "nims_random_bullshit:bedrock_shard"
},
{
"item": "nims_random_bullshit:bedrock_shard"
},
{
"item": "nims_random_bullshit:bedrock_shard"
}
],
"result": {
"item": "minecraft:bedrock",
"count": 1
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:bedrock"
}
],
"result": {
"item": "nims_random_bullshit:bedrock_shard",
"count": 8
}
}

View File

@@ -1,16 +0,0 @@
{
"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,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"ab",
"ba"
],
"key": {
"a": {
"item": "minecraft:red_dye"
},
"b": {
"item": "minecraft:cobblestone"
}
},
"result": {
"item": "minecraft:netherrack",
"count": 2
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"a a",
"a a"
],
"key": {
"a": {
"item": "nims_random_bullshit:orichalcum"
}
},
"result": {
"item": "nims_random_bullshit:orichalcum_armor_boots",
"count": 1
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"a a",
"aaa",
"aaa"
],
"key": {
"a": {
"item": "nims_random_bullshit:orichalcum"
}
},
"result": {
"item": "nims_random_bullshit:orichalcum_armor_chestplate",
"count": 1
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"aaa",
"a a"
],
"key": {
"a": {
"item": "nims_random_bullshit:orichalcum"
}
},
"result": {
"item": "nims_random_bullshit:orichalcum_armor_helmet",
"count": 1
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"aaa",
"a a",
"a a"
],
"key": {
"a": {
"item": "nims_random_bullshit:orichalcum"
}
},
"result": {
"item": "nims_random_bullshit:orichalcum_armor_leggings",
"count": 1
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"aa",
"ab",
" b"
],
"key": {
"a": {
"item": "nims_random_bullshit:orichalcum"
},
"b": {
"item": "minecraft:stick"
}
},
"result": {
"item": "nims_random_bullshit:orichalcum_axe",
"count": 1
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "nims_random_bullshit:orichalcum_block"
}
],
"result": {
"item": "nims_random_bullshit:orichalcum",
"count": 9
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"aa",
" b",
" b"
],
"key": {
"a": {
"item": "nims_random_bullshit:orichalcum"
},
"b": {
"item": "minecraft:stick"
}
},
"result": {
"item": "nims_random_bullshit:orichalcum_hoe",
"count": 1
}
}

View File

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

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:smelting",
"category": "misc",
"experience": 2.8,
"cookingtime": 200,
"ingredient": {
"item": "nims_random_bullshit:orichalcum_ore"
},
"result": "nims_random_bullshit:orichalcum"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"aaa",
" b ",
" b "
],
"key": {
"a": {
"item": "nims_random_bullshit:orichalcum"
},
"b": {
"item": "minecraft:stick"
}
},
"result": {
"item": "nims_random_bullshit:orichalcum_pickaxe",
"count": 1
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"a",
"b",
"b"
],
"key": {
"a": {
"item": "nims_random_bullshit:orichalcum"
},
"b": {
"item": "minecraft:stick"
}
},
"result": {
"item": "nims_random_bullshit:orichalcum_shovel",
"count": 1
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"a",
"a",
"b"
],
"key": {
"a": {
"item": "nims_random_bullshit:orichalcum"
},
"b": {
"item": "minecraft:stick"
}
},
"result": {
"item": "nims_random_bullshit:orichalcum_sword",
"count": 1
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:scattered_ore",
"config": {
"size": 3,
"discard_chance_on_air_exposure": 0,
"targets": [
{
"target": {
"predicate_type": "tag_match",
"tag": "stone_ore_replaceables"
},
"state": {
"Name": "nims_random_bullshit:orichalcum_ore"
}
}
]
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:ore",
"config": {
"size": 2,
"discard_chance_on_air_exposure": 0,
"targets": [
{
"target": {
"predicate_type": "tag_match",
"tag": "forge:stone"
},
"state": {
"Name": "nims_random_bullshit:orichalcum_ore"
}
}
]
}
}

View File

@@ -0,0 +1,17 @@
{
"feature": "nims_random_bullshit:orichalcum_feature",
"placement": [
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": -6
},
"max_inclusive": {
"absolute": 6
}
}
}
]
}

View File

@@ -0,0 +1,27 @@
{
"feature": "nims_random_bullshit:orichalcum_ore",
"placement": [
{
"type": "minecraft:count",
"count": 3
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": -6
},
"max_inclusive": {
"absolute": 6
}
}
},
{
"type": "minecraft:biome"
}
]
}

View File

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

View File

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