generated from NeoForgeMDKs/MDK-1.21-ModDevGradle
-
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.
add megumin's hat (see also: fbombs)
- Loading branch information
1 parent
018528f
commit fb10f68
Showing
14 changed files
with
172 additions
and
14 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
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
5 changes: 2 additions & 3 deletions
5
...ar_magic/models/item/big_hat_on_head.json → ...iliar_magic/models/item/big_hat_worn.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/familiar_magic/models/item/megumins_hat.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": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "familiar_magic:item/megumins_hat" | ||
} | ||
} |
89 changes: 89 additions & 0 deletions
89
src/main/resources/assets/familiar_magic/models/item/megumins_hat_worn.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,89 @@ | ||
{ | ||
"credit": "Made with Blockbench", | ||
"texture_size": [64, 64], | ||
"textures": { | ||
"1": "familiar_magic:item/megumins_hat_worn" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [-4, 7, -4], | ||
"to": [20, 8, 20], | ||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 7, 8]}, | ||
"faces": { | ||
"north": {"uv": [0, 6.75, 6, 7], "texture": "#1"}, | ||
"east": {"uv": [0, 6.5, 6, 6.75], "texture": "#1"}, | ||
"south": {"uv": [0, 6.25, 6, 6.5], "texture": "#1"}, | ||
"west": {"uv": [0, 6, 6, 6.25], "texture": "#1"}, | ||
"up": {"uv": [0, 0, 6, 6], "texture": "#1"}, | ||
"down": {"uv": [0, 7, 6, 13], "texture": "#1"} | ||
} | ||
}, | ||
{ | ||
"from": [3, 8, 3], | ||
"to": [13, 13, 13], | ||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]}, | ||
"faces": { | ||
"north": {"uv": [6, 6.25, 8.5, 7.5], "texture": "#1"}, | ||
"east": {"uv": [6, 5, 8.5, 6.25], "texture": "#1"}, | ||
"south": {"uv": [6, 3.75, 8.5, 5], "texture": "#1"}, | ||
"west": {"uv": [6, 2.5, 8.5, 3.75], "texture": "#1"}, | ||
"up": {"uv": [6, 0, 8.5, 2.5], "texture": "#1"}, | ||
"down": {"uv": [13.5, 13.5, 16, 16], "texture": "#1"} | ||
} | ||
}, | ||
{ | ||
"from": [5, 8, 9], | ||
"to": [11, 14, 16], | ||
"rotation": {"angle": -45, "axis": "x", "origin": [8, 8, 8]}, | ||
"faces": { | ||
"north": {"uv": [13.5, 13.5, 15, 15], "rotation": 180, "texture": "#1"}, | ||
"east": {"uv": [8.5, 5, 10, 6.75], "rotation": 270, "texture": "#1"}, | ||
"south": {"uv": [8.5, 0, 10, 1.5], "texture": "#1"}, | ||
"west": {"uv": [8.5, 1.5, 10, 3.25], "rotation": 90, "texture": "#1"}, | ||
"up": {"uv": [8.5, 6.75, 10, 8.5], "rotation": 180, "texture": "#1"}, | ||
"down": {"uv": [8.5, 3.25, 10, 5], "texture": "#1"} | ||
} | ||
}, | ||
{ | ||
"from": [6, 12, 13], | ||
"to": [10, 16, 18], | ||
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 8, 8]}, | ||
"faces": { | ||
"north": {"uv": [13.5, 13.5, 14.5, 14.5], "rotation": 180, "texture": "#1"}, | ||
"east": {"uv": [10, 3.5, 11, 4.75], "rotation": 270, "texture": "#1"}, | ||
"south": {"uv": [10, 0, 11, 1], "texture": "#1"}, | ||
"west": {"uv": [10, 1, 11, 2.25], "rotation": 90, "texture": "#1"}, | ||
"up": {"uv": [10, 4.75, 11, 6], "rotation": 180, "texture": "#1"}, | ||
"down": {"uv": [10, 2.25, 11, 3.5], "texture": "#1"} | ||
} | ||
} | ||
], | ||
"display": { | ||
"thirdperson_righthand": { | ||
"scale": [0.5, 0.5, 0.5] | ||
}, | ||
"thirdperson_lefthand": { | ||
"scale": [0.5, 0.5, 0.5] | ||
}, | ||
"firstperson_righthand": { | ||
"scale": [0.5, 0.5, 0.5] | ||
}, | ||
"firstperson_lefthand": { | ||
"scale": [0.5, 0.5, 0.5] | ||
}, | ||
"ground": { | ||
"scale": [0.5, 0.5, 0.5] | ||
}, | ||
"gui": { | ||
"scale": [0.5, 0.5, 0.5] | ||
}, | ||
"head": { | ||
"rotation": [11.25, 0, 0], | ||
"translation": [0, 3, 0], | ||
"scale": [1.6, 1.6, 1.6] | ||
}, | ||
"fixed": { | ||
"scale": [0.5, 0.5, 0.5] | ||
} | ||
} | ||
} |
File renamed without changes
Binary file added
BIN
+324 Bytes
src/main/resources/assets/familiar_magic/textures/item/megumins_hat.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
+942 Bytes
src/main/resources/assets/familiar_magic/textures/item/megumins_hat_worn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
src/main/resources/data/familiar_magic/recipe/explosion_hat_fbombs.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,26 @@ | ||
{ | ||
"neoforge:conditions": [ | ||
{ | ||
"type": "neoforge:mod_loaded", | ||
"modid": "fbombs" | ||
} | ||
], | ||
"type": "minecraft:crafting_shaped", | ||
"category": "equipment", | ||
"key": { | ||
"#": { | ||
"item": "minecraft:brown_wool" | ||
}, | ||
"E": { | ||
"item": "fbombs:high_power_tnt" | ||
} | ||
}, | ||
"pattern": [ | ||
" # ", | ||
"#E#" | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "familiar_magic:explosion_hat" | ||
} | ||
} |