mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-11-14 06:07:09 +01:00
Add killWholeStackOnDeath setting to the API
This commit is contained in:
parent
b59f3f06d5
commit
4d8e630697
@ -297,4 +297,9 @@ public class Settings implements com.craftaro.ultimatestacker.api.Settings {
|
||||
public int getMaxItemStackSize() {
|
||||
return MAX_STACK_ITEMS.getInt();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean killWholeStackOnDeath() {
|
||||
return KILL_WHOLE_STACK_ON_DEATH.getBoolean();
|
||||
}
|
||||
}
|
||||
|
@ -7,5 +7,7 @@ public interface Settings {
|
||||
*/
|
||||
int getMaxItemStackSize();
|
||||
|
||||
boolean killWholeStackOnDeath();
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user