Integrate MobChip, Simplified Enemy Spawner & Configurable Pathfinders
- [ ] Integrate MobChip
- [ ] Simplify Creature & Enemy Spawners
- [ ] Configurable Pathfinders
Looking forward for this. Could you explain a bit more about the custom pathfinders (the goal of it?) and about version limiting of mobchip such as only supporting higher 1.13. will that affect us? If yes it's not a issue just making sure the old methods won't be removed if they are needed for lower supporting versions.
Looking forward for this. Could you explain a bit more about the custom pathfinders (the goal of it?) and about version limiting of mobchip such as only supporting higher 1.13. will that affect us? If yes it's not a issue just making sure the old methods won't be removed if they are needed for lower supporting versions.
I haven't planned properly yet.
But the Creature Spawner needs refactoring first, then I'll do the others.
Initially, I'll integrate MobChip as an option to the current Configurable Spawners (pathfinder & goal) after I make the library to convert the values from the config to the pathfinders & goals.
And since MobChip wraps the real pathfinders, I think 1.12 and below will be added soon.
Looking forward for this. Could you explain a bit more about the custom pathfinders (the goal of it?) and about version limiting of mobchip such as only supporting higher 1.13. will that affect us? If yes it's not a issue just making sure the old methods won't be removed if they are needed for lower supporting versions.
I haven't planned properly yet. But the Creature Spawner needs refactoring first, then I'll do the others. Initially, I'll integrate MobChip as an option to the current Configurable Spawners (
pathfinder&goal) after I make the library to convert the values from the config to the pathfinders & goals.
yeah i get that
And since MobChip wraps the real pathfinders, I think 1.12 and below will be added soon.
not sure if you read spigot thread of that resource
May you would like to split this pr into more? like one for each topic?
And since MobChip wraps the real pathfinders, I think 1.12 and below will be added soon.
not sure if you read spigot thread of that resource
I don't have to. Just check the recent code of MobChip. Now each major version implements its own ChipUtil that provides the real pathfinders.
I'd not say they will add support lower than 1.13 soon. It's just a possibility.