Rosewood-Development / RoseStacker

A next-generation stacker plugin for Spigot and Paper servers
Other
137 stars 35 forks source link

Adds new `max-egg-stack-size` option for chicken stacks #114

Open heypr opened 2 months ago

heypr commented 2 months ago

As stated in the title, this PR adds in a max-egg-stack-size option for chicken entity stacks.

This does not fix an open GitHub issue, and instead fixes an issue where chicken entity stacks would drop eggs equaling their current stack size, i.e. a chicken stack with three billion chickens would drop 3 billion eggs.

I set the default value for this option to 10,000, let me know if that's too low or too high.