-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5481ba
commit 6da464a
Showing
70 changed files
with
376 additions
and
528 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
27 changes: 0 additions & 27 deletions
27
src/generated/resources/assets/malum/blockstates/soulwoven_banner_breeze.json
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
src/generated/resources/assets/malum/blockstates/soulwoven_banner_fractal.json
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
src/generated/resources/assets/malum/blockstates/soulwoven_banner_horns.json
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
src/generated/resources/assets/malum/blockstates/soulwoven_banner_sigil.json
This file was deleted.
Oops, something went wrong.
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
52 changes: 51 additions & 1 deletion
52
src/generated/resources/assets/malum/models/item/soulwoven_banner.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 |
---|---|---|
@@ -1,6 +1,56 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"overrides": [ | ||
{ | ||
"model": "malum:item/soulwoven_banner_sequence", | ||
"predicate": { | ||
"malum:pattern": 1.0 | ||
} | ||
}, | ||
{ | ||
"model": "malum:item/soulwoven_banner_sanity", | ||
"predicate": { | ||
"malum:pattern": 2.0 | ||
} | ||
}, | ||
{ | ||
"model": "malum:item/soulwoven_banner_breeze", | ||
"predicate": { | ||
"malum:pattern": 3.0 | ||
} | ||
}, | ||
{ | ||
"model": "malum:item/soulwoven_banner_breath", | ||
"predicate": { | ||
"malum:pattern": 4.0 | ||
} | ||
}, | ||
{ | ||
"model": "malum:item/soulwoven_banner_fractal", | ||
"predicate": { | ||
"malum:pattern": 5.0 | ||
} | ||
}, | ||
{ | ||
"model": "malum:item/soulwoven_banner_hunger", | ||
"predicate": { | ||
"malum:pattern": 6.0 | ||
} | ||
}, | ||
{ | ||
"model": "malum:item/soulwoven_banner_horns", | ||
"predicate": { | ||
"malum:pattern": 7.0 | ||
} | ||
}, | ||
{ | ||
"model": "malum:item/soulwoven_banner_hallucination", | ||
"predicate": { | ||
"malum:pattern": 8.0 | ||
} | ||
} | ||
], | ||
"textures": { | ||
"layer0": "malum:item/soulwoven_banner" | ||
"layer0": "malum:item/soulwoven_banner_default" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...m/models/item/soulwoven_banner_sigil.json → .../models/item/soulwoven_banner_breath.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "malum:item/soulwoven_banner_sigil" | ||
"layer0": "malum:item/soulwoven_banner_breath" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/malum/models/item/soulwoven_banner_hallucination.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": "malum:item/soulwoven_banner_hallucination" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/malum/models/item/soulwoven_banner_hunger.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": "malum:item/soulwoven_banner_hunger" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/malum/models/item/soulwoven_banner_sanity.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": "malum:item/soulwoven_banner_sanity" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/malum/models/item/soulwoven_banner_sequence.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": "malum:item/soulwoven_banner_sequence" | ||
} | ||
} |
32 changes: 0 additions & 32 deletions
32
...ted/resources/data/malum/advancement/recipes/building_blocks/soulwoven_banner_breeze.json
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
...ed/resources/data/malum/advancement/recipes/building_blocks/soulwoven_banner_fractal.json
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
...ated/resources/data/malum/advancement/recipes/building_blocks/soulwoven_banner_horns.json
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
...ated/resources/data/malum/advancement/recipes/building_blocks/soulwoven_banner_sigil.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.