Adds a new default stargate to display the possibility of using several border materials
This commit is contained in:
parent
0540498818
commit
7f91808baf
@ -243,6 +243,7 @@ public class GateHandler {
|
|||||||
loadGateFromJar("nethergate.gate", gateFolder);
|
loadGateFromJar("nethergate.gate", gateFolder);
|
||||||
loadGateFromJar("watergate.gate", gateFolder);
|
loadGateFromJar("watergate.gate", gateFolder);
|
||||||
loadGateFromJar("endgate.gate", gateFolder);
|
loadGateFromJar("endgate.gate", gateFolder);
|
||||||
|
loadGateFromJar("squarenetherglowstonegate.gate", gateFolder);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
13
src/main/resources/gates/squarenetherglowstonegate.gate
Normal file
13
src/main/resources/gates/squarenetherglowstonegate.gate
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
portal-open=NETHER_PORTAL
|
||||||
|
portal-closed=AIR
|
||||||
|
button=OAK_BUTTON
|
||||||
|
toowner=false
|
||||||
|
X=OBSIDIAN
|
||||||
|
-=GLOWSTONE
|
||||||
|
A=GLOWSTONE
|
||||||
|
|
||||||
|
XAX
|
||||||
|
X...X
|
||||||
|
-...-
|
||||||
|
X.*.X
|
||||||
|
XAX
|
Loading…
x
Reference in New Issue
Block a user