-
Notifications
You must be signed in to change notification settings - Fork 1
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
fce93fb
commit 5077faa
Showing
52 changed files
with
769 additions
and
274 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
src/main/generated/.cache/171a5fea2de5104463020a45cb40c2789069fea5
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 @@ | ||
// 1.21 2024-06-20T14:37:00.0121724 Extravaganza!/Tags for minecraft:block | ||
925bb2daf303a0a590847e6b352806565e8f87af data\minecraft\tags\block\mineable\pickaxe.json | ||
// 1.21 2024-06-21T00:55:03.9298631 Extravaganza!/Tags for minecraft:block | ||
de7ad400e07f2e733f61c3cf89cae477444836e1 data\minecraft\tags\block\mineable\pickaxe.json | ||
a8b6770510cf194d8c33705d68e554cc38552304 data\minecraft\tags\block\leaves.json | ||
925bb2daf303a0a590847e6b352806565e8f87af data\minecraft\tags\block\needs_stone_tool.json | ||
de7ad400e07f2e733f61c3cf89cae477444836e1 data\minecraft\tags\block\needs_stone_tool.json | ||
c58fa380156a46ee40acafab7082a5d157ddaa7f data\minecraft\tags\block\planks.json | ||
869b050fc75552bca4dae428fbfd91837c77b108 data\minecraft\tags\block\logs_that_burn.json |
31 changes: 16 additions & 15 deletions
31
src/main/generated/.cache/31557ff09de80da41e255b48ee144b5150ca7a3f
Large diffs are not rendered by default.
Oops, something went wrong.
113 changes: 59 additions & 54 deletions
113
src/main/generated/.cache/97a4721ed155c6fdfa3ad558e447c8340a205f56
Large diffs are not rendered by default.
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
4 changes: 2 additions & 2 deletions
4
src/main/generated/.cache/ea38d437bba961a39355c1fcb8fe7bfeb267e512
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,2 +1,2 @@ | ||
// 1.21 2024-06-20T14:37:00.0141748 Extravaganza!/Language (en_us) | ||
2ba251ed9e924532d59ee8b1fce36fd01081cca3 assets\extravaganza\lang\en_us.json | ||
// 1.21 2024-06-21T00:55:03.9298631 Extravaganza!/Language (en_us) | ||
cfa57a699d6128d2af8ef326bcd7f463421e2ca3 assets\extravaganza\lang\en_us.json |
19 changes: 0 additions & 19 deletions
19
src/main/generated/assets/extravaganza/blockstates/ball_pool_inscription_table.json
This file was deleted.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
src/main/generated/assets/extravaganza/blockstates/ball_pool_registration_table.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,19 @@ | ||
{ | ||
"variants": { | ||
"facing=east": { | ||
"model": "extravaganza:block/ball_pool_registration_table", | ||
"y": 90 | ||
}, | ||
"facing=north": { | ||
"model": "extravaganza:block/ball_pool_registration_table" | ||
}, | ||
"facing=south": { | ||
"model": "extravaganza:block/ball_pool_registration_table", | ||
"y": 180 | ||
}, | ||
"facing=west": { | ||
"model": "extravaganza:block/ball_pool_registration_table", | ||
"y": 270 | ||
} | ||
} | ||
} |
18 changes: 15 additions & 3 deletions
18
src/main/generated/assets/extravaganza/blockstates/hevea_brasiliensis_log.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
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/extravaganza/blockstates/hevea_brasiliensis_sapling.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": "extravaganza:block/hevea_brasiliensis_sapling" | ||
} | ||
} | ||
} |
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/main/generated/assets/extravaganza/models/block/hevea_brasiliensis_log_rubber.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_column", | ||
"textures": { | ||
"end": "extravaganza:block/hevea_brasiliensis_log_top", | ||
"side": "extravaganza:block/hevea_brasiliensis_log_rubber" | ||
} | ||
} |
3 changes: 0 additions & 3 deletions
3
src/main/generated/assets/extravaganza/models/item/ball_pool_inscription_table.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.