SilkSpawners

SilkSpawners

3M Downloads

Tracking issue String only compat

timbru31 opened this issue ยท 1 comments

commented
  • - newEggItem - do old methods accept, Wiki states 1.9+ are able to use EntityTags.
  • - spawnEntity - old methods want a numerical value, are newer ones able to use e.g. MinecraftKey?
  • - look through missing @Nullable annotations
  • - searchItemMeta needs to handle legacy number values
  • - crafting results in wrong entity spawners
  • - command alias are not displayed
  • - prevent duplicate alias keys
  • - fallback for IRON_FENCE (now IRON_BARS) in default crafting
  • - add 1.13 mobs to default config
  • - bring back ignoreCheckNumbers (useful for older versions)
  • - test with mods (e.g. MoCreatures)
  • - remove ID from boss bar (obsolete)
commented
  • - chanegtype permissions might be broken