SX

Results 24 comments of SX

Some time ago I wanted to try how this would work in game and put together simple test, not going to work on this myself but here if anyone finds...

> Users should assume that they must comply with all selected license requirements This should be made very clear in UI. Most of time multiple licenses in single package means...

> CDB doesn't really support user-choice dual-licensing (i.e. "OR" licensing Yes and this reinforces my point which you left out from quote, saying it out loud because reply seems to...

> prominent warnings could be used. I dont think that actual warnings are really needed. Instead in listing there could be: * name of license * few selected simple words...

Add your own server customization mod to keep things clean, here for example XP is used to check if buckets can be used: https://github.com/pandorabox-io/pandorabox_custom/blob/master/onplace_restriction.lua

Maybe issue is here: https://github.com/minetest-mapserver/mapserver/blob/4a7722c8bc4ae6bd0f3e4e9dbe1677080c81ab65/mapobject/smartshop.go#L24-L69 it creates 4 POI objects in loop while it should probably just collect data and create one POI after loop. edit. Now reading description again...

So, what causes it to work with localhost is actually go bug... and failing with 127.0.0.1 is documented feature... interesting 🤔

Currently searching for output seems to be different from searching for items to buy because when vendor is configured as depositor results are not exactly correct. I think this is...

Also been getting that exact same error, did not check that well yet but average response sizes are varying around 70kb but sometimes getting larger. Not sure if it is...

If you like you could drop PR for VM here: https://github.com/S-S-X/mineunit/blob/master/voxelmanip.lua replacing empty shell implementation there. Reason it is like that is simply because that happened to cover all functionality...