This repository has been archived by the owner on May 28, 2024. It is now read-only.
-
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.
- Loading branch information
1 parent
98cf047
commit 784ab0c
Showing
91 changed files
with
4,207 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
resourcepacks/VXSK/assets/minecraft/blockstates/sugar_cane.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": "minecraft:block/sugar_cane" | ||
} | ||
} | ||
} |
3,990 changes: 3,990 additions & 0 deletions
3,990
resourcepacks/VXSK/assets/minecraft/lang/en_us.json
Large diffs are not rendered by default.
Oops, something went wrong.
38 changes: 38 additions & 0 deletions
38
resourcepacks/VXSK/assets/minecraft/models/block/sugar_cane.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,38 @@ | ||
{ | ||
"credit": "Made with Blockbench", | ||
"ambientocclusion": false, | ||
"textures": { | ||
"0": "block/sugar_cane", | ||
"particle": "block/sugar_cane" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [0.8, 0, 8], | ||
"to": [15.2, 16, 8], | ||
"shade": false, | ||
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, | ||
"faces": { | ||
"north": {"uv": [0, 0, 16, 16], "texture": "#0"}, | ||
"east": {"uv": [0, 0, 0, 0], "texture": "#0"}, | ||
"south": {"uv": [0, 0, 16, 16], "texture": "#0"}, | ||
"west": {"uv": [0, 0, 0, 0], "texture": "#0"}, | ||
"up": {"uv": [0, 0, 0, 0], "texture": "#0"}, | ||
"down": {"uv": [0, 0, 0, 0], "texture": "#0"} | ||
} | ||
}, | ||
{ | ||
"from": [8, 0, 0.8], | ||
"to": [8, 16, 15.2], | ||
"shade": false, | ||
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, | ||
"faces": { | ||
"north": {"uv": [0, 0, 0, 0], "texture": "#0"}, | ||
"east": {"uv": [0, 0, 16, 16], "texture": "#0"}, | ||
"south": {"uv": [0, 0, 0, 0], "texture": "#0"}, | ||
"west": {"uv": [0, 0, 16, 16], "texture": "#0"}, | ||
"up": {"uv": [0, 0, 0, 0], "texture": "#0"}, | ||
"down": {"uv": [0, 0, 0, 0], "texture": "#0"} | ||
} | ||
} | ||
] | ||
} |
8 changes: 8 additions & 0 deletions
8
resourcepacks/VXSK/assets/minecraft/models/item/black_bed.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,8 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "item/black_bed" | ||
} | ||
} | ||
|
||
|
8 changes: 8 additions & 0 deletions
8
resourcepacks/VXSK/assets/minecraft/models/item/blue_bed.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,8 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "item/blue_bed" | ||
} | ||
} | ||
|
||
|
8 changes: 8 additions & 0 deletions
8
resourcepacks/VXSK/assets/minecraft/models/item/brown_bed.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,8 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "item/brown_bed" | ||
} | ||
} | ||
|
||
|
8 changes: 8 additions & 0 deletions
8
resourcepacks/VXSK/assets/minecraft/models/item/cyan_bed.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,8 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "item/cyan_bed" | ||
} | ||
} | ||
|
||
|
8 changes: 8 additions & 0 deletions
8
resourcepacks/VXSK/assets/minecraft/models/item/gray_bed.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,8 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "item/gray_bed" | ||
} | ||
} | ||
|
||
|
8 changes: 8 additions & 0 deletions
8
resourcepacks/VXSK/assets/minecraft/models/item/green_bed.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,8 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "item/green_bed" | ||
} | ||
} | ||
|
||
|
8 changes: 8 additions & 0 deletions
8
resourcepacks/VXSK/assets/minecraft/models/item/light_blue_bed.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,8 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "item/light_blue_bed" | ||
} | ||
} | ||
|
||
|
8 changes: 8 additions & 0 deletions
8
resourcepacks/VXSK/assets/minecraft/models/item/light_gray_bed.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,8 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "item/light_gray_bed" | ||
} | ||
} | ||
|
||
|
8 changes: 8 additions & 0 deletions
8
resourcepacks/VXSK/assets/minecraft/models/item/lime_bed.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,8 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "item/lime_bed" | ||
} | ||
} | ||
|
||
|
8 changes: 8 additions & 0 deletions
8
resourcepacks/VXSK/assets/minecraft/models/item/magenta_bed.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,8 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "item/magenta_bed" | ||
} | ||
} | ||
|
||
|
8 changes: 8 additions & 0 deletions
8
resourcepacks/VXSK/assets/minecraft/models/item/orange_bed.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,8 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "item/orange_bed" | ||
} | ||
} | ||
|
||
|
8 changes: 8 additions & 0 deletions
8
resourcepacks/VXSK/assets/minecraft/models/item/pink_bed.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,8 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "item/pink_bed" | ||
} | ||
} | ||
|
||
|
8 changes: 8 additions & 0 deletions
8
resourcepacks/VXSK/assets/minecraft/models/item/purple_bed.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,8 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "item/purple_bed" | ||
} | ||
} | ||
|
||
|
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 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "item/red_bed" | ||
} | ||
} | ||
|
8 changes: 8 additions & 0 deletions
8
resourcepacks/VXSK/assets/minecraft/models/item/white_bed.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,8 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "item/white_bed" | ||
} | ||
} | ||
|
||
|
8 changes: 8 additions & 0 deletions
8
resourcepacks/VXSK/assets/minecraft/models/item/yellow_bed.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,8 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "item/yellow_bed" | ||
} | ||
} | ||
|
||
|
39 changes: 39 additions & 0 deletions
39
resourcepacks/VXSK/assets/minecraft/shaders/core/rendertype_text.fsh
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,39 @@ | ||
#version 150 | ||
precision highp float; | ||
|
||
#moj_import <fog.glsl> | ||
|
||
uniform sampler2D Sampler0; | ||
|
||
uniform vec4 ColorModulator; | ||
uniform float FogStart; | ||
uniform float FogEnd; | ||
uniform vec4 FogColor; | ||
|
||
in float vertexDistance; | ||
in vec4 vertexColor; | ||
in vec2 texCoord0; | ||
in vec3 xyzPos; | ||
|
||
out vec4 fragColor; | ||
|
||
vec4 color = texture(Sampler0, texCoord0) * vertexColor * ColorModulator; | ||
|
||
|
||
void main() { | ||
if (color.a < 0.1) { | ||
discard; | ||
} | ||
|
||
/* xp text*/ | ||
if(color.r <= 126.50/255.0 && color.r > 126.49/255.0 && color.g == 252/255.0 && color.b <= 31.63/255.0 && color.b > 31.62/255.0){ | ||
color = vec4(0.498, 1, 0.001, color.a); /* < < Your custom colour goes here */ | ||
} | ||
/* xp text shadow */ | ||
if(color.r <= 31.7/255.0 && color.r > 31.6/255.0 && color.g <= 62.3/255.0 && color.g > 62.25/255.0 && color.b <= 8.0/255.0 && color.b > 7.9/255.0){ | ||
color = vec4(0.1255, 0.251, 0.001, color.a); /* < < Your custom colour goes here */ | ||
} | ||
|
||
|
||
fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); | ||
} |
Binary file added
BIN
+2.12 KB
resourcepacks/VXSK/assets/minecraft/sounds/music/game/creative/creative1.ogg
Binary file not shown.
Binary file added
BIN
+2.12 KB
resourcepacks/VXSK/assets/minecraft/sounds/music/game/creative/creative2.ogg
Binary file not shown.
Binary file added
BIN
+2.12 KB
resourcepacks/VXSK/assets/minecraft/sounds/music/game/creative/creative3.ogg
Binary file not shown.
Binary file added
BIN
+2.12 KB
resourcepacks/VXSK/assets/minecraft/sounds/music/game/creative/creative4.ogg
Binary file not shown.
Binary file added
BIN
+2.12 KB
resourcepacks/VXSK/assets/minecraft/sounds/music/game/creative/creative5.ogg
Binary file not shown.
Binary file added
BIN
+2.12 KB
resourcepacks/VXSK/assets/minecraft/sounds/music/game/creative/creative6.ogg
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+2.08 KB
resourcepacks/VXSK/assets/minecraft/sounds/music/game/end/credits.ogg
Binary file not shown.
Binary file not shown.
Empty file.
Binary file added
BIN
+2.09 KB
resourcepacks/VXSK/assets/minecraft/sounds/music/game/nether/nether1.ogg
Binary file not shown.
Binary file added
BIN
+2.09 KB
resourcepacks/VXSK/assets/minecraft/sounds/music/game/nether/nether2.ogg
Binary file not shown.
Binary file added
BIN
+2.09 KB
resourcepacks/VXSK/assets/minecraft/sounds/music/game/nether/nether3.ogg
Binary file not shown.
Binary file added
BIN
+2.09 KB
resourcepacks/VXSK/assets/minecraft/sounds/music/game/nether/nether4.ogg
Binary file not shown.
Empty file.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.72 KB
resourcepacks/VXSK/assets/minecraft/sounds/music/game/swamp/aerie.ogg
Binary file not shown.
Binary file added
BIN
+1.72 KB
resourcepacks/VXSK/assets/minecraft/sounds/music/game/swamp/firebugs.ogg
Binary file not shown.
Binary file added
BIN
+1.72 KB
resourcepacks/VXSK/assets/minecraft/sounds/music/game/swamp/labyrinthine.ogg
Binary file not shown.
Binary file added
BIN
+2.09 KB
resourcepacks/VXSK/assets/minecraft/sounds/music/game/water/axolot1.ogg
Binary file not shown.
Binary file added
BIN
+2.11 KB
resourcepacks/VXSK/assets/minecraft/sounds/music/game/water/dragon_fish.ogg
Binary file not shown.
Binary file added
BIN
+2.09 KB
resourcepacks/VXSK/assets/minecraft/sounds/music/game/water/shuniji.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.26 KB
...epacks/VXSK/assets/minecraft/textures/gui/container/creative_inventory/tabs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+135 Bytes
...acks/VXSK/assets/minecraft/textures/gui/realms/news_notification_mainscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+940 KB
resourcepacks/VXSK/assets/minecraft/textures/gui/title/background/panorama_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.15 MB
resourcepacks/VXSK/assets/minecraft/textures/gui/title/background/panorama_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.28 MB
resourcepacks/VXSK/assets/minecraft/textures/gui/title/background/panorama_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.16 MB
resourcepacks/VXSK/assets/minecraft/textures/gui/title/background/panorama_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+112 KB
resourcepacks/VXSK/assets/minecraft/textures/gui/title/background/panorama_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+741 KB
resourcepacks/VXSK/assets/minecraft/textures/gui/title/background/panorama_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+76.5 KB
...epacks/VXSK/assets/minecraft/textures/gui/title/background/panorama_overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+254 Bytes
resourcepacks/VXSK/assets/minecraft/textures/item/empty_armor_slot_boots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+259 Bytes
resourcepacks/VXSK/assets/minecraft/textures/item/empty_armor_slot_chestplate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+279 Bytes
resourcepacks/VXSK/assets/minecraft/textures/item/empty_armor_slot_helmet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+226 Bytes
resourcepacks/VXSK/assets/minecraft/textures/item/empty_armor_slot_leggings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+126 Bytes
resourcepacks/VXSK/assets/minecraft/textures/item/empty_armor_slot_shield.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+270 Bytes
resourcepacks/VXSK/assets/minecraft/textures/item/light_blue_bed.png
Oops, something went wrong.
Binary file added
BIN
+270 Bytes
resourcepacks/VXSK/assets/minecraft/textures/item/light_gray_bed.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"pack": { | ||
"pack_format": 12, | ||
"description": "Music for VOXELSHOCK" | ||
} | ||
} |
Oops, something went wrong.
File renamed without changes.