Roguelike Dungeons

Roguelike Dungeons

33M Downloads

custom spawners not working?

resinate opened this issue ยท 9 comments

commented
		"spawners" : {
			"SPIDER" : [
				{"name" : "WitherSkull", "equip":true}
			],
			"ZOMBIE" : [
				{"name" : "WitherSkull", "equip":true}
			],
			"SKELETON" : [
				{"name" : "WitherSkull", "equip":true}
			],
			"BLAZE" : [
				{"name" : "WitherBoss"}
			]
		},

i see spawners with the mobs in them but they dont spawn
here is console error i got
[20:48:37] [Server thread/WARN]: Tried to add entity WitherSkull but it was marked as removed already

commented

Are you trying to make spawners that fire witherboss skull projectiles?

commented

yea was just gonna use defualt minecraft witherboss in place of blaze spawners. i can see the withers spining in the spawner and the effects of them spawning but thats it. and was trying to change other spawners to wither skeletons, just relized they didnt change name of them until 1.11 version. im currently using 1.10.2 for my pack.

if u have steam or curse where i can help test things ill be more than willing to help. my pack relies on ur mod soo much lol

commented

more on spawning i can spawn any mob in the game except for wither boss itself for some reason.
any chance theres a way to do a replace with ur spawns for other spawners u made aka zombie to skeleton and so forth
i saw u had a full list of them on wiki

commented

just relized they didnt change name of them until 1.11 version.

Welcome to my life.

more on spawning i can spawn any mob in the game except for wither boss itself for some reason.

I've never tried this myself. I suspect they have an unusual spawning condition. Will look into it.

commented

nah u can use /summon WitherBoss in game and it works. but yea if u can post the 1.5.8.2 on curse i would be soo happy lol what u have right now works really good

commented

I did this, and it worked, at least in 1.11.2

wither bosses everywhere

{
	"name" : "wither",
	"criteria" : {},
	"tower" : {
		"type" : "ROGUE",
		"theme" : {
			"base" : "BLING"
		}
	},
	"levels" : {
		"all" : {
			"spawners" : {
				"SPIDER" : [
					{"name" : "wither"}
				],
				"ZOMBIE" : [
					{"name" : "wither"}
				],
				"SKELETON" : [
					{"name" : "wither"}
				],
				"BLAZE" : [
					{"name" : "wither"}
				]
			}
		}
	}
}

commented

if u can post the 1.5.8.2 on curse i would be soo happy lol what u have right now works really good

It's getting there. My hope is to complete more documentation and examples in the wiki, and also to put together automated tests which establish that these documented features are in fact working as expected. It's frustrating to do things and wind up with something unexpected happening.

commented

theyre not letting me post the pack cuz of the update cuz its not on curse

oh can u try the wither boss on blaze room thats where im trying to spawn them. i dunno if theres a bug with that spawner my bad. thats only spawner im not able to do anything with

commented

btw {"name" : "wither"} is for 1.11 im using 1.10.2 lol