mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 10:20:42 -07:00
2.0.2
This commit is contained in:
@@ -4,7 +4,7 @@ license="Academic Free License v3.0"
|
||||
|
||||
[[mods]]
|
||||
modId="aris_random_additions"
|
||||
version="2.0.1"
|
||||
version="2.0.2"
|
||||
displayName="Ari's Random Additions"
|
||||
displayURL="https://mcreator.net"
|
||||
logoFile="logo.png"
|
||||
|
||||
@@ -146,6 +146,7 @@
|
||||
"effect.aris_random_additions.summoned_entity_effect": "Summoned Entity",
|
||||
"item.nims_random_bullshit.orichalcum": "Orichalcum",
|
||||
"advancements.magic_egg_advancement.descr": "Obtain a Magic Egg",
|
||||
"entity.aris_random_additions.ari": "Ari",
|
||||
"item.nims_random_bullshit.night_vision_goggles_helmet": "Night Vision Goggles",
|
||||
"block.aris_random_additions.orichalcum_ore": "Orichalcum Ore",
|
||||
"item.aris_random_additions.orichalcum_axe": "Orichalcum Axe",
|
||||
@@ -167,6 +168,7 @@
|
||||
"block.aris_random_additions.condensed_condensed_condensed_netherrack": "Condensed Condensed Condensed Netherrack",
|
||||
"advancements.star_wand_advancement.title": "Healius Absorbus!",
|
||||
"advancements.magic_egg_advancement.title": "Core of a Spawner",
|
||||
"item.aris_random_additions.ari_spawn_egg": "Ari Spawn Egg",
|
||||
"entity.aris_random_additions.tux": "Tux",
|
||||
"item.nims_random_bullshit.orichalcum_pickaxe": "Orichalcum Pickaxe",
|
||||
"item.aris_random_additions.magic_dust": "Magic Dust",
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
@@ -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