Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "Impish",
|
||||
"description": "1.5x Short",
|
||||
"icon": {
|
||||
"item": "minecraft:water_bucket"
|
||||
},
|
||||
"impact": 1,
|
||||
"order": 600,
|
||||
"powers": [
|
||||
"tinkerer:impish"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "Oversize",
|
||||
"description": "\u00a7oNeat.",
|
||||
"icon": {
|
||||
"item": "minecraft:pumpkin_pie"
|
||||
},
|
||||
"impact": 2,
|
||||
"order": 1100,
|
||||
"powers": [
|
||||
"tinkerer:oversize1"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "Oversize II",
|
||||
"description": "\u00a7oSheesh.",
|
||||
"icon": {
|
||||
"item": "minecraft:cake"
|
||||
},
|
||||
"impact": 3,
|
||||
"order": 1200,
|
||||
"powers": [
|
||||
"tinkerer:oversize2"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "Oversize III",
|
||||
"description": "\u00a7oYikes.",
|
||||
"icon": {
|
||||
"item": "minecraft:hay_block"
|
||||
},
|
||||
"impact": 3,
|
||||
"order": 1300,
|
||||
"powers": [
|
||||
"tinkerer:oversize3"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Unaffected",
|
||||
"description": "The default size of your chosen origin!",
|
||||
"icon": {
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
"impact": 0,
|
||||
"order": 10000,
|
||||
"powers": []
|
||||
}
|
||||
Reference in New Issue
Block a user