VolmitSoftware / React

Smart Server Performance
https://volmit.com
GNU General Public License v3.0
95 stars 52 forks source link

sheep stack per color #555

Closed Bricec6 closed 4 years ago

Bricec6 commented 4 years ago

**Is there a problem with your request for a report? Please describe it. Hello is it possible to make stacking conditions between sheep colors? For example, brown sheep stack with brown, red with red...

Describe the alternatives you have considered In the allow-stacking configuration: BLUE_SHEEP: 13 YELLOW_SHEEP: 13 RED_SHEEP: 14

or: sheep-stack-per-color: enable: true BLUE_SHEEP: 13 YELLOW_SHEEP: 13 RED_SHEEP: 14

allow-stacking:

Server and Plugin Information

cyberpwnn commented 4 years ago

Added the config option

# Only stack sheep with the same color
sheep-color-specific: false

Under entity-stacker options.

It's defaulted to off, so when the update comes out you will need to turn it on.