-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added recipe for BeastBossanium Block (No clue how I forgot to do that) - Changed Starbiomatic Energy Ball texture and animated it - Reaper was able to be enchanted onto any Digger Item on the table (Fixed)
- Loading branch information
1 parent
9e8dcc7
commit 0090214
Showing
5 changed files
with
31 additions
and
3 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
Binary file modified
BIN
-216 Bytes
(87%)
src/main/resources/assets/tbbmod/textures/item/starbiomatic_energy_ball.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
src/main/resources/assets/tbbmod/textures/item/starbiomatic_energy_ball.png.mcmeta
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,12 @@ | ||
{ | ||
"animation": { | ||
"frametime": 4, | ||
"interpolate": true, | ||
"frames": [ | ||
0, | ||
1, | ||
2, | ||
3 | ||
] | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
src/main/resources/data/minecraft/recipes/beastbossanium_block.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,16 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"###", | ||
"###", | ||
"###" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "tbbmod:beastbossanium_ingot" | ||
} | ||
}, | ||
"result": { | ||
"item": "tbbmod:beastbossanium_block" | ||
} | ||
} |