Skip to content

Commit

Permalink
Create, Corpse Complex, and BetterEnd Compat (#6)
Browse files Browse the repository at this point in the history
* Update properties.json

* Update list of supported mods, add textures

* Add Soulbinding, update generated resources

* Added End Veil
  • Loading branch information
evanbones authored Sep 17, 2021
1 parent f935865 commit 59c2b12
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/generated/resources/.cache/cache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
70a75c05c887a6d8a885d8f3ebb18cdd0c747717 assets/minecraft/models/item/enchanted_book.json
19f4aa89c86f519661d6b02ebebe3bd62190306b assets/minecraft/models/item/enchanted_book.json
5fda09a9b7479079b8c47eb80d8bbe2d6bdd5819 assets/nebs/models/item/absorber.json
0e5d66e937eb9e2ff2e1fc581969a1f020ac9b3c assets/nebs/models/item/acquisition.json
aba819ee6509514be50130a1a6ef969a61737208 assets/nebs/models/item/aerial_affinity.json
Expand All @@ -18,6 +18,7 @@ ea88d21aa0a215b2caa3e776f49371b7cf623453 assets/nebs/models/item/binding_curse.j
ab76f31b6dd15efb65e3c90ee0af7480f838fda9 assets/nebs/models/item/board_return.json
6a0bf000a8edd00d7c782ce92c327f90c5c67d8b assets/nebs/models/item/brace.json
2d72c36ba91241d536f803df6e73f94328069c9d assets/nebs/models/item/bulwark.json
eff318dbaab601097e34daadb89ea039dc39131b assets/nebs/models/item/capacity.json
58427330c80b458e29fbb76eed1bfa72c82f300f assets/nebs/models/item/capturing.json
af51b04ad958687cdd633c433948602c5c4a76dd assets/nebs/models/item/cavalier.json
606a26c97ece743669c91086105187f7ae0fb1a4 assets/nebs/models/item/change_glint_color.json
Expand All @@ -40,6 +41,7 @@ b7b28418804aeca6d454bf79e8465653a542f109 assets/nebs/models/item/displacement.js
14e717cd0642eaaae48313195a994522a4ddedf7 assets/nebs/models/item/doublejump.json
86c4c9cc27da65560c257e24e9d28cd8fce5a194 assets/nebs/models/item/efficiency.json
0a52d2343c2f259067caee5b59e458f830cd8ee6 assets/nebs/models/item/elder_guardian_favor.json
8a0958a0925f7bcb0d350cf1637ce1cb5d063b90 assets/nebs/models/item/end_veil.json
cb77606d2cf2bccb0527a33994ed53c94794e83a assets/nebs/models/item/enlightenment.json
02377f5d9bc8b4f0f260953cc7d6fa2e9b77b667 assets/nebs/models/item/excavating.json
cc0a72eb040569cb4812d74b303ae6e980bf3178 assets/nebs/models/item/exp_boost.json
Expand Down Expand Up @@ -108,6 +110,7 @@ f2c1b0fa90ee4f62e7833780e8cd0fe9326ea71a assets/nebs/models/item/mithridatism.js
453a6c1c5e3c3f688bfadf888fab0e1ef1a8aa9a assets/nebs/models/item/piercing.json
ab477cb17836c4bfb54bfadb83ebfc4edddeb62f assets/nebs/models/item/pilfering.json
fc48a2745bcba05993d8319bcc3973e522b4c784 assets/nebs/models/item/plundering.json
38530af92b511d23034bc4c8894aa5481722d4a1 assets/nebs/models/item/potato_recovery.json
a0b49fa232f8e7add586642dec3df97ab9ed1ed2 assets/nebs/models/item/power.json
40ee93cd9d206e3deb417448b32fdfe71801e87d assets/nebs/models/item/projectile_protection.json
d241c63bf600e606712d9dd40606273759d41f92 assets/nebs/models/item/protection.json
Expand Down Expand Up @@ -141,6 +144,7 @@ c967ffeee56b7dcef4652738d73fad4ddc2adbb3 assets/nebs/models/item/sever.json
8bb81f178ac5a79c9905530248cc089caf86641f assets/nebs/models/item/smelting_touch.json
fa8f08daf174720d6d04d569949a4f961ec5c7dd assets/nebs/models/item/smite.json
479d2b4b3c84282cf9d7e8559603c36797284649 assets/nebs/models/item/soul_speed.json
b286a69436dc37ca61e3c1842b4c65c8804439cd assets/nebs/models/item/soulbinding.json
bb4f5ea630e45f014150197a59a4141cc146d99d assets/nebs/models/item/soulbound.json
06a5303bda4254ca6da6b2548869f607944066c3 assets/nebs/models/item/speedboost.json
d7469da16d5da09ce85622f73d8b0bfcd6f098e0 assets/nebs/models/item/spikes.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,30 @@
"nebs:enchant": 21.01
},
"model": "nebs:item/woe_of_swines"
},
{
"predicate": {
"nebs:enchant": 22.01
},
"model": "nebs:item/capacity"
},
{
"predicate": {
"nebs:enchant": 22.02
},
"model": "nebs:item/potato_recovery"
},
{
"predicate": {
"nebs:enchant": 23.01
},
"model": "nebs:item/soulbinding"
},
{
"predicate": {
"nebs:enchant": 24.01
},
"model": "nebs:item/end_veil"
}
]
}
6 changes: 6 additions & 0 deletions src/generated/resources/assets/nebs/models/item/capacity.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "nebs:items/capacity"
}
}
6 changes: 6 additions & 0 deletions src/generated/resources/assets/nebs/models/item/end_veil.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "nebs:items/end_veil"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "nebs:items/potato_recovery"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "nebs:items/soulbinding"
}
}
3 changes: 3 additions & 0 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ description='''A small mod that adds unique textures to every Enchanted Book in
- Elenai Dodge 2
- Advent of Ascension 3
- Greed N' Bleed
- Create
- Corpse Complex
- BetterEnd (Forge)
'''

[[dependencies.nebs]] #optional
Expand Down
9 changes: 8 additions & 1 deletion src/main/resources/assets/nebs/models/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,12 @@

"enchantment.elenaidodge2.lightweight": 20.01,

"enchantment.greedandbleed.woe_of_swines": 21.01
"enchantment.greedandbleed.woe_of_swines": 21.01,

"enchantment.create.capacity": 22.01,
"enchantment.create.potato_recovery": 22.02,

"enchantment.corpsecomplex.soulbinding": 23.01,

"enchantment.betterendforge.end_veil": 24.01
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 59c2b12

Please sign in to comment.