Cuberite Forum

Full Version: Brewing status - Merged
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hey,

I wanted to make something bigger in the source of mc server. For this I started on the brewing code a few weeks agoBig Grin
In developing of this, I used the furnace code as helpTongue

My github branch where, I working on this:
https://github.com/Seadragon91/MCServer/tree/brewing

This is a short list, more explanation a few lines below.
TODO:
  • Done: Brewing window
  • Done: Brewing process
  • Done: Handling with the slots
  • Done: Brewing.txt with recipes
  • Done: Storage: Loading / saving of the brewing stand
  • Done: Export to the lua api
  • Done: Added hooks - Review needed


Added the file brewing.txt with recipes
https://github.com/Seadragon91/cuberite/...rewing.txt
Added storage, loading and saving of the brewing stand.
Sounds wonderful! Smile The game gets so much richer with brewing!
Okay, can't finish that anymore. If someone can do it, fork my branch brewing there are the latest changes in it.

Good luck!
Still thank you for bringing it forward. I hope somebody else can take it up from here.
Continue working on this
Somebody is going to?
I have worked now on the api side.

Exported the BrewingstandEntity.h and the method cRoot:GetBrewingRecipe() to the api doc. I have the problem that If I run the api command, thats a few lines are not exported to the html.

Example:
All the methods with Get are exported to the hml, but no methods with Set Huh
cBrewingstandEntity

Don't know what I doing wrong there... . Anyone have a idea?

Thanks,
Seadragon91
Ops, fixed... . I completely forgot that I need to delete the Bindings.cpp before running make. Now I have the missing methods, sorryConfused
Okay, the export to the lua api has been completedBig Grin. If someone wants and has the time he can take a look at the current code.

I will now look to complete the brewing.txt file.

Edit: Completed the file, hope that I have all recipes.
Pages: 1 2 3