changed the moon skeletons to strays

This commit is contained in:
Pyritie 2025-07-23 20:38:14 +01:00
parent 1e7a234b88
commit c2f9dd4215
11 changed files with 11 additions and 10 deletions

View file

@ -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",

View file

@ -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": "Моховий Ендермен",

View file

@ -79,7 +79,7 @@
"weight": 100
},
{
"type": "minecraft:skeleton",
"type": "minecraft:stray",
"maxCount": 2,
"minCount": 1,
"weight": 100

View file

@ -95,7 +95,7 @@
"weight": 100
},
{
"type": "minecraft:skeleton",
"type": "minecraft:stray",
"maxCount": 2,
"minCount": 1,
"weight": 100

View file

@ -93,7 +93,7 @@
"weight": 10
},
{
"type": "minecraft:skeleton",
"type": "minecraft:stray",
"maxCount": 1,
"minCount": 1,
"weight": 5

View file

@ -93,7 +93,7 @@
"weight": 50
},
{
"type": "minecraft:skeleton",
"type": "minecraft:stray",
"maxCount": 2,
"minCount": 1,
"weight": 50

View file

@ -84,7 +84,7 @@
"weight": 50
},
{
"type": "minecraft:skeleton",
"type": "minecraft:stray",
"maxCount": 2,
"minCount": 1,
"weight": 30

View file

@ -93,7 +93,7 @@
"weight": 40
},
{
"type": "minecraft:skeleton",
"type": "minecraft:stray",
"maxCount": 1,
"minCount": 1,
"weight": 10

View file

@ -93,7 +93,7 @@
"weight": 100
},
{
"type": "minecraft:skeleton",
"type": "minecraft:stray",
"maxCount": 3,
"minCount": 1,
"weight": 50

View file

@ -96,7 +96,7 @@
"weight": 100
},
{
"type": "minecraft:skeleton",
"type": "minecraft:stray",
"maxCount": 3,
"minCount": 1,
"weight": 100

View file

@ -295,6 +295,7 @@ const registerAdAstraEntityTypeTags = (event) => {
'minecraft:shulker',
'minecraft:shulker_bullet',
'minecraft:skeleton',
'minecraft:stray',
'species:limpet',
'species:birt',
'endermanoverhaul:windswept_hills_enderman',