Skip to content

Commit

Permalink
Decrease Palo Verde Tree File Sizes
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph T. McQuigg <[email protected]>
  • Loading branch information
JT122406 committed Dec 5, 2024
1 parent 782e6c1 commit 6503e21
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- Refactor BWGSounds class from client package into sounds subpackage
- Remove unneeded super calls in block based Mixins
- Fix Cattail Sprout not being consumed when placed on a Campfire
- Decrease Cypress Tree File Sizes
- Decrease Cypress, and Palo Verde Tree File Sizes

# 2.2.5
- Make Pale Pumpkin Set Compostable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"can_leaves_place_filter": {
"type": "minecraft:replaceable"
},
"canopy_location": "biomeswevegone:features/trees/palo-verde/palo_verde_tree_canopy1",
"canopy_location": "biomeswevegone:features/trees/palo-verde/palo_verde_canopy1",
"height": {
"type": "minecraft:biased_to_bottom",
"max_inclusive": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"can_leaves_place_filter": {
"type": "minecraft:replaceable"
},
"canopy_location": "biomeswevegone:features/trees/palo-verde/palo_verde_tree_canopy2",
"canopy_location": "biomeswevegone:features/trees/palo-verde/palo_verde_canopy2",
"height": {
"type": "minecraft:biased_to_bottom",
"max_inclusive": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2561,7 +2561,7 @@ public class BWGOverworldTreeConfiguredFeatures {
TYGFeatures.TREE_FROM_NBT_V1,
() -> new TreeFromStructureNBTConfig(
BiomesWeveGone.id("features/trees/generic_trunk"),
BiomesWeveGone.id("features/trees/palo-verde/palo_verde_tree_canopy1"),
BiomesWeveGone.id("features/trees/palo-verde/palo_verde_canopy1"),
BiasedToBottomInt.of(1, 4),
BlockStateProvider.simple(BWGWood.PALO_VERDE_LOG.get()),
new WeightedStateProvider(new SimpleWeightedRandomList.Builder<BlockState>()
Expand All @@ -2577,7 +2577,7 @@ public class BWGOverworldTreeConfiguredFeatures {
TYGFeatures.TREE_FROM_NBT_V1,
() -> new TreeFromStructureNBTConfig(
BiomesWeveGone.id("features/trees/generic_trunk"),
BiomesWeveGone.id("features/trees/palo-verde/palo_verde_tree_canopy2"),
BiomesWeveGone.id("features/trees/palo-verde/palo_verde_canopy2"),
BiasedToBottomInt.of(1, 4),
BlockStateProvider.simple(BWGWood.PALO_VERDE_LOG.get()),
new WeightedStateProvider(new SimpleWeightedRandomList.Builder<BlockState>()
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 6503e21

Please sign in to comment.