more specifically I need to get the first item of any of the ids inside of reinforcements, get the value and also the item,
so I can decrease the count by one. (from the players inventory)
let REINFORCEMENTS = {
'reinforcing:iron_reinforcement': 25,
'reinforcing:gold_reinforcement': 50,
'reinforcing:diamond_reinforcement': 100,
'reinforcing:netherite_reinforcement': 500
};
BlockEvents.rightClicked(event => {
let { player } = event;
});