Tinkers tool script not working the way i intend
scalda opened this issue ยท 10 comments
Issue Description:
Hi, I am trying to add manasteel tools/parts via MT. I am using naturals pledge as the source for the molten material. but for the life of me i can't get it to output the correct item to the correct cast.
I always get the first item (in the case of the scripts a shard) no matter what cast i use.
Is there something really stupid i am overlooking?
Regards
Scalda
What happens:
What you expected to happen:
the correct cast to be used for the item i am trying to make
Script used (Please Pastebin or gist your script, posting an unpasted or ungist'd script will automatically close this issue):
Minetweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist'd file will automatically close this issue):
Affected Versions (Do not use "latest"):
- Minecraft: 1.10.2
- Forge: 12.18.3.2254
- Crafttweaker: CraftTweaker-1.10.2-3.0.24.jar
- ModTweaker: ModTweaker2-2.0.11.jar
- MTLib: MTLib-1.0.2.jar
Your most recent log file where the issue was present:
i needed scripts because we couldn't craft the parts with the liquid from Natural Pledge.
As for forge i didn't know there was a newer version as thought they had abandoned 1.10.2 in favour of 1.11.2
Well it looks like something in the version of foolcraft that we are developing is causing issues with the tinkers integration.
Got a link to the Dev Import for Curse that you're working with? It should be working, so lets go figure out why it is not working.
From what I can tell it is registering the recipes to any cast. First one in the list is what is comming out. So if you put a Tool Rod first that is the output you get. Odd. Also it only affects the casts that use NBT data, but not the Ingot or Nugget cast as long as you register those first.
Still working on it.
@scalda I do apologize but I could not figure out how to get the casts to work correctly, although the script is technically correct there is as you thought an integration bug between Natural Pledge
and PlusTic
.
That being said, here is an alternative set for you to use. It uses the Iron version of the parts, and you cover it with mana steel in the part table loosing the iron part. Hope this helps till a solution is found. Feel free to ping me if you would like some more help.
@bookerthegeek Thanks for the hard work you have done here. I think we came up with a solution overnight must have been before these messages from you.
We rolled naturals pledge back to before they added their tinkers support and reenabled the botania support in plustic. and all is working except i had to make scripts for the blocks to be casted in the basin
But i will keep your script for the future as we may have to change it again
Thanks again
Scalda
I consider this issue closed