This commit is contained in:
nimsolated
2026-03-25 17:58:21 -07:00
parent 5631439606
commit e867e4b0a2
103 changed files with 1885 additions and 50 deletions

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,39 @@
{
"type": "minecraft:entity",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "aris_random_additions:orichalcum",
"weight": 16,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:air",
"weight": 300,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
}
]
}
]
}
],
"random_sequence": "aris_random_additions:entities/ari"
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"aaa",
"aba",
"aaa"
],
"key": {
"a": {
"item": "minecraft:bedrock"
},
"b": {
"item": "minecraft:enchanted_golden_apple"
}
},
"result": {
"item": "aris_random_additions:bedrock_apple",
"count": 1
}
}

View File

@@ -1,7 +1,7 @@
{
"type": "minecraft:smithing_transform",
"template": {
"item": "aris_random_additions:power_star"
"item": "aris_random_additions:void_star"
},
"base": {
"item": "minecraft:netherite_ingot"

View File

@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"aba",
"aca",
"aaa"
],
"key": {
"a": {
"item": "aris_random_additions:orichalcum"
},
"b": {
"item": "aris_random_additions:endite_upgrade_smithing_template"
},
"c": {
"item": "aris_random_additions:chorus_eye"
}
},
"result": {
"item": "aris_random_additions:endite_upgrade_smithing_template",
"count": 2
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:smithing_transform",
"template": {
"item": "minecraft:gold_block"
},
"base": {
"item": "minecraft:golden_apple"
},
"addition": {
"item": "minecraft:nether_star"
},
"result": {
"item": "minecraft:enchanted_golden_apple"
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:smithing_transform",
"template": {
"item": "aris_random_additions:orichalcum_block"
},
"base": {
"item": "minecraft:enchanted_golden_apple"
},
"addition": {
"item": "aris_random_additions:power_star"
},
"result": {
"item": "aris_random_additions:orichalcum_apple"
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:smithing_transform",
"template": {
"item": "aris_random_additions:endite_upgrade_smithing_template"
},
"base": {
"item": "minecraft:enchanted_golden_apple"
},
"addition": {
"item": "aris_random_additions:void_star"
},
"result": {
"item": "aris_random_additions:void_apple"
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:smithing_transform",
"template": {
"item": "aris_random_additions:endite_upgrade_smithing_template"
},
"base": {
"item": "aris_random_additions:power_star"
},
"addition": {
"item": "aris_random_additions:chorus_eye"
},
"result": {
"item": "aris_random_additions:void_star"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "minecraft:scattered_ore",
"config": {
"size": 3,
"discard_chance_on_air_exposure": 0,
"targets": [
{
"target": {
"predicate_type": "block_match",
"block": "minecraft:deepslate"
},
"state": {
"Name": "aris_random_additions:orichalcum_deepslate_ore"
}
}
]
}
}

View File

@@ -0,0 +1,32 @@
{
"type": "minecraft:ore",
"config": {
"size": 2,
"discard_chance_on_air_exposure": 0,
"targets": [
{
"target": {
"predicate_type": "tag_match",
"tag": "forge:stone"
},
"state": {
"Name": "aris_random_additions:orichalcum_deepslate_ore"
}
},
{
"target": {
"predicate_type": "blockstate_match",
"block_state": {
"Name": "minecraft:deepslate",
"Properties": {
"axis": "y"
}
}
},
"state": {
"Name": "aris_random_additions:orichalcum_deepslate_ore"
}
}
]
}
}

View File

@@ -0,0 +1,17 @@
{
"feature": "aris_random_additions:orichalcum_deepslate_feature",
"placement": [
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": -64
},
"max_inclusive": {
"absolute": 8
}
}
}
]
}

View File

@@ -0,0 +1,27 @@
{
"feature": "aris_random_additions:orichalcum_deepslate_ore",
"placement": [
{
"type": "minecraft:count",
"count": 3
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": -64
},
"max_inclusive": {
"absolute": 8
}
}
},
{
"type": "minecraft:biome"
}
]
}

View File

@@ -6,10 +6,10 @@
"height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": -6
"absolute": 8
},
"max_inclusive": {
"absolute": 6
"absolute": 26
}
}
}

View File

@@ -13,10 +13,10 @@
"height": {
"type": "minecraft:uniform",
"min_inclusive": {
"absolute": -6
"absolute": 8
},
"max_inclusive": {
"absolute": 6
"absolute": 26
}
}
},

View File

@@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"aris_random_additions:orichalcum_deepslate_ore",
"aris_random_additions:endite_block",
"aris_random_additions:orichalcum_block",
"aris_random_additions:orichalcum_ore",

View File

@@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"aris_random_additions:orichalcum_deepslate_ore",
"aris_random_additions:endite_block",
"aris_random_additions:orichalcum_block",
"aris_random_additions:orichalcum_ore",