Legoklötzchen Posted February 10, 2014 Posted February 10, 2014 Bin auf der Suche nach einem Bukkit Plugin mit dem ich eigene Crafting Rezepte machen kann. Bisher habe ich dafür immer Falsebook genommen, also den Cauldron davon. Nun ist aber Falsebook out of date und mit Craftbook funktioniert das noch nicht so wirklich.
Legoklötzchen Posted February 13, 2014 Author Posted February 13, 2014 hab vielleicht schon die Lösung gefunden, bin auf das hierhttp://dev.bukkit.org/bukkit-plugins/alchemicalcauldron/ gestossen nur komme ich nicht mit dem konfigurieren klar bzw brauche Starthilfe um meine Rezepte dort einzustellen. Die konfigdatei schau so aus #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# # Configuration file for "AlchemicalCauldron". # # @author Nikita Pekin (Indivisible0) # #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=# #======== Material Settings ==========# ## Defines input materials for the cauldron # (Note: probabilities can be from 0.00 to 1.00) # Materials can be any (except air), and defined by either ID or name. inputs: '3': '0.7' cobblestone: '0.2' ## Defines output materials for the cauldron # (Note: weights can be from 0.00 to 1.00) # Materials can be any (except air), and defined by either ID or name. outputs: '3': iron_ingot: '0.6' cobblestone: iron_ingot: '0.7' gold_ingot: '0.3' diamond: '0.05' Wie müsste es denn jetzt ausschauen wenn ich ein Rezept habe das mir aus 64xPflasterstein und 1xErde 64xMoosiger Pflasterstein macht?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now