1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-04-04 22:46:04 +00:00
PixelPerfectionCE/assets/fabricskyboxes/sky/sky3.json
Diab Neiroukh 28e38cab7c
General Fixes, Support for Fabric, and Bump to 1.16.2 (#8)
* Fix font, add accented variants

* signs

* mismatched emissives fixed, new nether bricks given original color

* pull in stingraych's piglin textures (same license)

* Update Pack Metadata

* Run Pack Through MCPPPP to Support Fabric Alternatives to OptiFine

* Bump Supported Minecraft Version in README.md

Co-authored-by: auctumnus <auctumnus@users.noreply.github.com>
2021-12-20 15:00:13 +01:00

44 lines
856 B
JSON
Executable file

{
"blend": true,
"conditions": {
"worlds": [
"minecraft:overworld"
]
},
"properties": {
"blend": {
"type": "add"
},
"fade": {
"endFadeIn": 12500,
"endFadeOut": 23500,
"startFadeIn": 12000,
"startFadeOut": 23000
},
"rotation": {
"axis": [
-0.0,
180.0,
0.0
],
"rotationSpeed": 0.1,
"static": [
1,
1,
1
]
},
"shouldRotate": true,
"sunSkyTint": false
},
"schemaVersion": 2,
"textures": {
"bottom": "fabricskyboxes:sky/nightbox2_bottom.png",
"east": "fabricskyboxes:sky/nightbox2_east.png",
"north": "fabricskyboxes:sky/nightbox2_north.png",
"south": "fabricskyboxes:sky/nightbox2_south.png",
"top": "fabricskyboxes:sky/nightbox2_top.png",
"west": "fabricskyboxes:sky/nightbox2_west.png"
},
"type": "square-textured"
}