-
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.
smooth stone set asphalt port over more models and textures to the extra resourcepack properly remove nether wart block flesh because we have an actual block now some entity textures cool stone tiles i found outside of Carrefour new water radioactive and sludge textures made rad goop brighter some biomes new lava texture new nether foliage
- Loading branch information
1 parent
aa80f53
commit b97858a
Showing
164 changed files
with
1,854 additions
and
189 deletions.
There are no files selected for viewing
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
374 changes: 197 additions & 177 deletions
374
src/client/java/com/nuclearcrackhead/serverboss/registry/ModItemGroups.java
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
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": "svbcr:block/asphalt" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/svbcr/blockstates/checkerboard.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": "svbcr:block/checkerboard" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/svbcr/blockstates/chiseled_smooth_stone.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": "svbcr:block/chiseled_smooth_stone" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/svbcr/blockstates/cracked_smooth_stone_bricks.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": "svbcr:block/cracked_smooth_stone_bricks" | ||
} | ||
} | ||
} |
120 changes: 120 additions & 0 deletions
120
src/main/resources/assets/svbcr/blockstates/crimson_veins.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,120 @@ | ||
{ | ||
"multipart": [ | ||
{ | ||
"apply": { | ||
"model": "svbcr:block/crimson_veins" | ||
}, | ||
"when": { | ||
"north": "true" | ||
} | ||
}, | ||
{ | ||
"apply": { | ||
"model": "svbcr:block/crimson_veins" | ||
}, | ||
"when": { | ||
"east": "false", | ||
"north": "false", | ||
"south": "false", | ||
"up": "false", | ||
"west": "false" | ||
} | ||
}, | ||
{ | ||
"apply": { | ||
"model": "svbcr:block/crimson_veins", | ||
"uvlock": true, | ||
"y": 90 | ||
}, | ||
"when": { | ||
"east": "true" | ||
} | ||
}, | ||
{ | ||
"apply": { | ||
"model": "svbcr:block/crimson_veins", | ||
"uvlock": true, | ||
"y": 90 | ||
}, | ||
"when": { | ||
"east": "false", | ||
"north": "false", | ||
"south": "false", | ||
"up": "false", | ||
"west": "false" | ||
} | ||
}, | ||
{ | ||
"apply": { | ||
"model": "svbcr:block/crimson_veins", | ||
"uvlock": true, | ||
"y": 180 | ||
}, | ||
"when": { | ||
"south": "true" | ||
} | ||
}, | ||
{ | ||
"apply": { | ||
"model": "svbcr:block/crimson_veins", | ||
"uvlock": true, | ||
"y": 180 | ||
}, | ||
"when": { | ||
"east": "false", | ||
"north": "false", | ||
"south": "false", | ||
"up": "false", | ||
"west": "false" | ||
} | ||
}, | ||
{ | ||
"apply": { | ||
"model": "svbcr:block/crimson_veins", | ||
"uvlock": true, | ||
"y": 270 | ||
}, | ||
"when": { | ||
"west": "true" | ||
} | ||
}, | ||
{ | ||
"apply": { | ||
"model": "svbcr:block/crimson_veins", | ||
"uvlock": true, | ||
"y": 270 | ||
}, | ||
"when": { | ||
"east": "false", | ||
"north": "false", | ||
"south": "false", | ||
"up": "false", | ||
"west": "false" | ||
} | ||
}, | ||
{ | ||
"apply": { | ||
"model": "svbcr:block/crimson_veins", | ||
"uvlock": true, | ||
"x": 270 | ||
}, | ||
"when": { | ||
"up": "true" | ||
} | ||
}, | ||
{ | ||
"apply": { | ||
"model": "svbcr:block/crimson_veins", | ||
"uvlock": true, | ||
"x": 270 | ||
}, | ||
"when": { | ||
"east": "false", | ||
"north": "false", | ||
"south": "false", | ||
"up": "false", | ||
"west": "false" | ||
} | ||
} | ||
] | ||
} |
19 changes: 19 additions & 0 deletions
19
src/main/resources/assets/svbcr/blockstates/fumo_beryl.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": "svbcr:block/fumo_beryl", | ||
"y": 90 | ||
}, | ||
"facing=north": { | ||
"model": "svbcr:block/fumo_beryl" | ||
}, | ||
"facing=south": { | ||
"model": "svbcr:block/fumo_beryl", | ||
"y": 180 | ||
}, | ||
"facing=west": { | ||
"model": "svbcr:block/fumo_beryl", | ||
"y": 270 | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/main/resources/assets/svbcr/blockstates/fumo_freshly.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": "svbcr:block/fumo_freshly", | ||
"y": 90 | ||
}, | ||
"facing=north": { | ||
"model": "svbcr:block/fumo_freshly" | ||
}, | ||
"facing=south": { | ||
"model": "svbcr:block/fumo_freshly", | ||
"y": 180 | ||
}, | ||
"facing=west": { | ||
"model": "svbcr:block/fumo_freshly", | ||
"y": 270 | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/main/resources/assets/svbcr/blockstates/fumo_ilya.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": "svbcr:block/fumo_ilya", | ||
"y": 90 | ||
}, | ||
"facing=north": { | ||
"model": "svbcr:block/fumo_ilya" | ||
}, | ||
"facing=south": { | ||
"model": "svbcr:block/fumo_ilya", | ||
"y": 180 | ||
}, | ||
"facing=west": { | ||
"model": "svbcr:block/fumo_ilya", | ||
"y": 270 | ||
} | ||
} | ||
} |
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": "svbcr:block/fumo_ism", | ||
"y": 90 | ||
}, | ||
"facing=north": { | ||
"model": "svbcr:block/fumo_ism" | ||
}, | ||
"facing=south": { | ||
"model": "svbcr:block/fumo_ism", | ||
"y": 180 | ||
}, | ||
"facing=west": { | ||
"model": "svbcr:block/fumo_ism", | ||
"y": 270 | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/main/resources/assets/svbcr/blockstates/fumo_kaori.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": "svbcr:block/fumo_kaori", | ||
"y": 90 | ||
}, | ||
"facing=north": { | ||
"model": "svbcr:block/fumo_kaori" | ||
}, | ||
"facing=south": { | ||
"model": "svbcr:block/fumo_kaori", | ||
"y": 180 | ||
}, | ||
"facing=west": { | ||
"model": "svbcr:block/fumo_kaori", | ||
"y": 270 | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/main/resources/assets/svbcr/blockstates/fumo_rika.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": "svbcr:block/fumo_rika", | ||
"y": 90 | ||
}, | ||
"facing=north": { | ||
"model": "svbcr:block/fumo_rika" | ||
}, | ||
"facing=south": { | ||
"model": "svbcr:block/fumo_rika", | ||
"y": 180 | ||
}, | ||
"facing=west": { | ||
"model": "svbcr:block/fumo_rika", | ||
"y": 270 | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/main/resources/assets/svbcr/blockstates/fumo_speeder.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": "svbcr:block/fumo_speeder", | ||
"y": 90 | ||
}, | ||
"facing=north": { | ||
"model": "svbcr:block/fumo_speeder" | ||
}, | ||
"facing=south": { | ||
"model": "svbcr:block/fumo_speeder", | ||
"y": 180 | ||
}, | ||
"facing=west": { | ||
"model": "svbcr:block/fumo_speeder", | ||
"y": 270 | ||
} | ||
} | ||
} |
Oops, something went wrong.