-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modifiers now alter the appearance of Darts and Dart Shooters, as with other Tinker's tools. Valkyrie Metal Blocks can now be used in Beacon Bases, and Valkyrie Metal Ingots can now be used to activate a Beacon.
- Loading branch information
Showing
34 changed files
with
150 additions
and
8 deletions.
There are no files selected for viewing
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
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/tinkersaether/models/item/modifiers/bane_of_arthopods.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 @@ | ||
{ | ||
"textures": { | ||
"dart": "tinkersaether:items/dart/mod_bane_spider", | ||
"dart_shooter": "tinkersaether:items/dart_shooter/mod_bane_spider" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/tinkersaether/models/item/modifiers/beheading.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 @@ | ||
{ | ||
"textures": { | ||
"dart": "tinkersaether:items/dart/mod_beheading", | ||
"dart_shooter": "tinkersaether:items/dart_shooter/mod_beheading" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/tinkersaether/models/item/modifiers/diamond.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 @@ | ||
{ | ||
"textures": { | ||
"dart": "tinkersaether:items/dart/mod_diamond", | ||
"dart_shooter": "tinkersaether:items/dart_shooter/mod_diamond" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/tinkersaether/models/item/modifiers/emerald.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 @@ | ||
{ | ||
"textures": { | ||
"dart": "tinkersaether:items/dart/mod_emerald", | ||
"dart_shooter": "tinkersaether:items/dart_shooter/mod_emerald" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/tinkersaether/models/item/modifiers/fiery.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 @@ | ||
{ | ||
"textures": { | ||
"dart": "tinkersaether:items/dart/mod_fiery", | ||
"dart_shooter": "tinkersaether:items/dart_shooter/mod_fiery" | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/tinkersaether/models/item/modifiers/fins.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,5 @@ | ||
{ | ||
"textures": { | ||
"dart": "tinkersaether:items/dart/mod_fins" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/tinkersaether/models/item/modifiers/glowing.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 @@ | ||
{ | ||
"textures": { | ||
"dart": "tinkersaether:items/dart/mod_glowing", | ||
"dart_shooter": "tinkersaether:items/dart_shooter/mod_glowing" | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/tinkersaether/models/item/modifiers/haste.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,5 @@ | ||
{ | ||
"textures": { | ||
"dart_shooter": "tinkersaether:items/dart_shooter/mod_haste" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/tinkersaether/models/item/modifiers/knockback.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 @@ | ||
{ | ||
"textures": { | ||
"dart": "tinkersaether:items/dart/mod_knockback", | ||
"dart_shooter": "tinkersaether:items/dart_shooter/mod_knockback" | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/tinkersaether/models/item/modifiers/luck.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,5 @@ | ||
{ | ||
"textures": { | ||
"dart": "tinkersaether:items/dart/mod_luck" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/tinkersaether/models/item/modifiers/mending_moss.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 @@ | ||
{ | ||
"textures": { | ||
"dart": "tinkersaether:items/dart/mod_mending_moss", | ||
"dart_shooter": "tinkersaether:items/dart_shooter/mod_mending_moss" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/tinkersaether/models/item/modifiers/necrotic.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 @@ | ||
{ | ||
"textures": { | ||
"dart": "tinkersaether:items/dart/mod_necrotic", | ||
"dart_shooter": "tinkersaether:items/dart_shooter/mod_necrotic" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/tinkersaether/models/item/modifiers/reinforced.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 @@ | ||
{ | ||
"textures": { | ||
"dart": "tinkersaether:items/dart/mod_reinforced", | ||
"dart_shooter": "tinkersaether:items/dart_shooter/mod_reinforced" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/tinkersaether/models/item/modifiers/sharpness.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 @@ | ||
{ | ||
"textures": { | ||
"dart": "tinkersaether:items/dart/mod_sharpness", | ||
"dart_shooter": "tinkersaether:items/dart_shooter/mod_sharpness" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/tinkersaether/models/item/modifiers/shulking.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 @@ | ||
{ | ||
"textures": { | ||
"dart": "tinkersaether:items/dart/mod_shulking", | ||
"dart_shooter": "tinkersaether:items/dart_shooter/mod_shulking" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/tinkersaether/models/item/modifiers/silktouch.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 @@ | ||
{ | ||
"textures": { | ||
"dart": "tinkersaether:items/dart/mod_silk", | ||
"dart_shooter": "tinkersaether:items/dart_shooter/mod_silk" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/tinkersaether/models/item/modifiers/smite.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 @@ | ||
{ | ||
"textures": { | ||
"dart": "tinkersaether:items/dart/mod_smite", | ||
"dart_shooter": "tinkersaether:items/dart_shooter/mod_smite" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/tinkersaether/models/item/modifiers/soulbound.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 @@ | ||
{ | ||
"textures": { | ||
"dart": "tinkersaether:items/dart/mod_soulbound", | ||
"dart_shooter": "tinkersaether:items/dart_shooter/mod_soulbound" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/tinkersaether/models/item/modifiers/webbed.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 @@ | ||
{ | ||
"textures": { | ||
"dart": "tinkersaether:items/dart/mod_web", | ||
"dart_shooter": "tinkersaether:items/dart_shooter/mod_web" | ||
} | ||
} |
Binary file added
BIN
+278 Bytes
...in/resources/assets/tinkersaether/textures/items/dart_shooter/mod_beheading.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-9 Bytes
(96%)
...main/resources/assets/tinkersaether/textures/items/dart_shooter/mod_emerald.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+295 Bytes
...main/resources/assets/tinkersaether/textures/items/dart_shooter/mod_glowing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+237 Bytes
src/main/resources/assets/tinkersaether/textures/items/dart_shooter/mod_haste.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+238 Bytes
...in/resources/assets/tinkersaether/textures/items/dart_shooter/mod_knockback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-237 Bytes
src/main/resources/assets/tinkersaether/textures/items/dart_shooter/mod_luck.png
Binary file not shown.
Binary file added
BIN
+223 Bytes
...resources/assets/tinkersaether/textures/items/dart_shooter/mod_mending_moss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+221 Bytes
...ain/resources/assets/tinkersaether/textures/items/dart_shooter/mod_necrotic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
8630c13
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit should be called v1.1.4, not v1.0.4. Whoops!