BlockySurvival / issue-tracker

A non-code repo for tracking issues w/ the Blocky Survival minetest server
12 stars 0 forks source link

It would be nice to have some kind of "dispenser" #333

Closed oversword closed 3 years ago

oversword commented 3 years ago

It should:

oversword commented 3 years ago

Looks like milking cows and feeding animals will not be possible since the callbacks on entities check if the player is a real userdata and will not accept a table proxying one

Call on_rightclick from the luaentity, not right_click from the real entity

oversword commented 3 years ago

Fixed by all this work:

https://github.com/BlockySurvival/bls_custom/pull/46 https://github.com/BlockySurvival/bls_custom/pull/47 https://github.com/BlockySurvival/bls_custom/pull/48 https://github.com/oversword/dispenser/tree/f609802a4acb0a8c4eb207f7d099441cf27966ce

oversword commented 3 years ago

Upstream MR here https://github.com/joe7575/techpack/pull/98