This commit is contained in:
nimsolated
2026-03-22 22:59:47 -07:00
parent be17e85eef
commit 519ac6e06f
18 changed files with 627 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
{
"type": "forge:add_spawns",
"biomes": [
"snowy_beach",
"snowy_plains",
"snowy_taiga",
"cherry_grove",
"snowy_slopes"
],
"spawners": {
"type": "aris_random_additions:ari",
"weight": 9,
"minCount": 1,
"maxCount": 1
}
}

View File

@@ -0,0 +1,27 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"aba",
"bcb",
"dbd"
],
"key": {
"a": {
"item": "minecraft:poppy"
},
"b": {
"item": "aris_random_additions:orichalcum"
},
"c": {
"item": "minecraft:fox_spawn_egg"
},
"d": {
"item": "minecraft:sweet_berries"
}
},
"result": {
"item": "aris_random_additions:ari_spawn_egg",
"count": 1
}
}

View File

@@ -0,0 +1,27 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"aba",
"bcb",
"dbd"
],
"key": {
"a": {
"item": "minecraft:chicken"
},
"b": {
"item": "minecraft:sweet_berries"
},
"c": {
"item": "aris_random_additions:magic_egg"
},
"d": {
"item": "minecraft:rabbit"
}
},
"result": {
"item": "minecraft:fox_spawn_egg",
"count": 1
}
}