Woot

Woot

24M Downloads

Suggestion: Config to disable ender shards

focamacho opened this issue ยท 2 comments

commented

Would be cool have a option in the configs to disable the ender shard from some mobs

Example: I do not want players to be able to capture the ender dragon on shard, so I'd like to disable this. With this, I could create a custom craft for the woot of ender dragon.
Like this:
image

commented

I'll take a look to see how easy this is to support.
Currently the blacklists cover the capturing and the ability for the factory form, so I'll need to ensure that current configurations don't break. It should be possible to support this.

commented

Now that I've had a look at this, I think I've got it added correctly.
I'm going to add a new entry to factory_config.json.
"entitygenerateonlylist": []

You will not be able to capture anything in that list, but you will be able to generate loot from it, if you have a controller.

I need to do some testing, but it look "okay" so far.