Cuberite Forum
Brewing status - Merged - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: Brewing status - Merged (/thread-1983.html)

Pages: 1 2 3


Brewing status - Merged - Seadragon91 - 05-25-2015

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/blob/brewing/Server/brewing.txt


RE: Brewing status - Seadragon91 - 05-28-2015

Added storage, loading and saving of the brewing stand.


RE: Brewing status - Jammet - 05-28-2015

Sounds wonderful! Smile The game gets so much richer with brewing!


RE: Brewing status - Seadragon91 - 06-02-2015

Okay, can't finish that anymore. If someone can do it, fork my branch brewing there are the latest changes in it.

Good luck!


RE: Brewing status - Jammet - 06-02-2015

Still thank you for bringing it forward. I hope somebody else can take it up from here.


RE: Brewing status - Seadragon91 - 06-16-2015

Continue working on this


RE: Brewing status - Jammet - 06-16-2015

Somebody is going to?


RE: Brewing status - Seadragon91 - 06-17-2015

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


RE: Brewing status - Seadragon91 - 06-17-2015

Ops, fixed... . I completely forgot that I need to delete the Bindings.cpp before running make. Now I have the missing methods, sorryConfused


RE: Brewing status - Seadragon91 - 06-17-2015

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.