fixboot strap?

This commit is contained in:
OogaBooga 2021-03-04 01:28:26 -08:00
parent 8303b8e0a4
commit a0efa4fcf8
2 changed files with 5 additions and 5 deletions

View File

@ -391,7 +391,7 @@ public interface iPowerFighterConfig extends Config
)
default boolean lootItems()
{
return true;
return false;
}
@Range(
@ -543,7 +543,7 @@ public interface iPowerFighterConfig extends Config
)
default boolean alchItems()
{
return true;
return false;
}
@ConfigItem(
@ -711,7 +711,7 @@ public interface iPowerFighterConfig extends Config
)
default boolean stopAmmo()
{
return true;
return false;
}
@ConfigItem(
@ -723,7 +723,7 @@ public interface iPowerFighterConfig extends Config
)
default boolean stopFood()
{
return true;
return false;
}
@ConfigItem(

File diff suppressed because one or more lines are too long