Skip to content

Commit 977ccba

Browse files
Remove datagen cache (#906)
2 parents 66048a7 + 7b89f08 commit 977ccba

17 files changed

+36
-1376
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# datagen cache
2+
.cache/
3+
14
# hexdoc
25
doc/**/_export/generated/
36
/_site/

Common/src/generated/resources/.cache/8f7cd5c924d3264b7777ef1696459761f9a70902

Lines changed: 0 additions & 276 deletions
This file was deleted.

Common/src/generated/resources/.cache/d2fe5b6fab5fdc7ee7ca336c062752306bdf6128

Lines changed: 0 additions & 298 deletions
This file was deleted.

Common/src/generated/resources/.cache/e5c5eb35b4ba40351ecb7d9f04c3527f2f5779b0

Lines changed: 0 additions & 17 deletions
This file was deleted.

Common/src/generated/resources/assets/hexcasting/blockstates/amethyst_sconce.json

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,53 @@
11
{
22
"variants": {
3-
"facing=down": {
3+
"facing=down,waterlogged=false": {
44
"model": "hexcasting:block/amethyst_sconce",
55
"x": 180
66
},
7-
"facing=east": {
7+
"facing=down,waterlogged=true": {
8+
"model": "hexcasting:block/amethyst_sconce",
9+
"x": 180
10+
},
11+
"facing=east,waterlogged=false": {
12+
"model": "hexcasting:block/amethyst_sconce",
13+
"x": 90,
14+
"y": 90
15+
},
16+
"facing=east,waterlogged=true": {
817
"model": "hexcasting:block/amethyst_sconce",
918
"x": 90,
1019
"y": 90
1120
},
12-
"facing=north": {
21+
"facing=north,waterlogged=false": {
22+
"model": "hexcasting:block/amethyst_sconce",
23+
"x": 90
24+
},
25+
"facing=north,waterlogged=true": {
1326
"model": "hexcasting:block/amethyst_sconce",
1427
"x": 90
1528
},
16-
"facing=south": {
29+
"facing=south,waterlogged=false": {
1730
"model": "hexcasting:block/amethyst_sconce",
1831
"x": 90,
1932
"y": 180
2033
},
21-
"facing=up": {
34+
"facing=south,waterlogged=true": {
35+
"model": "hexcasting:block/amethyst_sconce",
36+
"x": 90,
37+
"y": 180
38+
},
39+
"facing=up,waterlogged=false": {
40+
"model": "hexcasting:block/amethyst_sconce"
41+
},
42+
"facing=up,waterlogged=true": {
2243
"model": "hexcasting:block/amethyst_sconce"
2344
},
24-
"facing=west": {
45+
"facing=west,waterlogged=false": {
46+
"model": "hexcasting:block/amethyst_sconce",
47+
"x": 90,
48+
"y": 270
49+
},
50+
"facing=west,waterlogged=true": {
2551
"model": "hexcasting:block/amethyst_sconce",
2652
"x": 90,
2753
"y": 270

Fabric/src/generated/resources/.cache/19f2b40f78e342d65a8cb499a41e3fcb2eadaca3

Lines changed: 0 additions & 58 deletions
This file was deleted.

Fabric/src/generated/resources/.cache/2ba8da2cf2d44ff18dc72cc891b094eca6836a5c

Lines changed: 0 additions & 28 deletions
This file was deleted.

Fabric/src/generated/resources/.cache/3cb4ab563deee432e7d307024048f57946bafb1c

Lines changed: 0 additions & 4 deletions
This file was deleted.

Fabric/src/generated/resources/.cache/812fdb58b7018b2d5c5af7da57a2b1857fa66794

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)