mirror of
https://github.com/BentoBoxWorld/AcidIsland.git
synced 2024-11-23 02:55:21 +01:00
Added temple blueprint
This commit is contained in:
parent
97998edd19
commit
42567d2114
16
src/main/resources/blueprints/desert_temple.json
Normal file
16
src/main/resources/blueprints/desert_temple.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"uniqueId": "desert_temple",
|
||||
"icon": "CACTUS",
|
||||
"displayName": "Desert Temple",
|
||||
"description": [
|
||||
"You find yourself",
|
||||
"on a desert island",
|
||||
"with a hidden secret!"
|
||||
],
|
||||
"requirePermission": false,
|
||||
"blueprints": {
|
||||
"NORMAL": "temple",
|
||||
"NETHER": "nether-island",
|
||||
"THE_END": "end-island"
|
||||
}
|
||||
}
|
BIN
src/main/resources/blueprints/temple.blu
Normal file
BIN
src/main/resources/blueprints/temple.blu
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user