Skip to content

Commit

Permalink
HudMetadata channel bootstrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Oct 3, 2024
1 parent cb4044e commit 99a7fbb
Show file tree
Hide file tree
Showing 11 changed files with 989 additions and 284 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class EntitiesDataProvider extends DataProviderBase
0, 4, 0);
protected ServuxBoolSetting nbtQueryOverride = new ServuxBoolSetting(this, "nbt_query_override", false);
protected ServuxIntSetting nbtQueryPermissionLevel = new ServuxIntSetting(this, "nbt_query_permission_level", 2, 4, 0);
private List<IServuxSetting<?>> settings = List.of(this.permissionLevel, this.nbtQueryOverride, this.nbtQueryPermissionLevel);
protected List<IServuxSetting<?>> settings = List.of(this.permissionLevel, this.nbtQueryOverride, this.nbtQueryPermissionLevel);

protected EntitiesDataProvider()
{
Expand Down
Loading

0 comments on commit 99a7fbb

Please sign in to comment.