Skip to content

Commit f29c3c0

Browse files
committed
Run datagen
1 parent 8f53b22 commit f29c3c0

File tree

8 files changed

+247
-0
lines changed

8 files changed

+247
-0
lines changed

src/generated/resources/assets/constructionstick/lang/en_us.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
{
2+
"advancement.constructionstick.iron_stick.desc": "Craft any Construction Stick",
3+
"advancement.constructionstick.iron_stick.title": "Sticky Situation",
4+
"advancement.constructionstick.root.desc": "Making building easier",
5+
"advancement.constructionstick.root.title": "Construction Sticks",
6+
"advancement.constructionstick.template_angel.desc": "I'm placing in mid-air, wo-oah!",
7+
"advancement.constructionstick.template_angel.title": "Angel Stick Template",
8+
"advancement.constructionstick.template_battery.desc": "Power up your construction game",
9+
"advancement.constructionstick.template_battery.title": "Battery Template",
10+
"advancement.constructionstick.template_destruction.desc": "Destroyer of blocks",
11+
"advancement.constructionstick.template_destruction.title": "Destruction Stick Template",
12+
"advancement.constructionstick.template_replacement.desc": "Out with the old, in with the new",
13+
"advancement.constructionstick.template_replacement.title": "Replacement Stick Template",
14+
"advancement.constructionstick.template_unbreakable.desc": "There's no limit!",
15+
"advancement.constructionstick.template_unbreakable.title": "Unbreakable Template",
216
"constructionstick.alias.emi.construction": "Construction",
317
"constructionstick.alias.emi.wand": "Wand",
418
"constructionstick.description.durability.limited": "for %d blocks",
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"parent": "constructionstick:root",
3+
"criteria": {
4+
"iron_stick": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "#constructionstick:construction_sticks"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
}
14+
},
15+
"display": {
16+
"description": {
17+
"translate": "advancement.constructionstick.iron_stick.desc"
18+
},
19+
"icon": {
20+
"count": 1,
21+
"id": "constructionstick:iron_stick"
22+
},
23+
"title": {
24+
"translate": "advancement.constructionstick.iron_stick.title"
25+
}
26+
},
27+
"requirements": [
28+
[
29+
"iron_stick"
30+
]
31+
],
32+
"sends_telemetry_event": true
33+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"criteria": {
3+
"stick": {
4+
"conditions": {
5+
"items": [
6+
{
7+
"items": "#c:rods/wooden"
8+
}
9+
]
10+
},
11+
"trigger": "minecraft:inventory_changed"
12+
}
13+
},
14+
"display": {
15+
"announce_to_chat": false,
16+
"background": "minecraft:textures/block/oak_planks.png",
17+
"description": {
18+
"translate": "advancement.constructionstick.root.desc"
19+
},
20+
"icon": {
21+
"count": 1,
22+
"id": "constructionstick:wooden_stick"
23+
},
24+
"show_toast": false,
25+
"title": {
26+
"translate": "advancement.constructionstick.root.title"
27+
}
28+
},
29+
"requirements": [
30+
[
31+
"stick"
32+
]
33+
],
34+
"sends_telemetry_event": true
35+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"parent": "constructionstick:iron_stick",
3+
"criteria": {
4+
"template_angel": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "constructionstick:template_angel"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
}
14+
},
15+
"display": {
16+
"description": {
17+
"translate": "advancement.constructionstick.template_angel.desc"
18+
},
19+
"icon": {
20+
"count": 1,
21+
"id": "constructionstick:template_angel"
22+
},
23+
"title": {
24+
"translate": "advancement.constructionstick.template_angel.title"
25+
}
26+
},
27+
"requirements": [
28+
[
29+
"template_angel"
30+
]
31+
],
32+
"sends_telemetry_event": true
33+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"parent": "constructionstick:iron_stick",
3+
"criteria": {
4+
"template_battery": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "constructionstick:template_battery"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
}
14+
},
15+
"display": {
16+
"description": {
17+
"translate": "advancement.constructionstick.template_battery.desc"
18+
},
19+
"icon": {
20+
"count": 1,
21+
"id": "constructionstick:template_battery"
22+
},
23+
"title": {
24+
"translate": "advancement.constructionstick.template_battery.title"
25+
}
26+
},
27+
"requirements": [
28+
[
29+
"template_battery"
30+
]
31+
],
32+
"sends_telemetry_event": true
33+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"parent": "constructionstick:iron_stick",
3+
"criteria": {
4+
"template_destruction": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "constructionstick:template_destruction"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
}
14+
},
15+
"display": {
16+
"description": {
17+
"translate": "advancement.constructionstick.template_destruction.desc"
18+
},
19+
"icon": {
20+
"count": 1,
21+
"id": "constructionstick:template_destruction"
22+
},
23+
"title": {
24+
"translate": "advancement.constructionstick.template_destruction.title"
25+
}
26+
},
27+
"requirements": [
28+
[
29+
"template_destruction"
30+
]
31+
],
32+
"sends_telemetry_event": true
33+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"parent": "constructionstick:iron_stick",
3+
"criteria": {
4+
"template_replacement": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "constructionstick:template_replacement"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
}
14+
},
15+
"display": {
16+
"description": {
17+
"translate": "advancement.constructionstick.template_replacement.desc"
18+
},
19+
"icon": {
20+
"count": 1,
21+
"id": "constructionstick:template_replacement"
22+
},
23+
"title": {
24+
"translate": "advancement.constructionstick.template_replacement.title"
25+
}
26+
},
27+
"requirements": [
28+
[
29+
"template_replacement"
30+
]
31+
],
32+
"sends_telemetry_event": true
33+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"parent": "constructionstick:iron_stick",
3+
"criteria": {
4+
"template_unbreakable": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "constructionstick:template_unbreakable"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
}
14+
},
15+
"display": {
16+
"description": {
17+
"translate": "advancement.constructionstick.template_unbreakable.desc"
18+
},
19+
"icon": {
20+
"count": 1,
21+
"id": "constructionstick:template_unbreakable"
22+
},
23+
"title": {
24+
"translate": "advancement.constructionstick.template_unbreakable.title"
25+
}
26+
},
27+
"requirements": [
28+
[
29+
"template_unbreakable"
30+
]
31+
],
32+
"sends_telemetry_event": true
33+
}

0 commit comments

Comments
 (0)