mt-mods / technic

Technic mod for Minetest
18 stars 25 forks source link

MineClone/MineClonia compatibility for technic worldgen #323

Closed nonfreegithub closed 1 year ago

nonfreegithub commented 1 year ago

I will try to port this mod so that it is compatible with MineClone/MineClonia games

I will do it in parts and separate it into different PRs, perhaps this way they will be reviewed more comfortably

Technic worldgen now supports MCL

OgelGames commented 1 year ago

I just went to test this and realized, MCL mapgen only goes down to -63. The y_min and y_max will need to be adjusted for all of the ores.

nonfreegithub commented 1 year ago

I just went to test this and realized, MCL mapgen only goes down to -63. The y_min and y_max will need to be adjusted for all of the ores.

fixed, I call mcl_vars because MineClone and MineClonia have different depths

to fix y_max I use -30 is valid to both games

OgelGames commented 1 year ago

Did some quick testing (slicing a world open with WE), the ore generation looks normal, except I wasn't able to find sulfur.

It looks like sulfur has some custom generation to place it around lava pools, but those don't seem to exist in the overworld, maybe the y values should be adjusted for sulfur to generate in the nether? (it makes sense for it to be there too)

nonfreegithub commented 1 year ago

maybe the y values should be adjusted for sulfur to generate in the nether? (it makes sense for it to be there too)

nice idea

screenshot_20230916_161119

nonfreegithub commented 1 year ago

Did some quick testing (slicing a world open with WE), the ore generation looks normal, except I wasn't able to find sulfur.

It looks like sulfur has some custom generation to place it around lava pools, but those don't seem to exist in the overworld

also there are sulfur in overworld near of lava

screenshot_20230916_190801

nonfreegithub commented 1 year ago

I would like to continue with technic core when this PR is merged

S-S-X commented 1 year ago

Approved, merging