mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-05-31 15:25:56 +00:00
Run Pack Through MCPPPP to Support Fabric Alternatives to OptiFine
This commit is contained in:
parent
8dd8ce6e28
commit
3d735fd084
54 changed files with 672 additions and 0 deletions
44
assets/fabricskyboxes/sky/sky1.json
Executable file
44
assets/fabricskyboxes/sky/sky1.json
Executable file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"blend": true,
|
||||
"conditions": {
|
||||
"worlds": [
|
||||
"minecraft:overworld"
|
||||
]
|
||||
},
|
||||
"properties": {
|
||||
"blend": {
|
||||
"type": "multiply"
|
||||
},
|
||||
"fade": {
|
||||
"endFadeIn": 23500,
|
||||
"endFadeOut": 12000,
|
||||
"startFadeIn": 23000,
|
||||
"startFadeOut": 11500
|
||||
},
|
||||
"rotation": {
|
||||
"axis": [
|
||||
-0.0,
|
||||
180.0,
|
||||
0.0
|
||||
],
|
||||
"rotationSpeed": 1.0,
|
||||
"static": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"shouldRotate": true,
|
||||
"sunSkyTint": false
|
||||
},
|
||||
"schemaVersion": 2,
|
||||
"textures": {
|
||||
"bottom": "fabricskyboxes:sky/cloudbox_bottom.png",
|
||||
"east": "fabricskyboxes:sky/cloudbox_east.png",
|
||||
"north": "fabricskyboxes:sky/cloudbox_north.png",
|
||||
"south": "fabricskyboxes:sky/cloudbox_south.png",
|
||||
"top": "fabricskyboxes:sky/cloudbox_top.png",
|
||||
"west": "fabricskyboxes:sky/cloudbox_west.png"
|
||||
},
|
||||
"type": "square-textured"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue