Skip to content

Commit

Permalink
chore: final cleanup!
Browse files Browse the repository at this point in the history
  • Loading branch information
CallMeEchoCodes committed Dec 16, 2024
1 parent 9171545 commit a8c0223
Show file tree
Hide file tree
Showing 44 changed files with 65 additions and 1,189 deletions.
18 changes: 9 additions & 9 deletions src/client/java/dev/spiritstudios/hollow/HollowClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ public void onInitializeClient() {
);


ColorProviderRegistry.BLOCK.register((state, world, pos, tintIndex) ->
tintIndex != 0 ?
world != null && pos != null ? BiomeColors.getGrassColor(world, pos) : GrassColors.getDefaultColor() :
-1,
HollowBlocks.BLUE_WILDFLOWER,
HollowBlocks.WHITE_WILDFLOWER,
HollowBlocks.PURPLE_WILDFLOWER,
HollowBlocks.PINK_WILDFLOWER
);
// ColorProviderRegistry.BLOCK.register((state, world, pos, tintIndex) ->
// tintIndex != 0 ?
// world != null && pos != null ? BiomeColors.getGrassColor(world, pos) : GrassColors.getDefaultColor() :
// -1,
// HollowBlocks.BLUE_WILDFLOWER,
// HollowBlocks.WHITE_WILDFLOWER,
// HollowBlocks.PURPLE_WILDFLOWER,
// HollowBlocks.PINK_WILDFLOWER
// );
// endregion

// region Block Entity Renderers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ protected void configure(Consumer<MetatagBuilder<Block, ?>> provider, RegistryWr
).forEach(pair ->
renderLayer.put(pair.value(), BlockRenderLayer.CUTOUT_MIPPED));

renderLayer.put(HollowBlocks.BLUE_WILDFLOWER, BlockRenderLayer.CUTOUT);
renderLayer.put(HollowBlocks.WHITE_WILDFLOWER, BlockRenderLayer.CUTOUT);
renderLayer.put(HollowBlocks.PURPLE_WILDFLOWER, BlockRenderLayer.CUTOUT);
renderLayer.put(HollowBlocks.PINK_WILDFLOWER, BlockRenderLayer.CUTOUT);
// renderLayer.put(HollowBlocks.BLUE_WILDFLOWER, BlockRenderLayer.CUTOUT);
// renderLayer.put(HollowBlocks.WHITE_WILDFLOWER, BlockRenderLayer.CUTOUT);
// renderLayer.put(HollowBlocks.PURPLE_WILDFLOWER, BlockRenderLayer.CUTOUT);
// renderLayer.put(HollowBlocks.PINK_WILDFLOWER, BlockRenderLayer.CUTOUT);
renderLayer.put(HollowBlocks.PAEONIA, BlockRenderLayer.CUTOUT);
renderLayer.put(HollowBlocks.POTTED_PAEONIA, BlockRenderLayer.CUTOUT);
renderLayer.put(HollowBlocks.ROOTED_ORCHID, BlockRenderLayer.CUTOUT);
Expand Down
160 changes: 0 additions & 160 deletions src/main/generated/assets/hollow/blockstates/blue_wildflower.json

This file was deleted.

160 changes: 0 additions & 160 deletions src/main/generated/assets/hollow/blockstates/pink_wildflower.json

This file was deleted.

Loading

0 comments on commit a8c0223

Please sign in to comment.