Spaces in mob names not working.
charlie1990 opened this issue ยท 2 comments
This has been happening for a long time now, just never got around to posting this.
This does NOT work.
SPIDER~&aSpider Queen:
- drop: DIAMOND
These DO work.
SPIDER~&aSpider_Queen:
- drop: DIAMOND
SPIDER~&aSpiderQueen:
- drop: DIAMOND
You're not supposed to be using spaces in names if I recall... The Underscore reads as a space in the yml file, where a space isn't read properly and is assumed to be part of the parsing, which causes problems..
Just stick with the Underscores