Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spawn.json can't get skeletons to have different weapons on spawn. #469

Open
CdysRed opened this issue Dec 25, 2024 · 0 comments
Open

Spawn.json can't get skeletons to have different weapons on spawn. #469

CdysRed opened this issue Dec 25, 2024 · 0 comments

Comments

@CdysRed
Copy link

CdysRed commented Dec 25, 2024

I was hoping to make skeletons have more variety of weapons than bow on spawn, as well as a 1% chance to have full modded bone armor with extra health. Does not happen.
This is what my spawn.json looks like:
[
{
"mob": ["minecraft:skeleton"],
"when": "finallize",
"result": "default",
"helditem": ["5=wrd:bone_sword", "1=minecraft:iron_sword", "1=minecraft:bow", "1=iceandfire:copper_axe", "1=iceandfire:copper_sword", "3=wrd:bone_crusher"]
},
{
"mob": ["minecraft:skeleton"],
"random": "0.01",
"when": "finallize",
"result": "default",
"healthmultiply": 1.5,
"armorhelmet": ["immersive_armors:bone_helmet"],
"armorchest": ["immersive_armors:bone_chestplate"],
"armorlegs": ["immersive_armors:bone_leggings"],
"armorboots": ["immersive_armors:bone_boots"]
}
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant