Hi there. I have been looking for a mod to block the crafting of some items like Nuke.
I only found the mod called Recipe Remover (http://www.minecraftforum.net/topic...pe-remover-v11-updated-1252012/#reciperemover) But, when I try to block craftings, I have a problem:
I can block without problems the vanilla minecraft blocks (For Example: TNT), but I don't know how to block the Forge items.
In the modpage, it says it's 100% Forge Compatible.
I don't know how to write a mod block ID. For example. ITNT is 613. TNT is 46. This is what I set as an example:
Result: TNT crafting blocked. ITNT not blocked.
Some people told me to put X613, or 613:0 or 613::0 but none of them worked.
I really need to block these items, so please, any help will be so apreciated. Thanks
I only found the mod called Recipe Remover (http://www.minecraftforum.net/topic...pe-remover-v11-updated-1252012/#reciperemover) But, when I try to block craftings, I have a problem:
I can block without problems the vanilla minecraft blocks (For Example: TNT), but I don't know how to block the Forge items.
In the modpage, it says it's 100% Forge Compatible.
I don't know how to write a mod block ID. For example. ITNT is 613. TNT is 46. This is what I set as an example:
Code:
# Configuration file
# Generated on 18/12/12 17:19
####################
# general
####################
general {
removedIDs=46,613
}
Result: TNT crafting blocked. ITNT not blocked.
Some people told me to put X613, or 613:0 or 613::0 but none of them worked.
I really need to block these items, so please, any help will be so apreciated. Thanks