TheWeatherPony / TheSeasonsMod

A repository for tracking issues in The Seasons Mod
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1285986-the-seasons-mod-
7 stars 0 forks source link

Configgable Snow stack size by Season #40

Closed PitchBright closed 7 years ago

PitchBright commented 9 years ago

Configgable Snow stack size by Season via JSON or txt.cfg.

jredfox commented 8 years ago

I know users if it were public would be asking for it in the config setting if they just wanted one stack of snow like the way vanilla operates. I also would like .json file to configure the height The_WeatherPony Could you do both?

PitchBright commented 8 years ago

I'm with @jredfox . JSON for snow stack size on a per-biome, per-season basis. (For example) That way the Tundra biome can have snow 10 layers deep in the Winter, and the Alps can have it 14 layers deep. As well as say 5 & 7 in Autumn or Spring, etc etc.

jredfox commented 8 years ago

ok so per biome configuration. for a basic configuration disabling snow from stacking would be a nice and simple option rather then going through the entire .json file.

TheWeatherPony commented 8 years ago

jredfox, there is a way to disable snow from stacking beyond one snow tile - set the snow setting "tilelayerM" to 1.

All NBT settings will be migrated over to json over time.

jredfox commented 8 years ago

talking about making a config option to just enable global snow tile height and or snow block height. I think I should make a new forum for enhancement then for this. When I said global I ment every dimension seasons are in.

TheWeatherPony commented 8 years ago

When NBT settings get migrated over to json, they will use the same system as crops do right now. The crops already support the loading of composite settings, meaning other settings will as well. In the meantime, all worldly settings are generated based on the worldly template file in the config folder.

jredfox commented 8 years ago

Yes but, I was saying could you add an option to globally configure the snow tile and block height of the snow? or am I going to have to configure .json in every single biome making the snow stack size to be 1?

PitchBright commented 8 years ago

He said "Yes, there is right now", and "Yes, there will be in the future".

TheWeatherPony commented 7 years ago

Added in the new 3.0-alpha for 1.8.9 (which has been released as an Alpha)

jredfox commented 7 years ago

I forget did you also add the ability per biome as well and does this override the biome or is it the other way around?

PitchBright commented 7 years ago

@jredfox It works the same way crops do.