OgelGames / beacon

A redo of the Minetest beacon mod by AgentNagel42 (WIP)
Other
4 stars 3 forks source link

Inventory swap bug #9

Closed BuckarooBanzay closed 4 years ago

BuckarooBanzay commented 4 years ago

I you take out an existing diamond upgrade and place it over a player-inventory slot you can put back whatever you clicked on into the upgrade slot:

i don't have an idea (yet) how to solve that :shrug:

OgelGames commented 4 years ago

Hmm... I'll look into it, I'm thinking that must be considered as a inventory_move or inventory_take, because currently the code only checks on inventory_put.

OgelGames commented 4 years ago

Turns out this is an engine bug, see https://github.com/minetest/minetest/issues/4321 and https://github.com/minetest/minetest/issues/6534, which should be fixed by https://github.com/minetest/minetest/pull/9923

BuckarooBanzay commented 4 years ago

thanks :+1: