From 1fa2696be3109e16c9b70fac5887ec26293c2700 Mon Sep 17 00:00:00 2001 From: lothrazar Date: Mon, 6 Jan 2025 19:48:00 -0800 Subject: [PATCH] flower patches are now naturally smaller. updated changelog to reflect pull requests --- gradle.properties | 2 +- .../cyclic/worldgen/configured_feature/flower_absalon.json | 6 +++--- .../cyclic/worldgen/configured_feature/flower_cyan.json | 6 +++--- .../cyclic/worldgen/configured_feature/flower_lime.json | 6 +++--- .../cyclic/worldgen/configured_feature/flower_purple.json | 6 +++--- update.json | 1 + 6 files changed, 14 insertions(+), 13 deletions(-) diff --git a/gradle.properties b/gradle.properties index b923434ab..23e063d03 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.daemon=false mod_id=cyclic -mod_version=1.13.3 +mod_version=1.13.4 curse_id=239286 diff --git a/src/main/resources/data/cyclic/worldgen/configured_feature/flower_absalon.json b/src/main/resources/data/cyclic/worldgen/configured_feature/flower_absalon.json index 59dd7653f..5e7def580 100644 --- a/src/main/resources/data/cyclic/worldgen/configured_feature/flower_absalon.json +++ b/src/main/resources/data/cyclic/worldgen/configured_feature/flower_absalon.json @@ -40,8 +40,8 @@ } ] }, - "tries": 64, - "xz_spread": 7, - "y_spread": 3 + "tries": 16, + "xz_spread": 3, + "y_spread": 2 } } \ No newline at end of file diff --git a/src/main/resources/data/cyclic/worldgen/configured_feature/flower_cyan.json b/src/main/resources/data/cyclic/worldgen/configured_feature/flower_cyan.json index d18a2bdba..e151326b1 100644 --- a/src/main/resources/data/cyclic/worldgen/configured_feature/flower_cyan.json +++ b/src/main/resources/data/cyclic/worldgen/configured_feature/flower_cyan.json @@ -40,8 +40,8 @@ } ] }, - "tries": 64, - "xz_spread": 7, - "y_spread": 3 + "tries": 16, + "xz_spread": 3, + "y_spread": 2 } } \ No newline at end of file diff --git a/src/main/resources/data/cyclic/worldgen/configured_feature/flower_lime.json b/src/main/resources/data/cyclic/worldgen/configured_feature/flower_lime.json index 0a4f7a170..b8780ff2c 100644 --- a/src/main/resources/data/cyclic/worldgen/configured_feature/flower_lime.json +++ b/src/main/resources/data/cyclic/worldgen/configured_feature/flower_lime.json @@ -40,8 +40,8 @@ } ] }, - "tries": 64, - "xz_spread": 7, - "y_spread": 3 + "tries": 16, + "xz_spread": 3, + "y_spread": 2 } } \ No newline at end of file diff --git a/src/main/resources/data/cyclic/worldgen/configured_feature/flower_purple.json b/src/main/resources/data/cyclic/worldgen/configured_feature/flower_purple.json index 6b288d030..9d0a8bc90 100644 --- a/src/main/resources/data/cyclic/worldgen/configured_feature/flower_purple.json +++ b/src/main/resources/data/cyclic/worldgen/configured_feature/flower_purple.json @@ -40,8 +40,8 @@ } ] }, - "tries": 64, - "xz_spread": 7, - "y_spread": 3 + "tries": 16, + "xz_spread": 3, + "y_spread": 2 } } \ No newline at end of file diff --git a/update.json b/update.json index 802e7f5ec..68a9944fc 100644 --- a/update.json +++ b/update.json @@ -191,5 +191,6 @@ ,"1.13.1":"Fixed some visual glitches" ,"1.13.2":"Fix patchouli Guidebook doesn't show in JEI (and creative tab). Fix Sleeping Bag Disconnect with fully charged bow #2446. Two recipes have updated to use tag-ingredients forge:storage_blocks/ender_eye forge:storage_blocks/ender_pearl instead of item ids (this makes no difference to players experience). Re-added/Ported the alternate recipe for Tempered Dark Glass using obsidian and black stained glass" ,"1.13.3":"You can now use a bucket on the Melter machine. Fix Step Height enchantment. Add recipe in the Solidifier for Rooted Dirt" + ,"1.13.4": "Flower patches spawned naturally in the world are now 4 times smaller. Merged Pull request from shermanflima https://github.com/Lothrazar/Cyclic/pull/2455 Fix Dormant Creeper Spore Charm Issues. Merged Pull request from Gegy that fixes the following: If a Miner fails to harvest a block (in our case, mining an instanced loot chest from Lootr), it would destroy itself. This seems to have been a mistake in the fallback case when the target fails to be mined, forcing the break on itself rather than the target. Miner destroys itself while in a claimed chunk #2367. Fluid Collectors when unloaded would lose their size/height settings (unlike Miners). Miners when unloaded would lose their current mined progress (unlike Fluid Collectors). The client would crash when trying to render a shapedata block preview without both targets set. Items in cables could be pushed against an extraction cable in the fallback case where they could not travel anywhere else - this could rarely lead to output items ending up back in input slots in an unexpected way. Mattocks behave inconsistently when used in a Miner block - as the fake player is placed at the corner of the Miner, the distance and whether in the negative/negative quadrant relative to the Miner would affect whether it applies" } }