Skip to content

Commit

Permalink
Add modifier crystals: an item to apply a modifier without inputting …
Browse files Browse the repository at this point in the history
…its recipe

Two uses:
* Mapmakers/modpack makers can give these to players to give them modifiers without giving them the resources for modifiers
* In the future, will be able to be created from enchanted books
  • Loading branch information
KnightMiner committed Jan 3, 2023
1 parent ce908cd commit da6edee
Show file tree
Hide file tree
Showing 193 changed files with 469 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:ambidextrous",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:aqua_affinity",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:autosmelt",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:bouncy",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:bucketing",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:bulk_quiver",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": false,
"result": {
"name": "tconstruct:crystalshot",
"value": "amethyst"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": false,
"result": {
"name": "tconstruct:crystalshot",
"value": "earthslime"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": false,
"result": {
"name": "tconstruct:crystalshot",
"value": "enderslime"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": false,
"result": {
"name": "tconstruct:crystalshot",
"value": "ichor"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": false,
"result": {
"name": "tconstruct:crystalshot",
"value": "quartz"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:crystalshot",
"value": "random"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": false,
"result": {
"name": "tconstruct:crystalshot",
"value": "skyslime"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:double_jump",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:dual_wielding",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:exchanging",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:expanded",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:firestarter",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:flamewake",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:frost_walker",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:gilded",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:glowing",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:looting",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"level": 1,
"error": "recipe.tconstruct.modifier.looting.level_2"
},
"allow_crystal": false,
"result": {
"name": "tconstruct:looting",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"level": 2,
"error": "recipe.tconstruct.modifier.looting.level_3"
},
"allow_crystal": false,
"result": {
"name": "tconstruct:looting",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:luck",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"level": 1,
"error": "recipe.tconstruct.modifier.luck.level_2"
},
"allow_crystal": false,
"result": {
"name": "tconstruct:luck",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"level": 2,
"error": "recipe.tconstruct.modifier.luck.level_3"
},
"allow_crystal": false,
"result": {
"name": "tconstruct:luck",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:luck",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:melting",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:multishot",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:path_maker",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:pathing",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:plowing",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:pockets",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:protection",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:reach",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:silky",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:slurping",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:snowdrift",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:spilling",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:strength",
"level": 1
Expand All @@ -46,6 +47,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:strength",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:stripping",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:tilling",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"slots": {
"abilities": 1
},
"allow_crystal": true,
"result": {
"name": "tconstruct:tool_belt",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"level": 1,
"error": "recipe.tconstruct.modifier.tool_belt"
},
"allow_crystal": false,
"result": {
"name": "tconstruct:tool_belt",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"level": 2,
"error": "recipe.tconstruct.modifier.tool_belt"
},
"allow_crystal": false,
"result": {
"name": "tconstruct:tool_belt",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"level": 3,
"error": "recipe.tconstruct.modifier.tool_belt"
},
"allow_crystal": false,
"result": {
"name": "tconstruct:tool_belt",
"level": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"level": 4,
"error": "recipe.tconstruct.modifier.tool_belt"
},
"allow_crystal": false,
"result": {
"name": "tconstruct:tool_belt",
"level": 1
Expand Down

0 comments on commit da6edee

Please sign in to comment.