LizIsTired / StarminerRecrafted

An attempt at recreating the 1.7.10 mod "Starminer" in Fabric 1.18 using the Gravity API.
Mozilla Public License 2.0
12 stars 0 forks source link

Milestone 1 #2

Open LizIsTired opened 2 years ago

LizIsTired commented 2 years ago

These things need to be completed before I release the first beta. Will bring mod version to 0.1.0.

LizIsTired commented 2 years ago

Star generation is annoying but it's top priority right now, I've already added most placeholder items/blocks/entities, done some work on gravity "shifting" and added a dimension but am no further in terms of getting stars to generate.

LizIsTired commented 2 years ago

The main issue with star generation is finding a way to create blocky spheres, looking at the source for MiniHUD helps, I might look into WorldEdit at some point to see how it does it. After that I need to work on actually getting structures to generate; something that's been massively annoying to do up to this point.

LizIsTired commented 2 years ago

Ok! I got the spheres to generate! Now to make them structures and work on the randomness...

LizIsTired commented 2 years ago

Improved sphere generation with new algorithm, I do need to work on it further though, currently the sphere spawns at 0,0,0 instead of at the block. Still no further work done on randomness and structures.