forked from AlmuraDev/mocreaturesdev
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-Ninja weapons are no longer dropped by ninja turtles -Adjusted ninja turtle textures -Added crafting recipes for ninja weapons -Added ninja weapon material and buffed silver weapon material durability -Silver and ninja equipment are now repairable with ancient silver ingots
- Loading branch information
1 parent
09d3565
commit 844fdc4
Showing
10 changed files
with
85 additions
and
32 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
19 changes: 19 additions & 0 deletions
19
src/main/resources/assets/mocreatures/recipes/nina_nunchaku.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,19 @@ | ||
{ | ||
"type": "forge:ore_shaped", | ||
"pattern": [ | ||
" SS", | ||
"S S", | ||
"H H" | ||
], | ||
"key": { | ||
"S": { | ||
"item": "mocreatures:ancientsilveringot" | ||
}, | ||
"H": { | ||
"item": "mocreatures:hide" | ||
} | ||
}, | ||
"result": { | ||
"item": "mocreatures:nunchaku" | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
src/main/resources/assets/mocreatures/recipes/ninja_bo_staff.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,23 @@ | ||
{ | ||
"type": "forge:ore_shaped", | ||
"pattern": [ | ||
" W ", | ||
"RSR", | ||
" W " | ||
], | ||
"key": { | ||
"S": { | ||
"item": "mocreatures:ancientsilveringot" | ||
}, | ||
"R": { | ||
"item": "mocreatures:reptilehide" | ||
}, | ||
"W": { | ||
"type": "forge:ore_dict", | ||
"ore": "logWood" | ||
} | ||
}, | ||
"result": { | ||
"item": "mocreatures:bo" | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/main/resources/assets/mocreatures/recipes/ninja_katana.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,19 @@ | ||
{ | ||
"type": "forge:ore_shaped", | ||
"pattern": [ | ||
" S ", | ||
" S ", | ||
"HSH" | ||
], | ||
"key": { | ||
"S": { | ||
"item": "mocreatures:ancientsilveringot" | ||
}, | ||
"H": { | ||
"item": "mocreatures:hide" | ||
} | ||
}, | ||
"result": { | ||
"item": "mocreatures:katana" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
src/main/resources/assets/mocreatures/recipes/ninja_sai.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,18 @@ | ||
{ | ||
"type": "forge:ore_shaped", | ||
"pattern": [ | ||
"SSS", | ||
"HSH" | ||
], | ||
"key": { | ||
"S": { | ||
"item": "mocreatures:ancientsilveringot" | ||
}, | ||
"H": { | ||
"item": "mocreatures:hide" | ||
} | ||
}, | ||
"result": { | ||
"item": "mocreatures:sai" | ||
} | ||
} |
Binary file modified
BIN
+353 Bytes
(100%)
src/main/resources/assets/mocreatures/textures/models/turtle_donatello.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
+336 Bytes
(100%)
src/main/resources/assets/mocreatures/textures/models/turtle_leonardo.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
+360 Bytes
(100%)
src/main/resources/assets/mocreatures/textures/models/turtle_michelangelo.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
+371 Bytes
(100%)
src/main/resources/assets/mocreatures/textures/models/turtle_raphael.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.