-
-
Notifications
You must be signed in to change notification settings - Fork 764
Minor improvements to farmland code #414
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
| "farmland" => FARMLAND, | ||
| "farmland" => { | ||
| if args.winter { | ||
| DIRT |
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.
Speaking of this, I intentionally did not place a SNOW_BLOCK here to make the world look a little more realistic, I'm thinking of refactoring the winter mode to remove all the SNOW_BLOCKs and put SNOW_LAYER everywhere. In my opinion, the map should generate in the way to look similar to a normal minecraft world.
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.
I agree with this. We should open a separate discussion on how to implement that, since I imagine you'd do the snow layer last after all the normal blocks are placed... 🤷🏼♂️
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.
Ok, we can now proceed in #415
|
LGTM, thanks! |



Just a small change to the generation of farmlands: