Sirse / MineFantasyII-Cont

Unofficial MineFantasy II repository
GNU General Public License v3.0
16 stars 17 forks source link

Problem with adding new anvil recipe #31

Open Kacpros opened 6 years ago

Kacpros commented 6 years ago

this is my script: Anvil.addShapelessRecipe(), "artisanry", "", true, 10.0, "hammer", 1, 1, 10]), [minefantasy2:MF_Com_leather_strip], lotr:item.dwarfSteel], [minefantasy2:MF_Com_plank, lotr:item.dwarfSteel lotr:item.dwarfSteel, lotr:item.dwarfSteel] [minefantasy2:MF_Com_leather_strip, lotr:item.dwarfSteel]);

It doesnt work. Everytime it says: Error parsing DwarvenSword.zs:1 -- ; expected. Can someone help?

syndicate25 commented 4 years ago

Well it's only a year and a half later but.. you're missing a comma in this part:

lotr:item.dwarfSteel lotr:item.dwarfSteel

Kacpros commented 4 years ago

@syndicate25 thanks for help, but Im no longer using minetweaker scripts for MineFantasy. I've just edited mod's code and added new weapons, metals etc.