Waystone still drops when mined with wooden tools
ServerEvents.tags("block", (event) => {
event.remove("minecraft:needs_wooden_tool", "waystones:sandy_waystone","waystones:mossy_waystone","waystones:waystone");
event.add("minecraft:needs_diamond_tool", "waystones:sandy_waystone","waystones:mossy_waystone","waystones:waystone");
});
Tried to make starlit mineable but it doesn't work gives errors
BlockEvents.modification(event => {
event.modify('celestisynth:starlit_factory', block => {
block.tagBlock('minecraft:mineable/pickaxe');
block.tagBlock('minecraft:needs_diamond_tool');
});
});
Please help :c
Rule 3: Don't ping, reply to or DM people for no reason.