-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Created Golden Days Overlay, meant to put over other resource packs…
… and "beta-fy" them - Added usage files for the resource packs
- Loading branch information
1 parent
18acaa5
commit 86d4783
Showing
178 changed files
with
1,436 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This pack is meant to be put over Programmer Art and Golden Days Base |
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 @@ | ||
This pack is meant to be put over Programmer Art |
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": "block/dirt" } | ||
] | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
golden-days-overlay/assets/minecraft/blockstates/grass_block.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 @@ | ||
{ | ||
"variants": { | ||
"snowy=false": [ | ||
{ "model": "block/grass_block" } | ||
], | ||
"snowy=true": { "model": "block/grass_block_snow" } | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
golden-days-overlay/assets/minecraft/blockstates/netherrack.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": "block/netherrack" } | ||
] | ||
} | ||
} |
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": "block/sand" } | ||
] | ||
} | ||
} |
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": "block/stone" } | ||
] | ||
} | ||
} |
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,24 @@ | ||
{ | ||
"options.resourcepack": "Mods and Texture Packs...", | ||
"resourcePack.openFolder": "Open Texture Pack Folder", | ||
"resourcePack.title": "Select Texture Packs", | ||
"resourcePack.available.title": "Available Texture Packs", | ||
"resourcePack.selected.title": "Selected Texture Packs", | ||
"resourcePack.folderInfo": "(Place texture pack files here)", | ||
"block.minecraft.oak_sapling": "Sapling", | ||
"block.minecraft.oak_door": "Door", | ||
"block.minecraft.oak_log": "Wood", | ||
"block.minecraft.oak_leaves": "Leaves", | ||
"block.minecraft.grass": "Grass", | ||
"block.minecraft.fern": "Fern", | ||
"block.minecraft.dandelion": "Flower", | ||
"block.minecraft.poppy": "Rose", | ||
"block.minecraft.oak_sign": "Sign", | ||
"block.minecraft.stone_button": "Button", | ||
"block.minecraft.sugar_cane": "Reeds", | ||
"block.minecraft.oak_fence": "Fence", | ||
"block.minecraft.potted_oak_sapling": "Potted Sapling", | ||
"block.minecraft.potted_dandelion": "Potted Flower", | ||
"block.minecraft.potted_poppy": "Potted Rose", | ||
"container.chestDouble": "Large chest" | ||
} |
7 changes: 7 additions & 0 deletions
7
golden-days-overlay/assets/minecraft/models/block/acacia_leaves.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 @@ | ||
{ | ||
"parent": "block/leaves", | ||
"textures": { | ||
"all": "block/acacia_leaves", | ||
"particle": "block/acacia_leaves" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
golden-days-overlay/assets/minecraft/models/block/acacia_log.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 @@ | ||
{ | ||
"parent": "block/cube_column", | ||
"textures": { | ||
"end": "block/oak_log_top", | ||
"side": "block/acacia_log" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
golden-days-overlay/assets/minecraft/models/block/birch_leaves.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 @@ | ||
{ | ||
"parent": "block/leaves", | ||
"textures": { | ||
"all": "block/birch_leaves", | ||
"particle": "block/birch_leaves" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
golden-days-overlay/assets/minecraft/models/block/birch_log.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 @@ | ||
{ | ||
"parent": "block/cube_column", | ||
"textures": { | ||
"end": "block/oak_log_top", | ||
"side": "block/birch_log" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
golden-days-overlay/assets/minecraft/models/block/dark_oak_leaves.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 @@ | ||
{ | ||
"parent": "block/leaves", | ||
"textures": { | ||
"all": "block/dark_oak_leaves", | ||
"particle": "block/dark_oak_leaves" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
golden-days-overlay/assets/minecraft/models/block/dark_oak_log.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 @@ | ||
{ | ||
"parent": "block/cube_column", | ||
"textures": { | ||
"end": "block/oak_log_top", | ||
"side": "block/dark_oak_log" | ||
} | ||
} |
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 @@ | ||
{ | ||
"parent": "block/tinted_cross", | ||
"textures": { | ||
"cross": "block/grass" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
golden-days-overlay/assets/minecraft/models/block/jungle_leaves.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 @@ | ||
{ | ||
"parent": "block/leaves", | ||
"textures": { | ||
"all": "block/jungle_leaves", | ||
"particle": "block/jungle_leaves" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
golden-days-overlay/assets/minecraft/models/block/jungle_log.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 @@ | ||
{ | ||
"parent": "block/cube_column", | ||
"textures": { | ||
"end": "block/oak_log_top", | ||
"side": "block/jungle_log" | ||
} | ||
} |
81 changes: 81 additions & 0 deletions
81
golden-days-overlay/assets/minecraft/models/block/leaves.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,81 @@ | ||
{ | ||
"credit": "Made with Blockbench, a free, modern block model editor by JannisX11", | ||
"ambientocclusion": false, | ||
"elements": [ | ||
{ | ||
"name": "cube", | ||
"from": [0, 0, 0], | ||
"to": [16, 16, 16], | ||
"shade": true, | ||
"faces": { | ||
"north": { | ||
"uv": [0, 0, 16, 16], | ||
"texture": "#all", | ||
"tintindex": 0 | ||
}, | ||
"east": { | ||
"uv": [0, 0, 16, 16], | ||
"texture": "#all", | ||
"tintindex": 0 | ||
}, | ||
"south": { | ||
"uv": [0, 0, 16, 16], | ||
"texture": "#all", | ||
"tintindex": 0 | ||
}, | ||
"west": { | ||
"uv": [0, 0, 16, 16], | ||
"texture": "#all", | ||
"tintindex": 0 | ||
}, | ||
"up": { | ||
"uv": [0, 0, 16, 16], | ||
"texture": "#all", | ||
"tintindex": 0 | ||
}, | ||
"down": { | ||
"uv": [0, 0, 16, 16], | ||
"texture": "#all", | ||
"tintindex": 0 | ||
} | ||
} | ||
} | ||
], | ||
"display": { | ||
"thirdperson_righthand": { | ||
"scale": [0.375, 0.375, 0.375], | ||
"rotation": [75, 45, 0], | ||
"translation": [0, 2.5, 0] | ||
}, | ||
"thirdperson_lefthand": { | ||
"scale": [0.375, 0.375, 0.375], | ||
"rotation": [75, 45, 0], | ||
"translation": [0, 2.5, 0] | ||
}, | ||
"firstperson_righthand": { | ||
"scale": [0.4, 0.4, 0.4], | ||
"rotation": [0, 45, 0], | ||
"translation": [0, 0, 0] | ||
}, | ||
"firstperson_lefthand": { | ||
"scale": [0.4, 0.4, 0.4], | ||
"rotation": [0, 225, 0], | ||
"translation": [0, 0, 0] | ||
}, | ||
"ground": { | ||
"scale": [0.25, 0.25, 0.25], | ||
"rotation": [0, 0, 0], | ||
"translation": [0, 3, 0] | ||
}, | ||
"fixed": { | ||
"scale": [0.5, 0.5, 0.5], | ||
"rotation": [0, 0, 0], | ||
"translation": [0, 0, 0] | ||
}, | ||
"gui": { | ||
"scale": [0.625, 0.625, 0.625], | ||
"rotation": [30, 225, 0], | ||
"translation": [0, 0, 0] | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
golden-days-overlay/assets/minecraft/models/block/oak_leaves.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 @@ | ||
{ | ||
"parent": "block/leaves", | ||
"textures": { | ||
"all": "block/oak_leaves", | ||
"particle": "block/oak_leaves" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
golden-days-overlay/assets/minecraft/models/block/spruce_leaves.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 @@ | ||
{ | ||
"parent": "block/leaves", | ||
"textures": { | ||
"all": "block/spruce_leaves", | ||
"particle": "block/spruce_leaves" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
golden-days-overlay/assets/minecraft/models/block/spruce_log.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 @@ | ||
{ | ||
"parent": "block/cube_column", | ||
"textures": { | ||
"end": "block/oak_log_top", | ||
"side": "block/spruce_log" | ||
} | ||
} |
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,28 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "item/bow" | ||
}, | ||
"overrides": [ | ||
{ | ||
"predicate": { | ||
"pulling": 1 | ||
}, | ||
"model": "item/bow_pulling_0" | ||
}, | ||
{ | ||
"predicate": { | ||
"pulling": 1, | ||
"pull": 0.65 | ||
}, | ||
"model": "item/bow_pulling_1" | ||
}, | ||
{ | ||
"predicate": { | ||
"pulling": 1, | ||
"pull": 1.0 | ||
}, | ||
"model": "item/bow_pulling_2" | ||
} | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
golden-days-overlay/assets/minecraft/models/item/bow_pulling_0.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,6 @@ | ||
{ | ||
"parent": "item/bow", | ||
"textures": { | ||
"layer0": "item/bow" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
golden-days-overlay/assets/minecraft/models/item/bow_pulling_1.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,6 @@ | ||
{ | ||
"parent": "item/bow", | ||
"textures": { | ||
"layer0": "item/bow" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
golden-days-overlay/assets/minecraft/models/item/bow_pulling_2.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,6 @@ | ||
{ | ||
"parent": "item/bow", | ||
"textures": { | ||
"layer0": "item/bow" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
golden-days-overlay/assets/minecraft/models/item/generated.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,43 @@ | ||
{ | ||
"credit": "Made with Blockbench", | ||
"parent": "builtin/generated", | ||
"elements": [ | ||
{ | ||
"from": [0, 0, 7.5], | ||
"to": [16, 16, 8.5], | ||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 15.5]}, | ||
"color": 1, | ||
"faces": { | ||
"north": {"uv": [0, 0, 16, 16], "texture": "#missing"}, | ||
"east": {"uv": [0, 0, 1, 16], "texture": "#missing"}, | ||
"south": {"uv": [0, 0, 16, 16], "texture": "#missing"}, | ||
"west": {"uv": [0, 0, 1, 16], "texture": "#missing"}, | ||
"up": {"uv": [0, 0, 16, 1], "texture": "#missing"}, | ||
"down": {"uv": [0, 0, 16, 1], "texture": "#missing"} | ||
} | ||
} | ||
], | ||
"display": { | ||
"thirdperson_righthand": { | ||
"rotation": [16, -3, 23.5], | ||
"translation": [-1.75, 3, 2.5], | ||
"scale": [0.55, 0.55, 0.55] | ||
}, | ||
"firstperson_righthand": { | ||
"rotation": [0, -90, 25], | ||
"translation": [1.13, 3.2, 1.13], | ||
"scale": [0.68, 0.68, 0.68] | ||
}, | ||
"ground": { | ||
"translation": [0, 2, 0], | ||
"scale": [0.5, 0.5, 0.5] | ||
}, | ||
"head": { | ||
"rotation": [0, 180, 0], | ||
"translation": [0, 13, 7] | ||
}, | ||
"fixed": { | ||
"rotation": [0, 180, 0] | ||
} | ||
} | ||
} |
Oops, something went wrong.