mung3r / ecoCreature

PvM/E Rewards
http://forums.bukkit.org/threads/29538
GNU Lesser General Public License v3.0
7 stars 12 forks source link

Item Id not working when using instead of alias #138

Open soulgriever opened 11 years ago

soulgriever commented 11 years ago

I use to use this plugin to drop a modded Id not defined in the aliases, however when I do this in recent versions it breaks the plugin entirely. Is there anyway to drop modded Id numbers rather then just vanilla items would really like to have this feature back copy of my config: http://pastebin.com/0NNsG3va (have also tried puting '' around it like so (- '5270:1-3:100')

mung3r commented 11 years ago

What mod are you using to create the mobs?

soulgriever commented 11 years ago

the mobs are just normal bukkit/spiggot spawns. The item I am trying to drop is from a mod called artifice http://www.minecraftforum.net/topic/1860869-15x162-artifice-we-have-the-technology/

soulgriever commented 11 years ago

Is there any way to drop items by their Id number again instead of their item name?

mung3r commented 11 years ago

You can use either but it doesn't look like it handles IDs outside of standard items.

soulgriever commented 11 years ago

Thats whats wierd about it, it use to work in 1.2.5 guess its either how you changed code or bukkit changed code