-
-
Notifications
You must be signed in to change notification settings - Fork 312
fix: don't bypass history with //ores #3258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dordsor21
commented
Aug 1, 2025
- also add copper and update limits
- also restrict ores spawning to region
- also fix caves out of region error
- fixes //caves Permission Issue //Ores Does Not //undo Consistently #3108
|
Given you updated the list of ores: is / was there any plan to add the deepslate variants as well? |
Mm yeah the ore generation settings aren't too obfuscated in the code so wouldn't be impossible |
worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/FaweRegionExtent.java
Show resolved
Hide resolved
worldedit-core/src/main/java/com/fastasyncworldedit/core/function/generator/OreGen.java
Outdated
Show resolved
Hide resolved
worldedit-core/src/main/java/com/sk89q/worldedit/extent/Extent.java
Outdated
Show resolved
Hide resolved
- also add copper and update limits - also restrict ores spawning to region - also fix caves out of region error - fixes #3108
NotMyFault
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable