Malorolam / LootBags

Other
21 stars 31 forks source link

lootbags.zs file not working when trying to disable the lootbag container and make shapeless crafting like in 1.10.2 #146

Closed raziel23x closed 5 years ago

raziel23x commented 5 years ago

Here is part of the script for use with the new 1.12.2 to add back in the old shapeless crafting but when the script loads i get errors saying that it cant find the given objects

am i using the wrong meta data for the bags to add them to the shapeless crafting and or how will i find the correct ones to be able to make a working script //LootBags recipes.addshapeless(,[ 4]); recipes.addshapeless(,[ 4]); recipes.addshapeless(,[ 4]); recipes.addshapeless(,[ 4]);

Here are my config files just in case you need them lootbagconfigfiles.zip

Malorolam commented 5 years ago

Dunno how I missed this issue, hopefully you solved it yourself. I have no idea how to use that scripting system, but assuming the format is modid:itemname:metadata, then the metadatas are all wrong, the Lootbags_BagConfig.cfg file will have the itemnames for each specific bag under the $STARTBAG command.

raziel23x commented 5 years ago

Never got it to work and I did use the config to use though id's

On Sat, May 11, 2019, 12:41 PM Malorolam notifications@github.com wrote:

Dunno how I missed this issue, hopefully you solved it yourself. I have no idea how to use that scripting system, but assuming the format is modid:itemname:metadata, then the metadatas are all wrong, the Lootbags_BagConfig.cfg file will have the itemnames for each specific bag under the $STARTBAG command.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Malorolam/LootBags/issues/146#issuecomment-491526132, or mute the thread https://github.com/notifications/unsubscribe-auth/AADL43X4D74TIHONNVLD6CDPU3ZKNANCNFSM4FR7HMVQ .