-
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.
reduced added datagen, models and texture for lumber storage block
- Loading branch information
Showing
36 changed files
with
1,527 additions
and
1,762 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/39d15ca1797a1a750b123318c06a5a6c7cd5d290
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 +1 @@ | ||
// 1.21.1 2024-09-02T00:44:55.9156433 Mayor/Tags for minecraft:fluid | ||
// 1.21.1 2024-09-04T16:05:41.9501071 Mayor/Tags for minecraft:fluid |
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/4ca622213a431568e2fba5cf8074e978b6d0879a
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 +1 @@ | ||
// 1.21.1 2024-09-02T00:44:55.9136493 Mayor/Tags for minecraft:entity_type | ||
// 1.21.1 2024-09-04T16:05:41.9481131 Mayor/Tags for minecraft:entity_type |
6 changes: 3 additions & 3 deletions
6
src/main/generated/.cache/991a596e99146573472bb48699d6151f42bd7823
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,5 +1,5 @@ | ||
// 1.21.1 2024-09-02T00:44:55.9146463 Mayor/Model Definitions | ||
d183856983f0f13802ec356006cc10d9dfc16650 assets\mayor\models\item\camera_debug.json | ||
// 1.21.1 2024-09-04T16:05:41.9491104 Mayor/Model Definitions | ||
231e5d499785932a985ae132a7e6f2e2626b74a5 assets\mayor\blockstates\camera_debug.json | ||
d183856983f0f13802ec356006cc10d9dfc16650 assets\mayor\models\item\camera_debug.json | ||
961ccc25c3e88551b9a09ef53cfc7a0c11fe2400 assets\mayor\models\item\lumber_storage_block.json | ||
ef8d38319332403de4ce821c1057de0a412c0ff9 assets\mayor\blockstates\lumber_storage.json | ||
8ac76aa83b1300bd875607674bbb5eb62ce0369f assets\mayor\blockstates\lumber_storage.json |
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/db3181d497cce5c98b0bf959524d9fe60d3b17ae
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 +1 @@ | ||
// 1.21.1 2024-09-02T00:44:55.9166414 Mayor/Tags for minecraft:block | ||
// 1.21.1 2024-09-04T16:05:41.9511049 Mayor/Tags for minecraft:block |
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/f601fe0783fae810c2e184cdb67b2ab518f41928
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 +1 @@ | ||
// 1.21.1 2024-09-02T00:44:55.9116542 Mayor/Tags for minecraft:item | ||
// 1.21.1 2024-09-04T16:05:41.9461182 Mayor/Tags for minecraft:item |
24 changes: 12 additions & 12 deletions
24
src/main/generated/assets/mayor/blockstates/lumber_storage.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,34 +1,34 @@ | ||
{ | ||
"variants": { | ||
"position=center": { | ||
"model": "mayor:block/1x1/lumber_1x1_top" | ||
"model": "mayor:block/lumber_center" | ||
}, | ||
"position=east": { | ||
"model": "mayor:block/1x1/lumber_1x1_top" | ||
}, | ||
"position=no_wall": { | ||
"model": "mayor:block/1x1/lumber_1x1_top" | ||
"model": "mayor:block/lumber_east" | ||
}, | ||
"position=north": { | ||
"model": "mayor:block/1x1/lumber_1x1_top" | ||
"model": "mayor:block/lumber_north" | ||
}, | ||
"position=north_east": { | ||
"model": "mayor:block/1x1/lumber_1x1_top" | ||
"model": "mayor:block/lumber_north_east" | ||
}, | ||
"position=north_west": { | ||
"model": "mayor:block/1x1/lumber_1x1_top" | ||
"model": "mayor:block/lumber_north_west" | ||
}, | ||
"position=single": { | ||
"model": "mayor:block/lumber_single" | ||
}, | ||
"position=south": { | ||
"model": "mayor:block/1x1/lumber_1x1_top" | ||
"model": "mayor:block/lumber_south" | ||
}, | ||
"position=south_east": { | ||
"model": "mayor:block/1x1/lumber_1x1_top" | ||
"model": "mayor:block/lumber_south_east" | ||
}, | ||
"position=south_west": { | ||
"model": "mayor:block/1x1/lumber_1x1_top" | ||
"model": "mayor:block/lumber_south_west" | ||
}, | ||
"position=west": { | ||
"model": "mayor:block/1x1/lumber_1x1_top" | ||
"model": "mayor:block/lumber_west" | ||
} | ||
} | ||
} |
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
155 changes: 0 additions & 155 deletions
155
src/main/resources/assets/mayor/models/block/1x1/lumber_1x1.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.