Added -f flag to prevent heightmap recalculation#3307
Closed
B1ue-Bandit wants to merge 32 commits intoIntellectualSites:feat/feature-placementfrom
Closed
Added -f flag to prevent heightmap recalculation#3307B1ue-Bandit wants to merge 32 commits intoIntellectualSites:feat/feature-placementfrom
B1ue-Bandit wants to merge 32 commits intoIntellectualSites:feat/feature-placementfrom
Conversation
…ntellectualSites#3261) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…llectualSites#3262) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Avoid copying arrays
…ntellectualSites#3271) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…es#3274) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Allow factory suggestions to have parser context (IntellectualSites#2236) (cherry picked from commit 98fd5dc) * Add property suggestions for hand,offhand,pos1 patterns (IntellectualSites#2269) (cherry picked from commit d960fa2) * Fix getSuggestions deprecations in FAWE code --------- Co-authored-by: Maddy Miller <mnmiller1@me.com>
Bump native deps Signed-off-by: Alexander Brandes <mc.cache@web.de>
…ntellectualSites#3286) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…tes#3287) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…tes#3280) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ellectualSites#3281) * Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9 * fix: address shadow changes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pierre Maurice Schwang <mail@pschwang.eu>
* fix: schematic format detection * chore: adjust filename limitation for sponge v1 check * fix: adjust paper dev bundle version * feat: make schematic format detection faster * chore/test: add tests for new clipboard format detection algorithm * chore: cleanup * chore: specify charset for rootName
Revert "Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9 (IntellectualSites#3281)" This reverts commit a6da595.
…ectualSites#3301) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ntellectualSites#3300) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Alexander Brandes <mc.cache@web.de>
Signed-off-by: Alexander Brandes <mc.cache@web.de>
Signed-off-by: Alexander Brandes <mc.cache@web.de>
…lectualSites#3305) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
added -f flag to not recalculate heightmap
Member
|
As mentioned on Discord already, heightmaps are just like other side effects. This feature can already be achieved by using |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This adds a -f flag to certain operations to prevent heightmap recalculation.
Description
Pretty straight forward, just prevents heightmap recalculations when used with //replace, //paste, //walls & //cyl
These are just the tools I need, nobody else has asked for this to my knowledge, I just figured I'd create a pull request in case someone decides this is a feature that should be added. You shouldn't be modifying the height map unless you know what you're doing. I just needed rain to be able to pass through certain parts of the world.