Skip to content

Instantly share code, notes, and snippets.

@Ameliorate
Last active November 18, 2018 06:05
Show Gist options
  • Save Ameliorate/30e650401ce862b158fc165b3be61442 to your computer and use it in GitHub Desktop.
Save Ameliorate/30e650401ce862b158fc165b3be61442 to your computer and use it in GitHub Desktop.
portals:
testdungeon1:
type: BlockInteract
entryOrExit: entry
rightclick: true
leftclick: false
cancelEvent: true
material: LEVER
x1: 0
y1: 32
z1: 0
x2: 16
y2: 48
z2: 16
world: world
dungeon: testdungeon
delaySeconds: 0.2
testdungeonexit:
type: BlockInteract
entryOrExit: exit
rightclick: true
leftclick: false
cancelEvent: true
material: LEVER
x1: 0
y1: 0
z1: 0
x2: 16
y2: 16
z2: 16
dungeon: testdungeon
delaySeconds: 0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment