Started by
antony250307
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make the minecraft trunk no longer be able to be broken by hand and that a tool is needed but I do not know how I would be very grateful to anyone who can help me
Try setting up a procedure and setting the "when a block is broken" trigger. Then build the procedure "se = get block at x y z is barrel and get item in main-hand of event target entity is NOT (custom object you made) do remove block at x y z"
ok but I want to modify an existing block in minecraft not a new block