Skip to content

Commit

Permalink
Change cloud colors last time
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXBlade committed Nov 14, 2024
1 parent 1e485d4 commit d3f4e16
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ private static Settings cloud() {
return create().strength(0.2F).sounds(BlockSoundGroup.WOOL).nonOpaque().solidBlock(never).suffocates(never).blockVision(never);
}

public static final ParadiseLostCloudBlock COLD_CLOUD = add("cold_cloud", new ParadiseLostCloudBlock(cloud().mapColor(MapColor.LIGHT_GRAY)), translucentRenderLayer);
public static final ParadiseLostCloudBlock COLD_CLOUD = add("cold_cloud", new ParadiseLostCloudBlock(cloud().mapColor(MapColor.LIGHT_BLUE_GRAY)), translucentRenderLayer);
public static final BlueParadiseLostCloudBlock BLUE_CLOUD = add("blue_cloud", new BlueParadiseLostCloudBlock(cloud().mapColor(MapColor.CYAN)), translucentRenderLayer);
public static final GoldenParadiseLostCloudBlock GOLDEN_CLOUD = add("golden_cloud", new GoldenParadiseLostCloudBlock(cloud().mapColor(MapColor.YELLOW)), translucentRenderLayer);
public static final GoldenParadiseLostCloudBlock GOLDEN_CLOUD = add("golden_cloud", new GoldenParadiseLostCloudBlock(cloud().mapColor(MapColor.GOLD)), translucentRenderLayer);

// Floestone
private static Settings floestone() {
Expand Down

0 comments on commit d3f4e16

Please sign in to comment.