OK so it seems that all recipes above ID 8569 works, but everything below and including it doesnt
He has been told about this issue about 10 posts ago.@nkiki2000 I'm afraid you're not really providing enough information, so you'll find replies a bit sparse. You did find the error, which is good, but it would probably be best if you also gave us the contents of your config/minetweaker/main.cfg and any referenced files.
At a guess, however, I'd say that you're still misspelling "recipe". Of course, I'm just taking a wild guess, and certainly not looking at the error which says that line 1 of Balance.cfg contains the term "recipie", which MineTweaker is saying it doesn't understand. Surely not. /s
2014-06-26 21:35:48 [SEVERE] [MineTweaker] /BeastBlock.cfg:6Item has no subitems
What is unclear about that? The error message tells you the exact issue...OK this is the new error
Code:2014-06-26 21:35:48 [SEVERE] [MineTweaker] /BeastBlock.cfg:6Item has no subitems
Sub-items are items with the same itemID but differing in some way, or possibly specifically differing by meta value (think of the Tinker's Construct casts or patterns: one item ID, multiple meta values). One of the items you're referencing on line 6 of BeastBlock.cfg is reporting that it doesn't support that. What does line 6 say, and what do the item IDs referenced on that line resolve to in-game, if anything?OK this is the new error
Code:2014-06-26 21:35:48 [SEVERE] [MineTweaker] /BeastBlock.cfg:6Item has no subitems
So, line six has no sub items, what does that in fact mean? Is it the item you use to craft?[DOUBLEPOST=1403884330][/DOUBLEPOST]this is what the lines areWhat is unclear about that? The error message tells you the exact issue...
It doesn't refer to which item it is, so you need to apply your brains =)So, line six has no sub items, what does that in fact mean? Is it the item you use to craft?
Which line is which? How are we supposed to tell?this is what the lines are
recipes.addShapeless(<8569>, [<8523>, <4700:1>] );
recipes.addShapeless(<8569:1>, [<8523>, <259>] );
recipes.addShapeless(<8569:2>, [<8523>, <3>] );
recipes.addShapeless(<8569:3>, [<8523>, <374>] );
oh it meant the subID thing, wow never knew what it was called[DOUBLEPOST=1403884629][/DOUBLEPOST]It doesn't refer to which item it is, so you need to apply your brains =)
The only Subitem in that line is the second in the recipe, 4700:1, so that's the sole possible culprit.
Oh sorry its lines 6-9Which line is which? How are we supposed to tell?
If the first line posted is line 6, then what item (in-game) is at 4700 with meta value 1?
Okay. Now the other question. Launch Minecraft, open NEI, scroll down to where 4700:1 should be. Does it exist, and if so, what is it?Oh sorry its lines 6-9
I had the same initial reaction, but realized it was probably confusion over what a subitem is, which seemed reasonable. This assumption seems to have held up.What is unclear about that?
True, I had the same thought, but then chose to post nevertheless. People should imo show a bit more initiative and willingness to solve their own proplems if they want help. For example, if he had said he has no clue what a subitem is, I would have had no issue. The way it was posted it seemed he didn't even try to read the error message.I had the same initial reaction, but realized it was probably confusion over what a subitem is, which seemed reasonable. This assumption seems to have held up.
Oh, yeah. How to ask questions the smart way should be read by more people, though I do recall at one point in the past it was fairly aggressively worded. Still, those steps for "before asking" are really useful, and have saved me the need to start many threads (and given me a better understanding of what I was going to ask about in the process).True, I had the same thought, but then chose to post nevertheless. People should imo show a bit more initiative and willingness to solve their own proplems if they want help. For example, if he had said he has no clue what a subitem is, I would have had no issue. The way it was posted it seemed he didn't even try to read the error message.
True, I had the same thought, but then chose to post nevertheless. People should imo show a bit more initiative and willingness to solve their own proplems if they want help. For example, if he had said he has no clue what a subitem is, I would have had no issue. The way it was posted it seemed he didn't even try to read the error message.
So, line six has no sub items, what does that in fact mean? Is it the item you use to craft?
OK this is the new error
Code:2014-06-26 21:35:48 [SEVERE] [MineTweaker] /BeastBlock.cfg:6Item has no subitems
well it seems we are in the same perdiciment then, I assumed you thought i had no idea what It meant, and you assumed i did know what it meant.Please quote the post my original comment was based on:
Prepare your question. Think it through. Hasty-sounding questions get hasty answers, or none at all. The more you do to demonstrate that having put thought and effort into solving your problem before seeking help, the more likely you are to actually get help.
Beware of asking the wrong question. If you ask one that is based on faulty assumptions, J. Random Hacker is quite likely to reply with a uselessly literal answer while thinking “Stupid question...”, and hoping the experience of getting what you asked for rather than what you needed will teach you a lesson.