Adds a new The End- inspired gate for more default diversity
This commit is contained in:
parent
38ea543b80
commit
964eb0f898
@ -400,6 +400,7 @@ public class GateHandler {
|
|||||||
private static void populateDefaults(String gateFolder) {
|
private static void populateDefaults(String gateFolder) {
|
||||||
loadGateFromJar("nethergate.gate", gateFolder);
|
loadGateFromJar("nethergate.gate", gateFolder);
|
||||||
loadGateFromJar("watergate.gate", gateFolder);
|
loadGateFromJar("watergate.gate", gateFolder);
|
||||||
|
loadGateFromJar("endgate.gate", gateFolder);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
12
src/main/resources/gates/endgate.gate
Normal file
12
src/main/resources/gates/endgate.gate
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
portal-open=END_GATEWAY
|
||||||
|
portal-closed=AIR
|
||||||
|
button=BIRCH_BUTTON
|
||||||
|
toowner=false
|
||||||
|
X=END_STONE_BRICKS
|
||||||
|
-=END_STONE_BRICKS
|
||||||
|
|
||||||
|
XX
|
||||||
|
X..X
|
||||||
|
-..-
|
||||||
|
X*.X
|
||||||
|
XX
|
Loading…
x
Reference in New Issue
Block a user