mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 18:25:21 -07:00
2.0.2
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user