Skip to content

Instantly share code, notes, and snippets.

@Daomephsta
Created November 16, 2018 08:33
Show Gist options
  • Save Daomephsta/2807e0b08c4ea4fff6491b9d2800b0cc to your computer and use it in GitHub Desktop.
Save Daomephsta/2807e0b08c4ea4fff6491b9d2800b0cc to your computer and use it in GitHub Desktop.
Template
{
"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."
}
]
}
{
"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