Skip to content

Commit

Permalink
Merge branch 'master' into 1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Oct 31, 2024
2 parents 3706adf + 674e8ff commit 1adda32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ archives_base_name = TrailierTales

# Dependencies
fabric_api_version=0.106.0+1.21.2
frozenlib_version=1.9-mc1.21.2
wilderwild_version=3.0.2-mc1.21.2
frozenlib_version=1.9.1-mc1.21.2
wilderwild_version=3.0.3-mc1.21.2

# External Mods
modmenu_version=11.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@ public static class SuspiciousBlocks {
}

public static class BlockSounds {
@EntrySyncData(value = "unpolished_brick_sounds", behavior = SyncBehavior.UNSYNCABLE)
@EntrySyncData("unpolished_brick_sounds")
public boolean unpolished_bricks = true;
@EntrySyncData(value = "polished_brick_sounds", behavior = SyncBehavior.UNSYNCABLE)
@EntrySyncData("polished_brick_sounds")
public boolean polished_bricks = true;
@EntrySyncData(value = "polished_sounds", behavior = SyncBehavior.UNSYNCABLE)
@EntrySyncData("polished_sounds")
public boolean polished = true;
@EntrySyncData(value = "polished_basalt_sounds", behavior = SyncBehavior.UNSYNCABLE)
@EntrySyncData("polished_basalt_sounds")
public boolean polished_basalt = true;
@EntrySyncData(value = "polished_deepslate_sounds", behavior = SyncBehavior.UNSYNCABLE)
@EntrySyncData("polished_deepslate_sounds")
public boolean polished_deepslate = true;
@EntrySyncData(value = "polished_tuff_sounds", behavior = SyncBehavior.UNSYNCABLE)
@EntrySyncData("polished_tuff_sounds")
public boolean polished_tuff = true;
@EntrySyncData(value = "polished_calcite_sounds", behavior = SyncBehavior.UNSYNCABLE)
@EntrySyncData("polished_calcite_sounds")
public boolean polished_calcite = true;
@EntrySyncData(value = "calcite_bricks_sounds", behavior = SyncBehavior.UNSYNCABLE)
@EntrySyncData("calcite_bricks_sounds")
public boolean calcite_bricks = true;
}

Expand Down

0 comments on commit 1adda32

Please sign in to comment.