Search found 5 matches

Return to advanced search

key duplicator prototype in github now, insert new key, punch with encoded key
additionally - if no new key is inside, then punching with encoded key displays key number
punch with anything else to reset infotext

recipe:
W _ W -> key_duplicator
where W is 'default:wood'
by matusz
Tue Feb 07, 2012 22:53
 
Forum: WIP Mods
Topic: key lockable chest
Replies: 6
Views: 2871

I don't know, I took your code, changed inventory_ to get_inventory(): and the names to relevant to my problem and it worked

see https://github.com/mormon/klchest - seek klchest:key_duplicator
by matusz
Tue Feb 07, 2012 22:11
 
Forum: WIP Mods
Topic: How to create a custom chest?
Replies: 9
Views: 3587

you can see the wear bar on the key for a approximation, as the wear is the encoding it should be the same as the key in lock-slot I don't know how to quickly check the exact value - it's possible to make a node for checking it, but it would need putting the key inside, checking the encoding and tak...
by matusz
Tue Feb 07, 2012 21:36
 
Forum: WIP Mods
Topic: key lockable chest
Replies: 6
Views: 2871

key lockable chest

https://github.com/mormon/klchest chest looks like this http://img18.imageshack.us/img18/5961/klchestchestnode.png put 2 unencoded keys in both slots then get out of the chest and punch it to encode keys http://img4.imageshack.us/img4/4483/klchestnewkeysinslots.png http://img545.imageshack.us/img54...
by matusz
Tue Feb 07, 2012 21:09
 
Forum: WIP Mods
Topic: key lockable chest
Replies: 6
Views: 2871

it seems API has changed or something, you could probably use something like this

meta:get_inventory():set_list(
by matusz
Tue Feb 07, 2012 20:06
 
Forum: WIP Mods
Topic: How to create a custom chest?
Replies: 9
Views: 3587

Return to advanced search

cron