@ STR_Warrior ~ I'm working on it.
@ xoft ~ Dropping these changes into any revision will result in working recipes. All that is needed is editing the Recipes.txt and items.ini files. These are just recipes, any specific function of a block or item would need to be coded. Later on, I might attach updates of both files so people only need to copy paste and overwrite the existing files in any revision. For now, anyone who is interested can edit them manually. I do appreciate your advice about FakeTruth. I would like to eventually be on the dev team helping add missing features via C++ and Lua.
*** Recipe Update ***
Add to items.ini -> map=358
Add to recipes.txt -> 3x3,1:3:339:1,1:2:339:1,1:1:339:1,2:3:339:1,2:2:345:1,2:1:339:1,3:3:339:1,3:2:339:1,3:1:339:1@358:1 # map
Please note that this is only the recipe. Crafting this recipe ingame will let you wield the map but will not draw the map as you walk around. The drawmap() code will need to be written at some point.
Also, a quick fix for the ladder recipe. All revisions of recipes.txt give you 1 ladder per craft. however, to be Minecraft accurate it should give you 3 ladders. Replace the 1 at the end of this entry:
3x3,1:*:280:1,3:*:280:1,2:2:280:1@65:1 # Ladder
with a 3 so it looks like so:
3x3,1:*:280:1,3:*:280:1,2:2:280:1@65:3 # Ladder
More recipes on the way.
@ xoft ~ Dropping these changes into any revision will result in working recipes. All that is needed is editing the Recipes.txt and items.ini files. These are just recipes, any specific function of a block or item would need to be coded. Later on, I might attach updates of both files so people only need to copy paste and overwrite the existing files in any revision. For now, anyone who is interested can edit them manually. I do appreciate your advice about FakeTruth. I would like to eventually be on the dev team helping add missing features via C++ and Lua.
*** Recipe Update ***
Add to items.ini -> map=358
Add to recipes.txt -> 3x3,1:3:339:1,1:2:339:1,1:1:339:1,2:3:339:1,2:2:345:1,2:1:339:1,3:3:339:1,3:2:339:1,3:1:339:1@358:1 # map
Please note that this is only the recipe. Crafting this recipe ingame will let you wield the map but will not draw the map as you walk around. The drawmap() code will need to be written at some point.
Also, a quick fix for the ladder recipe. All revisions of recipes.txt give you 1 ladder per craft. however, to be Minecraft accurate it should give you 3 ladders. Replace the 1 at the end of this entry:
3x3,1:*:280:1,3:*:280:1,2:2:280:1@65:1 # Ladder
with a 3 so it looks like so:
3x3,1:*:280:1,3:*:280:1,2:2:280:1@65:3 # Ladder
More recipes on the way.