I pulled the name from the coin using the MineTweaker command /mt hand, which gave me Thaumcraft:ItemResource:18, which works in the context of the give command using /give @p Thaumcraft:ItemResource 1 18. If that's not the proper class, where would I be able to get what the item actually is? I can't find any details on item classes in my Thaumcraft config file, and i can't pull anything from the jar either.
The title is fairly self explanatory. I'm making a private modpack and wanted to make a few mods compatible in the form of loot, which I have been attempting to do. I am running Minecraft 1.7.10, with Thaumcraft 1.7.10-4.2.3.5 and RD 1.5.0 along with other mods, but those are of no importance in this post. I have successfully edited the config files to include custom loot, however, I have found difficulty with attempting to add items with variants, such as the different types of wool. In this case, the item is the gold coin from TC, with the ID of Thaumcraft:ItemResource 18. I have tried writing in a code like this:
Neither of those triggered any sort of syntax error, and other items written in the same way have had no problems with being included into the code, with the following code placing a Thaumium Sword in a chest:
I know that the solution to this is likely painfully obvious, but I cannot figure it out for the life of me, which may be in part due to the fact that I've only started dabbling in coding just a while ago, hence the rudimentary nature of this question. How is the ID of items with variants written? The Gold Coins simply do not appear in the loot chests in the Roguelike Dungeons, however, Thaumium Swords will.
um, i would like to report a website that is using a cracked version on its site and they have a cracked server, so ppl are playing it without paying. hers the site: http://minecraft-central.co.uk/ i dont really appreciate ppl plain it illegally, so if ya can, get it removed. thanks.
to the pl who just say break the block below it: are you kiddig me? have you ever even BEEN to the end? the egg sits on a BEDROCK stool. so... just do what anonymos said. tsart hitting the bedrock block below the egg then move ur cursor upwards to start breaking the egg. sheesh.
um, i would like to report a website that is using a cracked version on its site and they have a cracked server, so ppl are playing it without paying. hers the site: http://minecraft-central.co.uk/ i dont really appreciate ppl plain it illegally, so if ya can, get it removed. thanks.
1
Ahhh, got it! Thank you so much. I figured I had to specify the metadata somehow, but I wasn't sure how I should express it. This works perfectly.
0
Do you happen to know how I would be able to translate any of this into a working code, if at all possible?
0
I pulled the name from the coin using the MineTweaker command /mt hand, which gave me Thaumcraft:ItemResource:18, which works in the context of the give command using /give @p Thaumcraft:ItemResource 1 18. If that's not the proper class, where would I be able to get what the item actually is? I can't find any details on item classes in my Thaumcraft config file, and i can't pull anything from the jar either.
0
The title is fairly self explanatory. I'm making a private modpack and wanted to make a few mods compatible in the form of loot, which I have been attempting to do. I am running Minecraft 1.7.10, with Thaumcraft 1.7.10-4.2.3.5 and RD 1.5.0 along with other mods, but those are of no importance in this post. I have successfully edited the config files to include custom loot, however, I have found difficulty with attempting to add items with variants, such as the different types of wool. In this case, the item is the gold coin from TC, with the ID of Thaumcraft:ItemResource 18. I have tried writing in a code like this:
{"data" : {"name" : "Thaumcraft:ItemResource 18", "min" : 1, "max" : 3}, "weight" : 3}
Along with the name written as follows:
{"data" : {"name" : "Thaumcraft:ItemResource:18", "min" : 1, "max" : 3}, "weight" : 3}
Neither of those triggered any sort of syntax error, and other items written in the same way have had no problems with being included into the code, with the following code placing a Thaumium Sword in a chest:
{"data" : {"name" : "Thaumcraft:ItemSwordThaumium"}, "weight" : 3}
I know that the solution to this is likely painfully obvious, but I cannot figure it out for the life of me, which may be in part due to the fact that I've only started dabbling in coding just a while ago, hence the rudimentary nature of this question. How is the ID of items with variants written? The Gold Coins simply do not appear in the loot chests in the Roguelike Dungeons, however, Thaumium Swords will.
0
0
0