06-03-2012, 08:42 PM
(06-03-2012, 08:39 PM)xoft Wrote: [ -> ]Luksor, I put the items.ini in. I decided not to delete most of the stuff you deleted, for compatibility reasons. So the lightstonedust staysOk

(06-03-2012, 08:39 PM)xoft Wrote: [ -> ]Luksor, I put the items.ini in. I decided not to delete most of the stuff you deleted, for compatibility reasons. So the lightstonedust staysOk

it confuses me that you say something different then the recipe.txt
are there 2 ways??
the line is 3x3,1:2:339:1,1:3:339:1,1:1:339:1,2:1:339:1,3:1:339:1,3:2:339:1,3:3:339:1,2:3:339:1,2:2:345:1@358:1 #-> Map
<IngredientN> = <ItemType>, <Coord1>, <Coord2>, ... <CordN>
<CoordN> = <X>:<Y> or *# Sticks:
Planks, *, * | Stick, 4
# This would match even a single pile of at least 2 planks
Which you already seem to have encountered



<Ingredient1> | <Ingredient2> | ... | <IngredientN> | <Result>
Stick, 2:2, 2:3 | Cobblestone, 2:1, *:1 | StoneHoe<Result> | <Ingredient1> | <Ingredient2> | ... | <IngredientN>
StoneHoe | Stick, 2:2, 2:3 | Cobblestone, 2:1, *:1<Ingredient1> + <Ingredient2> + ... + <IngredientN> = <Result>
Stick, 2:2, 2:3 + Cobblestone, 2:1, *:1 = StoneHoe<Result> = <Ingredient1> + <Ingredient2> + ... + <IngredientN>
StoneHoe = Stick, 2:2, 2:3 + Cobblestone, 2:1, *:1<Result> = <Ingredient1> | <Ingredient2> | ... | <IngredientN>
StoneHoe = Stick, 2:2, 2:3 | Cobblestone, 2:1, *:1
Planks^0, 4 = Log^0, *
I like 5 format the most