Created
November 16, 2018 08:33
-
-
Save Daomephsta/2807e0b08c4ea4fff6491b9d2800b0cc to your computer and use it in GitHub Desktop.
Template
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
{ | |
"name": "Gravitic Stabiliser", | |
"icon": "polar:falling_block_stabiliser", | |
"category": "mining", | |
"advancement": "polar:red/root_red", | |
"pages": | |
[ | |
{ | |
"type": "research", | |
"research_advancement": "polar:red/falling_block_stabiliser", | |
"research_text": "While mining I often have trouble mining through deposits of gravel and other similar blocks. As soon as I mine one block, the gap is immediately filled by another falling from above!", | |
"finished_text": "$(br)To solve this problem I have designed a trinket that stabilises these blocks using the power of $(red_magic). My $(item)Gravitic Stabiliser$() uses a small amount of $(thing)Charge$() per block stabilised." | |
}, | |
{ | |
"type": "crafting", | |
"recipe": "polar:red/falling_block_stabiliser", | |
"text": "It is charged by the method described in $(l:basics/item_charging)Charging Items$(). The stabilising enchantment is quite fragile, it'll stand up to walking and jumping; but a good hit will break it, causing the block it was stabilising to fall." | |
} | |
] | |
} |
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
{ | |
"components": | |
[ | |
{ | |
"type": "text", | |
"text": "#research_text", | |
"x": 0, | |
"y": 0, | |
"advancement": "#research_advancement", | |
"negate_advancement": true | |
}, | |
{ | |
"type": "text", | |
"text": "#finished_text", | |
"x": 0, | |
"y": 0, | |
"advancement": "#research_advancement" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment