mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-25 18:09:17 +00:00
Update config comment
This commit is contained in:
@@ -13,9 +13,9 @@ public class OnlyPlayerPushable extends ConfigModules {
|
||||
|
||||
@Override
|
||||
public void onLoaded() {
|
||||
enabled = config.getBoolean(getBasePath(), enabled, """
|
||||
Enable to make only player pushable
|
||||
This option override the armorstand doCollisionEntityLookups and
|
||||
...write in docs""");
|
||||
enabled = config.getBoolean(getBasePath(), enabled, config.pickStringRegionBased(
|
||||
"Enable to make only player pushable",
|
||||
"是否只允许玩家被实体推动"
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user