-
Notifications
You must be signed in to change notification settings - Fork 778
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Tinkers Gadgetry, final book until we get more mod content
- Loading branch information
1 parent
ac7a477
commit 80ad149
Showing
15 changed files
with
125 additions
and
1 deletion.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
...rces/data/tconstruct/advancements/recipes/tconstruct/general/common/tinkers_gadgetry.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"tconstruct:common/tinkers_gadgetry" | ||
] | ||
}, | ||
"criteria": { | ||
"has_item": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "forge:slimeball/sky" | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "tconstruct:common/tinkers_gadgetry" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_item", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
src/generated/resources/data/tconstruct/recipes/common/tinkers_gadgetry.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:book" | ||
}, | ||
{ | ||
"tag": "forge:slimeball/sky" | ||
} | ||
], | ||
"result": { | ||
"item": "tconstruct:tinkers_gadgetry" | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/tconstruct/book/tinkers_gadgetry/appearance.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"title": "Tinker's Gadgetry", | ||
"subtitle": "by Melvin", | ||
"drawSectionListText": true, | ||
"coverColor": 0x42BAC2 | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/tconstruct/book/tinkers_gadgetry/en_us/intro/tmp.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"title":"The lost pages", | ||
"text": [ | ||
{ | ||
"text": "We are in communication with Melvin, who fell in a slime pool, about his knowledge of slime gadgets. He has promised a complete writeup for future versions of the book." | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
src/main/resources/assets/tconstruct/book/tinkers_gadgetry/en_us/language.lang
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// Sections | ||
intro=Introduction | ||
materials=Tool materials | ||
bowmaterials=Bow materials | ||
tools=Tools | ||
modifiers=Modifiers | ||
smeltery=Smeltery | ||
seared_furnace=Seared Furnace | ||
tinker_tank=Tinker Tank | ||
|
||
repairing=Repairing | ||
offhand=Offhand Harvesting | ||
bolt_core=Bolt Crafting | ||
|
||
modifier.effect=Effects: | ||
tool.properties=Properties: | ||
|
||
material.craft_partbuilder=Can be crafted in the Part Builder | ||
material.craft_casting=Can be cast from %s | ||
|
||
wood.flavour=How much wood could a woodchuck chuck if a woodchuck could chuck wood? | ||
stone.flavour=Rock solid |
11 changes: 11 additions & 0 deletions
11
src/main/resources/assets/tconstruct/book/tinkers_gadgetry/index.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[ | ||
{ | ||
"name": "intro", | ||
"data": "sections/intro_tmp.json", | ||
"icon": { | ||
"item": { | ||
"id": "tconstruct:blue_slime_ball" | ||
} | ||
} | ||
} | ||
] |
10 changes: 10 additions & 0 deletions
10
src/main/resources/assets/tconstruct/book/tinkers_gadgetry/sections/intro_tmp.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[ | ||
{ | ||
"type": "blank" | ||
}, | ||
{ | ||
"name": "tmp_intro", | ||
"type": "text", | ||
"data": "intro/tmp.json" | ||
} | ||
] |
This file contains 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
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/tconstruct/models/item/tinkers_gadgetry.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "tconstruct:item/tinkers_gadgetry" | ||
} | ||
} |
Binary file added
BIN
+300 Bytes
src/main/resources/assets/tconstruct/textures/item/tinkers_gadgetry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.