Brewing status - Merged
#1
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
Reply
Thanks given by:
#2
Added storage, loading and saving of the brewing stand.
Reply
Thanks given by:
#3
Sounds wonderful! Smile The game gets so much richer with brewing!
Reply
Thanks given by:
#4
Okay, can't finish that anymore. If someone can do it, fork my branch brewing there are the latest changes in it.

Good luck!
Reply
Thanks given by:
#5
Still thank you for bringing it forward. I hope somebody else can take it up from here.
Reply
Thanks given by:
#6
Continue working on this
Reply
Thanks given by:
#7
Somebody is going to?
Reply
Thanks given by:
#8
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
Reply
Thanks given by:
#9
Ops, fixed... . I completely forgot that I need to delete the Bindings.cpp before running make. Now I have the missing methods, sorryConfused
Reply
Thanks given by:
#10
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.
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)