ThePython10110 / ExchangeClone

Equivalent Exchange/ProjectE for Minetest Game and MineClone2/Mineclonia
https://github.com/ThePython10110/ExchangeClone/wiki
GNU General Public License v3.0
3 stars 2 forks source link

add support for hopper mod #7

Closed programmerjake closed 11 months ago

programmerjake commented 11 months ago

Is your feature request related to a problem? Please describe. I can't use the constructor/destructor with hoppers.

Describe the solution you'd like add support for the hopper mod

Describe alternatives you've considered I tried using the pipeworks mod, it doesn't work either.

https://github.com/minetest-mods/hopper/blob/master/api.txt

ThePython10110 commented 11 months ago

I'll try to add hopper/pipeworks support in the next update.

ThePython10110 commented 11 months ago

Hoppers now work (though I'm not ready to release the update yet). In fact, hoppers will work with anything that supports MineClone hoppers, including things from other mods.

programmerjake commented 11 months ago

Hoppers now work

nice! i noticed you also added pipeworks stuff in the commit. maybe close #8 if it works?

ThePython10110 commented 11 months ago

Still working on Pipeworks, but it'll be done soon. I pretty much just commit whenever I feel like it (which isn't the best way of doing things, I'm sure, but whatever).