Last active
November 18, 2018 06:05
-
-
Save Ameliorate/30e650401ce862b158fc165b3be61442 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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