Hidendra / LWC

Lightweight Protection for Chests, Furnaces, Dispensers, and more for the Minecraft server mod Bukkit
Other
167 stars 123 forks source link

Can't lock item IDs over 1000 or so #676

Open jclarsson opened 11 years ago

jclarsson commented 11 years ago

I have some mods on an MCPC+ server, and I can't lock some furnaces from the Better Furnaces Mod because their item ID is over 1000. I have IC2, too, and I can protect Generators from it. I also have Iron Chests, and their IDs are over 1000, too, so I can't lock those. Do you think that you could take the item ID limit off?

Hidendra commented 11 years ago

Shouldn't be a limit at all for the number. Are you sure their block id PLACED is what you see it as? Some mod items are say item id 1234 in inventory but once placed has say an item value 12 and data value 34

If it has a data value then you can use the format 'id:data' in core.yml

A plugin (no idea which? but must be one to confirm) should be able to tell you both item and data value of a block you click

PS make sure you use the latest build if possible as the latest release did fix some issues with using id:data values

Cheers

On 2013-07-17, at 3:41 PM, qwertyjl notifications@github.com wrote:

I have some mods on an MCPC+ server, and I can't lock some furnaces from the Better Furnaces Mod because their item ID is over 1000. I have IC2, too, and I can protect Generators from it. I also have Iron Chests, and their IDs are over 1000, too, so I can't lock those. Do you think that you could take the item ID limit off?

\ Reply to this email directly or view it on GitHub.