-
Notifications
You must be signed in to change notification settings - Fork 17
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
Added Landblock setting, No Ores Setting, and No Trees/Rock Setting #297
base: dev
Are you sure you want to change the base?
Conversation
Landblock needs to have spawners but they aren't showing for some reason
Landblock mode works now, the angels-biter-slider needs to be at 600% though so that it is normal
Rocks are now placed in all modes but really infrequently if not Landblock mode
Unremoved some items so that the resources can be mined and charcoal can be made of coal for minimum balance issues
Added mod setting descriptions to the mod settings I added.
Changed how the items were removed to copying the list and just removing stuff
I forgot to give the for loop an argument
no minerals modes items are fixed and tested
Changed landblock mode to have autoplace controls for gardens and trees to keep inline with balance of normal seablock.
Sounds good, thanks! I've been meaning to add a Land Block setting. I'm a bit busy IRL but will get this reviewed before the next release 🙂 |
Can you please add more explanation as to why the No Minerals setting is required? As far as I'm concerned, this is Sea Block. Ores should never spawn! |
Also not sure that we should ever be allowing Cargo Ship's deep Sea oil to spawn. It's against the ethos of Sea Block. Everything is made from water! |
Rather than having a Landblock as a setting, I would much prefer to have it a map type. Selectable from the map gen screen. Maybe also override the vanilla "Island" map type. |
Fixed deep oil not spawning hopefully (at least now you should be able to put it in with editor)
Mod compatibility, some mods break if there are no ores at all/placeable. Also just an option in-case some people want to experience the mod without quite as high of a barrier to entry |
Also just an option in-case some people want to experience the mod without quite as high of a barrier to entry. |
Also all of these settings I've made default to traditional Seablock settings so if someone downloads the mod and starts up a world with the meta pack it should have no ores, no minerals, and no Cargo ships oil. |
As the code is written right now, that might be hard. The base Seablock code literally deletes all of the ores multiple times and all I did was write exceptions for the cases above. Mainly just to get them working, even if in the most inefficient way. I'll try it sometime though, I also am busy with stuff IRL. |
I've not had any reports of this kind of issue in the time I've been maintaining Sea Block. If there are issues with particular mods, we can look at them on a case by case basis. |
Once you get mid way through blue science, you can move entirely away from Blue Algae. |
Huh, I did not notice that. |
updated the info file to 0.5.13
Added three settings named Landblock mode, no minerals mode, and no trees setting.
The Landblock setting (default off) sets the map generation to normal for tiles and spawners, but does not affect resources, or trees/rocks.
The no minerals mode (default on) makes it so that ores don't generate, this is added for mod compatibility (looking at you Modmash Underground).
The no trees setting (default on) makes it so that both normal trees and rocks don't spawn. I put this in to complete the set/aesthetic reasons.
All three are startup settings, and have been localized for English.
Also for the Landblock mode to recover normal biter activity the Angel-biter-slider setting has to bet set to 600%. This is not the default behavior and I don't know how to change it.