• Guest, HEROCRAFT PUBLIC RELEASE IS HAPPENING AN HOUR EARLIER! TONIGHT @ 7PM CST GET READY FOR IT! play.hc.to
    Read up on the guides and new systems! Here.
    View the LIVE Map here @ hc.to/map
    Stuck or have a problem? use "/pe create" to to open a ticket with staff (There are some known issues and other hotfixes we will be pushing asap)
  • Guest, Make sure to use our LAUNCHER! Read more here!

Alchemy Problems - Recipe's seem incorrect

DarkStrider

Legacy Supporter 4
Joined
Sep 24, 2011
As the title suggests, the recipes used for the false cauldrons (The ones created with blocks in world rather then the metal tin used as a glorified water bucket).

Anyway, when I created this, I tried some of the basic recipes to create grass or sugar cane, sadly when clicking to activate the cauldron, it stated "Recipe Not Recognized" and this this for all recipes in the list.

I understand why Brewing is disabled but without any form of brewing from any of the methods provided, alchemists are rendered completely useless.
 
Joined
Apr 25, 2011
Location
Utah
Alchemists were malfunctioning for most of the beginning of Zeal, when I was playing as one. I hope these problems can be sorted out soon.
 

Kainzo

The Disposable Hero
Staff member
Founder
Adventure Team
Joined
Jan 7, 2011
Location
The 7th Circle of Heaven
falsebook.blocks.cauldron.use

Checking to ensure our recipes are correct.
grass;2*6,3*3;2*2
leafs;3*6,3*2;3*18
mossy;1*264,3*2,3*4;4*48
ice;4*326,4*80;2*79
snowdirt;4*80,4*3;2*78
sugarcanes;4*18,4*3;3*338
bmushroom;4*3,4*331;1*39
rmushroom;4*2,4*331;1*40
flower;1*17,3*3,4*50;1*37
rose;1*17.3*3,4*331;1*38
lapis;2*49,2*82,4*331;1*22
coco;1*82,1*326,4*3;2*351:3
iron;5*15,1*327;5*265
gold;5*14,1*327;5*266
smooth;5*4,1*327;5*1
brick;5*82,1*327;5*45
glass;4*50,4*12;4*20
cactus;5*12,5*6;10*81
slimeball;1*22,1*264,1*106;1*341
chainchest;4*265,1*327;1*303
chainleg;3*265,1*327;1*304
chainboot;1*265,1*327;1*305
chainhelm;2*265,1*327;1*302
clay;3*12,3*3,1*264;2*82
lapis;6*49,2*82,4*331;1*22
slimeball1;1*22,1*264,1*6;1*341
RECIPE

CauldronUse:
usage: Cauldron Use
permissions:
- falsebook.blocks.cauldron.use

Merchant Skills
permission-skills:
LavaBucket:
level: 1
Shears:
level: 1
CauldronUse:
level: 10

http://forums.bukkit.org/threads/me...cs-cauldrons-gates-minecarts-mc1-0-1564.7227/

Plugin stuff
@Sleaker - is there something funky with the Permissions in Falsebook? also I haven't heard issues about MASONS (gates/bridges) but I thouhgt they were working.
I suspect there is a transient permission issue not passing these skills to the user under their class.
 

DarkStrider

Legacy Supporter 4
Joined
Sep 24, 2011
Code:
 -> falsebook.anyic            => allows you to build all ICs
    -> falsebook.ic.xxx            => xxx is the IC-Name, i.e. falsebook.ic.mc1201 allows you to build dispensers
    -> falsebook.blocks.*            => allows you to build Bridges/Doors/Gates/Lifts/Toggleable Areas/Hidden Switches
    -> falsebook.blocks.lift        => allows you to build Lifts
    -> falsebook.blocks.bridge        => allows you to build Bridges
    -> falsebook.blocks.cauldron.use    => allows you to use cauldrons
    -> falsebook.blocks.door        => allows you to build Doors
    -> falsebook.blocks.gate        => allows you to build Gates
    -> falsebook.blocks.hiddenswitch    => allows you to use hidden switches
    -> falsebook.blocks.hiddenswitch.create    => allows you to build & use hidden switches
    -> falsebook.blocks.lightswitch.create    => allows you to create lightswitches
    -> falsebook.blocks.lightswitch.use    => allows you to use lightswitches
    -> falsebook.blocks.readbooks        => allows you to read bookshelfs, when having no Item in Hand
    -> falsebook.destroy.blocks        => allows you to destroy blocks of bridges/gates/doors
    -> falsebook.blocks.area        => allows you to build/edit Toggleable Areas
    -> falsebook.ic.standard
        -> MC1000
        -> MC1001
        -> MC1017
        -> MC1018
        -> MC1020
        -> MC1025
        -> MC1111
        -> MC2020
        -> MC2100
        -> MC2101
        -> MC3000
        -> MC3001
        -> MC3002
        -> MC3003
        -> MC3020
        -> MC3021
        -> MC3030
        -> MC3031
        -> MC3033
        -> MC3034
        -> MC3036
        -> MC3040
        -> MC3101
        -> MC4000
        -> MC4010
        -> MC4100
        -> MC4110
        -> MC4200
    -> falsebook.ic.detection
        -> MC1230
        -> MC1260
        -> MC1261
        -> MC1262
        -> MC1263
        -> MC1270
        -> MC1271
        -> MC1272
    -> falsebook.ic.worldedit
        -> MC1200
        -> MC1201
        -> MC1205
        -> MC1206
        -> MC1207
        -> MC1210
        -> MC1211
        -> MC1220
        -> MC1231
        -> MC1232
        -> MC1240
        -> MC1241
        -> MC1510
        -> MC1511
        -> MC3231
    -> falsebook.ic.selftriggered
        -> MC0020
        -> MC0111
        -> MC0230
        -> MC0232
        -> MC0260
        -> MC0261
        -> MC0262
        -> MC0263
        -> MC0270
        -> MC0271
        -> MC0272
        -> MC0420
        -> MC1110
    -> falsebook.cart.*
        -> falsebook.cart.booster2x
        -> falsebook.cart.booster8x
        -> falsebook.cart.brake25x
        -> falsebook.cart.brake50x
        -> falsebook.cart.station
        -> falsebook.cart.collectanddeposit
        -> falsebook.cart.eject
        -> falsebook.cart.sort
        -> falsebook.cart.emitter
        -> falsebook.cart.reverse
        -> falsebook.cart.constantspeed
 
Top