-
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.
A bit of code clean up as well, with some important additions
- Added some new tags - Added First Wave of recipes - Added Brass, Constantan and Graphite materials - Removed Tiny Char/Coal for another project - Tweaked Fluorite and Peridot textures - Only missing some Zinc recipes and textures, Enderium, Lumium, Signalum and lastly the Gem Ore Blocks and dusts textures
- Loading branch information
Showing
374 changed files
with
4,359 additions
and
172 deletions.
There are no files selected for viewing
5 changes: 2 additions & 3 deletions
5
src/generated/resources/.cache/341c9885a13831e57b4b2ec5e2e3b493e00dc5c9
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,3 +1,2 @@ | ||
// 1.21.1 2024-10-31T22:30:27.1564572 Tags for minecraft:item mod id eternalitems | ||
e0b89fbdf6630d519b334279059cac8266dacaa9 data/hammers/tags/item/hammers.json | ||
9f01ebdb47305dd46bb5942415bebd97ac75fd8b data/minecraft/tags/item/coals.json | ||
// 1.21.1 2024-11-01T03:06:09.6801641 Tags for minecraft:item mod id eternalitems | ||
db98a58ef5f951bc3b206cbf2c4dda9bf6bb1119 data/hammers/tags/item/hammers.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
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: 3 additions & 3 deletions
6
src/generated/resources/.cache/d2ab0c7aaa4d7f1eba7e17d10575eaa6c0ca15f5
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,4 +1,4 @@ | ||
// 1.21.1 2024-10-31T22:30:27.1554569 Tags for minecraft:block mod id eternalitems | ||
f6eea0fdebcba8962200462c8faaa967511167af data/minecraft/tags/block/mineable/pickaxe.json | ||
// 1.21.1 2024-11-02T00:37:06.8917418 Tags for minecraft:block mod id eternalitems | ||
a480345f22f816b1c2fabed0d4950a3627cfbe75 data/minecraft/tags/block/mineable/pickaxe.json | ||
03237abdb9d266df82fa61c493720b33fde93ae8 data/minecraft/tags/block/needs_diamond_tool.json | ||
823a895c55bf7bd5e99cc919e20c4b258f769484 data/minecraft/tags/block/needs_iron_tool.json | ||
9eb2077a9e94ea690bee1013be1b0b2cd14ba621 data/minecraft/tags/block/needs_iron_tool.json |
2 changes: 0 additions & 2 deletions
2
src/generated/resources/.cache/e0d3d0b8d9c807675613821fa865a35f707cd83f
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
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/eternalitems/blockstates/brass_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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "eternalitems:block/brass_block" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/eternalitems/blockstates/constantan_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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "eternalitems:block/constantan_block" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/eternalitems/blockstates/graphite_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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "eternalitems:block/graphite_block" | ||
} | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/eternalitems/models/block/brass_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,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "eternalitems:block/brass_block" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/eternalitems/models/block/constantan_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,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "eternalitems:block/constantan_block" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/eternalitems/models/block/graphite_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,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "eternalitems:block/graphite_block" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/eternalitems/models/item/brass_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,3 @@ | ||
{ | ||
"parent": "eternalitems:block/brass_block" | ||
} |
2 changes: 1 addition & 1 deletion
2
...s/eternalitems/models/item/tiny_coal.json → .../eternalitems/models/item/brass_dust.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": "eternalitems:item/tiny_coal" | ||
"layer0": "eternalitems:item/brass_dust" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...ernalitems/models/item/tiny_charcoal.json → ...eternalitems/models/item/brass_ingot.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": "eternalitems:item/tiny_charcoal" | ||
"layer0": "eternalitems:item/brass_ingot" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...tems/models/item/eternal_dark_hammer.json → ...ternalitems/models/item/brass_nugget.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": "eternalitems:item/eternal_dark_hammer" | ||
"layer0": "eternalitems:item/brass_nugget" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/eternalitems/models/item/constantan_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,3 @@ | ||
{ | ||
"parent": "eternalitems:block/constantan_block" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/eternalitems/models/item/constantan_dust.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": "eternalitems:item/constantan_dust" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/eternalitems/models/item/constantan_ingot.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": "eternalitems:item/constantan_ingot" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/eternalitems/models/item/constantan_nugget.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": "eternalitems:item/constantan_nugget" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/assets/eternalitems/models/item/graphite_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,3 @@ | ||
{ | ||
"parent": "eternalitems:block/graphite_block" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/eternalitems/models/item/graphite_nugget.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": "eternalitems:item/graphite_nugget" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/eternalitems/models/item/plate_brass.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": "eternalitems:item/plate_brass" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/eternalitems/models/item/plate_constantan.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": "eternalitems:item/plate_constantan" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/eternalitems/models/item/plate_graphite.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": "eternalitems:item/plate_graphite" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/eternalitems/models/item/rod_brass.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/handheld", | ||
"textures": { | ||
"layer0": "eternalitems:item/rod_brass" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/eternalitems/models/item/rod_constantan.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/handheld", | ||
"textures": { | ||
"layer0": "eternalitems:item/rod_constantan" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/eternalitems/models/item/rod_graphite.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/handheld", | ||
"textures": { | ||
"layer0": "eternalitems:item/rod_graphite" | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
src/generated/resources/data/eternalitems/loot_table/blocks/brass_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,21 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "eternalitems:brass_block" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "eternalitems:blocks/brass_block" | ||
} |
21 changes: 21 additions & 0 deletions
21
src/generated/resources/data/eternalitems/loot_table/blocks/constantan_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,21 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "eternalitems:constantan_block" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "eternalitems:blocks/constantan_block" | ||
} |
Oops, something went wrong.