changed the moon skeletons to strays
This commit is contained in:
parent
1e7a234b88
commit
c2f9dd4215
11 changed files with 11 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"entity.endermanoverhaul.cave_enderman": "Deep Cave Enderman",
|
||||
"entity.endermanoverhaul.nether_wastes_enderman": "Deep Cave Enderman",
|
||||
"entity.endermanoverhaul.dark_oak_enderman": "Ashen Enderman",
|
||||
"entity.endermanoverhaul.mushroom_fields_enderman": "Mushroom Enderman",
|
||||
"entity.endermanoverhaul.swamp_enderman": "Mossy Enderman",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.",
|
||||
"entity.endermanoverhaul.cave_enderman": "Глибокопечерний Ендермен",
|
||||
"entity.endermanoverhaul.nether_wastes_enderman": "Глибокопечерний Ендермен",
|
||||
"entity.endermanoverhaul.dark_oak_enderman": "Попелястий Ендермен",
|
||||
"entity.endermanoverhaul.mushroom_fields_enderman": "Грибний Ендермен",
|
||||
"entity.endermanoverhaul.swamp_enderman": "Моховий Ендермен",
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"type": "minecraft:stray",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"type": "minecraft:stray",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@
|
|||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"type": "minecraft:stray",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@
|
|||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"type": "minecraft:stray",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 50
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@
|
|||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"type": "minecraft:stray",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 30
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@
|
|||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"type": "minecraft:stray",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@
|
|||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"type": "minecraft:stray",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 50
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@
|
|||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:skeleton",
|
||||
"type": "minecraft:stray",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
|
|
|
|||
|
|
@ -295,6 +295,7 @@ const registerAdAstraEntityTypeTags = (event) => {
|
|||
'minecraft:shulker',
|
||||
'minecraft:shulker_bullet',
|
||||
'minecraft:skeleton',
|
||||
'minecraft:stray',
|
||||
'species:limpet',
|
||||
'species:birt',
|
||||
'endermanoverhaul:windswept_hills_enderman',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue