Jump to content

Sabastians

Members
  • Posts

    2
  • Joined

Everything posted by Sabastians

  1. I believe this might be the issue: "entries": [ { "type": "minecraft:block", "name": "wokentides:tin_ore" } ], should be: "entries": [ { "type": "minecraft:item", <------ "name": "wokentides:tin_ore" } ],
  2. Move your level.playsound() outside the if statement, it shouldn't be fired on the serverside.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.