Add farming of wheat, growing mushrooms, spreading/dying fire#4
Open
jilleb wants to merge 90 commits into
Open
Add farming of wheat, growing mushrooms, spreading/dying fire#4jilleb wants to merge 90 commits into
jilleb wants to merge 90 commits into
Conversation
Using right click on dirt while using a hoe will convert it to farmland.
Using right click on grass while using a hoe will convert it to farmland.
Author
|
I added:
|
Author
Author
For usage with TNT detonation
first draft version, can probably be done in a nicer way
Uses ray casting logic now, just like Minecraft
Set #define GFX_3D_ELEMENTS in gfx_settings.h to get the 3D billboards and such back.
Author
Author
todo: refactor so all movement stuff goes to a file with helper functions
Rails direction now isn't determined during each render cycle but on placement and when neighbouring blocks are changed. Slopes are now also possible.
Things still go wrong in the corners and slopes, but a fix is on the way :-)
|
MAKE IT COMPATIBILE WITH REAL HARDWARE AND MAKE IT BUILDABLE FOR WII! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.







These changes will make the hoe item useful, as it will allow the player to use a hoe on grass and dirt surfaces, and turn them into farmland. Using right click with any hoe will convert, as long as there's air above the block.
I haven't played the real Minecraft, so I hope this is kind of accurate. But it is a step in a direction where we can do actual farming and create food.