Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
satellaview-dev committed Aug 11, 2023
1 parent 98cf047 commit 784ab0c
Show file tree
Hide file tree
Showing 91 changed files with 4,207 additions and 0 deletions.
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 resourcepacks/VXSK/assets/minecraft/lang/en_us.json

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions resourcepacks/VXSK/assets/minecraft/models/block/sugar_cane.json
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"}
}
}
]
}
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 resourcepacks/VXSK/assets/minecraft/models/item/blue_bed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/blue_bed"
}
}


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 resourcepacks/VXSK/assets/minecraft/models/item/cyan_bed.json
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 resourcepacks/VXSK/assets/minecraft/models/item/gray_bed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/gray_bed"
}
}


Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/green_bed"
}
}


Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/light_blue_bed"
}
}


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 resourcepacks/VXSK/assets/minecraft/models/item/lime_bed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/lime_bed"
}
}


Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/magenta_bed"
}
}


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 resourcepacks/VXSK/assets/minecraft/models/item/pink_bed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/pink_bed"
}
}


Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/purple_bed"
}
}


7 changes: 7 additions & 0 deletions resourcepacks/VXSK/assets/minecraft/models/item/red_bed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/red_bed"
}
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/white_bed"
}
}


Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/yellow_bed"
}
}


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 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.
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.
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.
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.
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.
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.
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.
6 changes: 6 additions & 0 deletions resourcepacks/VXSK/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 12,
"description": "Music for VOXELSHOCK"
}
}
Binary file added resourcepacks/VXSK/pack.png
File renamed without changes.

0 comments on commit 784ab0c

Please sign in to comment.