Skip to content

Commit

Permalink
Decrease Giant Allium 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 Nov 15, 2024
1 parent b17df0f commit 7c82912
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 19 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Update Simplified Chinese (zh_cn) Translations (Credits: Crown-Fairy)
- Bonemealing Grass Blocks in Allium Shrubland gives chance of any color Alliums and Allium Bushes to grow
- Add Japanese Translations (ja_jp) (Credits: Abbage230)
- Decrease Giant Allium File Sizes

# 2.2.3
- Add Apple Fruit Decorator to Orchard Trees
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"leaves_target": [
"minecraft:oak_leaves"
"minecraft:stone"
],
"log_provider": {
"type": "minecraft:simple_state_provider",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"leaves_target": [
"minecraft:oak_leaves"
"minecraft:stone"
],
"log_provider": {
"type": "minecraft:simple_state_provider",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"leaves_target": [
"minecraft:oak_leaves"
"minecraft:stone"
],
"log_provider": {
"type": "minecraft:simple_state_provider",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"leaves_target": [
"minecraft:oak_leaves"
"minecraft:stone"
],
"log_provider": {
"type": "minecraft:simple_state_provider",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"leaves_target": [
"minecraft:oak_leaves"
"minecraft:stone"
],
"log_provider": {
"type": "minecraft:simple_state_provider",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"leaves_target": [
"minecraft:oak_leaves"
"minecraft:stone"
],
"log_provider": {
"type": "minecraft:simple_state_provider",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"leaves_target": [
"minecraft:oak_leaves"
"minecraft:stone"
],
"log_provider": {
"type": "minecraft:simple_state_provider",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"leaves_target": [
"minecraft:oak_leaves"
"minecraft:stone"
],
"log_provider": {
"type": "minecraft:simple_state_provider",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"leaves_target": [
"minecraft:oak_leaves"
"minecraft:stone"
],
"log_provider": {
"type": "minecraft:simple_state_provider",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3854,7 +3854,7 @@ public class BWGOverworldTreeConfiguredFeatures {
BlockStateProvider.simple(BWGWood.FLORUS.logstem()),
BlockStateProvider.simple(BWGBlocks.ALLIUM_PETAL_BLOCK.get()),
Blocks.OAK_LOG,
Blocks.OAK_LEAVES,
Blocks.STONE,
BlockTags.DIRT, 5
)
);
Expand All @@ -3868,7 +3868,7 @@ public class BWGOverworldTreeConfiguredFeatures {
BlockStateProvider.simple(BWGWood.FLORUS.logstem()),
BlockStateProvider.simple(BWGBlocks.ALLIUM_PETAL_BLOCK.get()),
Blocks.OAK_LOG,
Blocks.OAK_LEAVES,
Blocks.STONE,
BlockTags.DIRT, 5
)
);
Expand All @@ -3882,7 +3882,7 @@ public class BWGOverworldTreeConfiguredFeatures {
BlockStateProvider.simple(BWGWood.FLORUS.logstem()),
BlockStateProvider.simple(BWGBlocks.ALLIUM_PETAL_BLOCK.get()),
Blocks.OAK_LOG,
Blocks.OAK_LEAVES,
Blocks.STONE,
BlockTags.DIRT, 5
)
);
Expand All @@ -3896,7 +3896,7 @@ public class BWGOverworldTreeConfiguredFeatures {
BlockStateProvider.simple(BWGWood.FLORUS.logstem()),
BlockStateProvider.simple(BWGBlocks.PINK_ALLIUM_PETAL_BLOCK.get()),
Blocks.OAK_LOG,
Blocks.OAK_LEAVES,
Blocks.STONE,
BlockTags.DIRT, 5
)
);
Expand All @@ -3910,7 +3910,7 @@ public class BWGOverworldTreeConfiguredFeatures {
BlockStateProvider.simple(BWGWood.FLORUS.logstem()),
BlockStateProvider.simple(BWGBlocks.PINK_ALLIUM_PETAL_BLOCK.get()),
Blocks.OAK_LOG,
Blocks.OAK_LEAVES,
Blocks.STONE,
BlockTags.DIRT, 5
)
);
Expand All @@ -3924,7 +3924,7 @@ public class BWGOverworldTreeConfiguredFeatures {
BlockStateProvider.simple(BWGWood.FLORUS.logstem()),
BlockStateProvider.simple(BWGBlocks.PINK_ALLIUM_PETAL_BLOCK.get()),
Blocks.OAK_LOG,
Blocks.OAK_LEAVES,
Blocks.STONE,
BlockTags.DIRT, 5
)
);
Expand All @@ -3938,7 +3938,7 @@ public class BWGOverworldTreeConfiguredFeatures {
BlockStateProvider.simple(BWGWood.FLORUS.logstem()),
BlockStateProvider.simple(BWGBlocks.WHITE_ALLIUM_PETAL_BLOCK.get()),
Blocks.OAK_LOG,
Blocks.OAK_LEAVES,
Blocks.STONE,
BlockTags.DIRT, 5
)
);
Expand All @@ -3952,7 +3952,7 @@ public class BWGOverworldTreeConfiguredFeatures {
BlockStateProvider.simple(BWGWood.FLORUS.logstem()),
BlockStateProvider.simple(BWGBlocks.WHITE_ALLIUM_PETAL_BLOCK.get()),
Blocks.OAK_LOG,
Blocks.OAK_LEAVES,
Blocks.STONE,
BlockTags.DIRT, 5
)
);
Expand All @@ -3966,7 +3966,7 @@ public class BWGOverworldTreeConfiguredFeatures {
BlockStateProvider.simple(BWGWood.FLORUS.logstem()),
BlockStateProvider.simple(BWGBlocks.WHITE_ALLIUM_PETAL_BLOCK.get()),
Blocks.OAK_LOG,
Blocks.OAK_LEAVES,
Blocks.STONE,
BlockTags.DIRT, 5
)
);
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fabric_api_version=0.108.0

forge_version=52.0.28

neoforge_version=21.1.77
neoforge_version=21.1.79

parchment=2024.11.13

Expand Down

0 comments on commit 7c82912

Please sign in to comment.