Skip to content

Commit

Permalink
Import files
Browse files Browse the repository at this point in the history
Credit for all files goes to Filmjolk from the Equanimity Resource Pack
  • Loading branch information
marcdif committed Nov 13, 2016
1 parent 558452c commit 16a5f9c
Show file tree
Hide file tree
Showing 1,714 changed files with 20,750 additions and 0 deletions.
Binary file added Palace logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ To use this with your client:
1. [Click here](https://github.com/ThePalaceMC/PalaceResourcePack/releases/latest "Latest")
2. Download the first .zip file.
3. Place the zip in your Minecraft Resource Pack folder.

******************************************************************************************
Credit to @William_Malo for allowing us to use resources from Equanimity
******************************************************************************************
17 changes: 17 additions & 0 deletions assets/minecraft/blockstates/acacia_fence.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"multipart": [
{ "apply": { "model": "acacia_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "acacia_fence_side", "uvlock": false }
},
{ "when": { "east": "true" },
"apply": { "model": "acacia_fence_side", "y": 90, "uvlock": false }
},
{ "when": { "south": "true" },
"apply": { "model": "acacia_fence_side", "y": 180, "uvlock": false }
},
{ "when": { "west": "true" },
"apply": { "model": "acacia_fence_side", "y": 270, "uvlock": false }
}
]
}
16 changes: 16 additions & 0 deletions assets/minecraft/blockstates/activator_rail.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"variants": {
"powered=false,shape=north_south": { "model": "activator_rail_flat" },
"powered=false,shape=east_west": { "model": "activator_rail_flat", "y": 90 },
"powered=false,shape=ascending_east": { "model": "activator_rail_raised_SW", "y": 270 },
"powered=false,shape=ascending_west": { "model": "activator_rail_raised_sw", "y": 90 },
"powered=false,shape=ascending_north": { "model": "activator_rail_raised_SW", "y": 180 },
"powered=false,shape=ascending_south": { "model": "activator_rail_raised_sw" },
"powered=true,shape=north_south": { "model": "activator_rail_active_flat" },
"powered=true,shape=east_west": { "model": "activator_rail_active_flat", "y": 90 },
"powered=true,shape=ascending_east": { "model": "activator_rail_active_raised_sw", "y": 270 },
"powered=true,shape=ascending_west": { "model": "activator_rail_active_raised_sw", "y": 90 },
"powered=true,shape=ascending_north": { "model": "activator_rail_active_raised_sw", "y": 180 },
"powered=true,shape=ascending_south": { "model": "activator_rail_active_raised_sw" }
}
}
17 changes: 17 additions & 0 deletions assets/minecraft/blockstates/birch_fence.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"multipart": [
{ "apply": { "model": "birch_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "birch_fence_side", "uvlock": false }
},
{ "when": { "east": "true" },
"apply": { "model": "birch_fence_side", "y": 90, "uvlock": false }
},
{ "when": { "south": "true" },
"apply": { "model": "birch_fence_side", "y": 180, "uvlock": false }
},
{ "when": { "west": "true" },
"apply": { "model": "birch_fence_side", "y": 270, "uvlock": false }
}
]
}
17 changes: 17 additions & 0 deletions assets/minecraft/blockstates/dark_oak_fence.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"multipart": [
{ "apply": { "model": "dark_oak_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "dark_oak_fence_side", "uvlock": false }
},
{ "when": { "east": "true" },
"apply": { "model": "dark_oak_fence_side", "y": 90, "uvlock": false }
},
{ "when": { "south": "true" },
"apply": { "model": "dark_oak_fence_side", "y": 180, "uvlock": false }
},
{ "when": { "west": "true" },
"apply": { "model": "dark_oak_fence_side", "y": 270, "uvlock": false }
}
]
}
16 changes: 16 additions & 0 deletions assets/minecraft/blockstates/detector_rail.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"variants": {
"powered=false,shape=north_south": { "model": "detector_rail_flat" },
"powered=false,shape=east_west": { "model": "detector_rail_flat", "y": 90 },
"powered=false,shape=ascending_east": { "model": "detector_rail_raised_sw", "y": 270 },
"powered=false,shape=ascending_west": { "model": "detector_rail_raised_sw", "y": 90 },
"powered=false,shape=ascending_north": { "model": "detector_rail_raised_sw", "y": 180 },
"powered=false,shape=ascending_south": { "model": "detector_rail_raised_sw" },
"powered=true,shape=north_south": { "model": "detector_rail_powered_flat" },
"powered=true,shape=east_west": { "model": "detector_rail_powered_flat", "y": 90 },
"powered=true,shape=ascending_east": { "model": "detector_rail_powered_raised_sw", "y": 270 },
"powered=true,shape=ascending_west": { "model": "detector_rail_powered_raised_sw", "y": 90 },
"powered=true,shape=ascending_north": { "model": "detector_rail_powered_raised_sw", "y": 180 },
"powered=true,shape=ascending_south": { "model": "detector_rail_powered_raised_sw" }
}
}
17 changes: 17 additions & 0 deletions assets/minecraft/blockstates/fence.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"multipart": [
{ "apply": { "model": "oak_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "oak_fence_side", "uvlock": false }
},
{ "when": { "east": "true" },
"apply": { "model": "oak_fence_side", "y": 90, "uvlock": false }
},
{ "when": { "south": "true" },
"apply": { "model": "oak_fence_side", "y": 180, "uvlock": false }
},
{ "when": { "west": "true" },
"apply": { "model": "oak_fence_side", "y": 270, "uvlock": false }
}
]
}
20 changes: 20 additions & 0 deletions assets/minecraft/blockstates/fence_gate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"variants": {
"facing=south,in_wall=false,open=false": { "model": "oak_fence_gate_closed" },
"facing=west,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "y": 90, "uvlock": true },
"facing=north,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "y": 180, "uvlock": true },
"facing=east,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "y": 270, "uvlock": true },
"facing=south,in_wall=false,open=true": { "model": "oak_fence_gate_open" },
"facing=west,in_wall=false,open=true": { "model": "oak_fence_gate_open", "y": 90, "uvlock": true },
"facing=north,in_wall=false,open=true": { "model": "oak_fence_gate_open", "y": 180, "uvlock": true },
"facing=east,in_wall=false,open=true": { "model": "oak_fence_gate_open", "y": 270, "uvlock": true },
"facing=south,in_wall=true,open=false": { "model": "oak_wall_gate_closed" },
"facing=west,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "y": 90, "uvlock": true },
"facing=north,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "y": 180, "uvlock": true },
"facing=east,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "y": 270, "uvlock": true },
"facing=south,in_wall=true,open=true": { "model": "oak_wall_gate_open" },
"facing=west,in_wall=true,open=true": { "model": "oak_wall_gate_open", "y": 90, "uvlock": true },
"facing=north,in_wall=true,open=true": { "model": "oak_wall_gate_open", "y": 180, "uvlock": true },
"facing=east,in_wall=true,open=true": { "model": "oak_wall_gate_open", "y": 270, "uvlock": true }
}
}
16 changes: 16 additions & 0 deletions assets/minecraft/blockstates/golden_rail.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"variants": {
"powered=false,shape=north_south": { "model": "golden_rail_flat" },
"powered=false,shape=east_west": { "model": "golden_rail_flat", "y": 90 },
"powered=false,shape=ascending_east": { "model": "golden_rail_raised_sw", "y": 270 },
"powered=false,shape=ascending_west": { "model": "golden_rail_raised_sw", "y": 90 },
"powered=false,shape=ascending_north": { "model": "golden_rail_raised_sw", "y": 180 },
"powered=false,shape=ascending_south": { "model": "golden_rail_raised_sw" },
"powered=true,shape=north_south": { "model": "golden_rail_active_flat" },
"powered=true,shape=east_west": { "model": "golden_rail_active_flat", "y": 90 },
"powered=true,shape=ascending_east": { "model": "golden_rail_active_raised_sw", "y": 270 },
"powered=true,shape=ascending_west": { "model": "golden_rail_active_raised_sw", "y": 90 },
"powered=true,shape=ascending_north": { "model": "golden_rail_active_raised_sw", "y": 180 },
"powered=true,shape=ascending_south": { "model": "golden_rail_active_raised_sw" }
}
}
33 changes: 33 additions & 0 deletions assets/minecraft/blockstates/grass.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"variants": {
"snowy=false": [
{ "model": "grass_normal", "weight": 100 },
{ "model": "grass_1_1", "weight": 100 },
{ "model": "grass_1_2", "weight": 100 },
{ "model": "grass_1_3", "weight": 100 },
{ "model": "grass_2_1", "weight": 100 },
{ "model": "grass_2_2", "weight": 100 },
{ "model": "grass_2_3", "weight": 100 },
{ "model": "grass_3_1", "weight": 100 },
{ "model": "grass_3_2", "weight": 100 },
{ "model": "grass_3_3", "weight": 100 },
{ "model": "grass_4_1", "weight": 100 },
{ "model": "grass_4_2", "weight": 100 },
{ "model": "grass_4_3", "weight": 100 },
{ "model": "grass_5_1", "weight": 100 },
{ "model": "grass_5_2", "weight": 100 },
{ "model": "grass_5_3", "weight": 100 },
{ "model": "grass_6_1", "weight": 100 },
{ "model": "grass_6_2", "weight": 100 },
{ "model": "grass_6_3", "weight": 100 },
{ "model": "grass_7_1", "weight": 100 },
{ "model": "grass_7_2", "weight": 100 },
{ "model": "grass_7_3", "weight": 100 },
{ "model": "grass_8_1", "weight": 100 },
{ "model": "grass_8_2", "weight": 100 },
{ "model": "grass_8_3", "weight": 100 }

],
"snowy=true": { "model": "grass_snowed" }
}
}
36 changes: 36 additions & 0 deletions assets/minecraft/blockstates/jungle_door.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"variants": {
"facing=south,half=lower,hinge=left,open=false": { "model": "jungle_door_bottom" },
"facing=west,half=lower,hinge=left,open=false": { "model": "jungle_door_bottom", "y": 90 },
"facing=north,half=lower,hinge=left,open=false": { "model": "jungle_door_bottom", "y": 180 },
"facing=east,half=lower,hinge=left,open=false": { "model": "jungle_door_bottom", "y": 270 },
"facing=south,half=lower,hinge=right,open=false": { "model": "jungle_door_bottom_rh" },
"facing=west,half=lower,hinge=right,open=false": { "model": "jungle_door_bottom_rh", "y": 90 },
"facing=north,half=lower,hinge=right,open=false": { "model": "jungle_door_bottom_rh", "y": 180 },
"facing=east,half=lower,hinge=right,open=false": { "model": "jungle_door_bottom_rh", "y": 270 },
"facing=south,half=lower,hinge=left,open=true": { "model": "jungle_door_bottom_rh", "y": 90 },
"facing=west,half=lower,hinge=left,open=true": { "model": "jungle_door_bottom_rh", "y": 180 },
"facing=north,half=lower,hinge=left,open=true": { "model": "jungle_door_bottom_rh", "y": 270 },
"facing=east,half=lower,hinge=left,open=true": { "model": "jungle_door_bottom_rh" },
"facing=south,half=lower,hinge=right,open=true": { "model": "jungle_door_bottom", "y": 270 },
"facing=west,half=lower,hinge=right,open=true": { "model": "jungle_door_bottom" },
"facing=north,half=lower,hinge=right,open=true": { "model": "jungle_door_bottom", "y": 90 },
"facing=east,half=lower,hinge=right,open=true": { "model": "jungle_door_bottom", "y": 180 },
"facing=south,half=upper,hinge=left,open=false": { "model": "jungle_door_top" },
"facing=west,half=upper,hinge=left,open=false": { "model": "jungle_door_top", "y": 90 },
"facing=north,half=upper,hinge=left,open=false": { "model": "jungle_door_top", "y": 180 },
"facing=east,half=upper,hinge=left,open=false": { "model": "jungle_door_top", "y": 270 },
"facing=south,half=upper,hinge=right,open=false": { "model": "jungle_door_top_rh" },
"facing=west,half=upper,hinge=right,open=false": { "model": "jungle_door_top_rh", "y": 90 },
"facing=north,half=upper,hinge=right,open=false": { "model": "jungle_door_top_rh", "y": 180 },
"facing=east,half=upper,hinge=right,open=false": { "model": "jungle_door_top_rh", "y": 270 },
"facing=south,half=upper,hinge=left,open=true": { "model": "jungle_door_top_rh", "y": 90 },
"facing=west,half=upper,hinge=left,open=true": { "model": "jungle_door_top_rh", "y": 180 },
"facing=north,half=upper,hinge=left,open=true": { "model": "jungle_door_top_rh", "y": 270 },
"facing=east,half=upper,hinge=left,open=true": { "model": "jungle_door_top_rh" },
"facing=south,half=upper,hinge=right,open=true": { "model": "jungle_door_top", "y": 270 },
"facing=west,half=upper,hinge=right,open=true": { "model": "jungle_door_top" },
"facing=north,half=upper,hinge=right,open=true": { "model": "jungle_door_top", "y": 90 },
"facing=east,half=upper,hinge=right,open=true": { "model": "jungle_door_top", "y": 180 }
}
}
17 changes: 17 additions & 0 deletions assets/minecraft/blockstates/jungle_fence.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"multipart": [
{ "apply": { "model": "jungle_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "jungle_fence_side", "uvlock": false }
},
{ "when": { "east": "true" },
"apply": { "model": "jungle_fence_side", "y": 90, "uvlock": false }
},
{ "when": { "south": "true" },
"apply": { "model": "jungle_fence_side", "y": 180, "uvlock": false }
},
{ "when": { "west": "true" },
"apply": { "model": "jungle_fence_side", "y": 270, "uvlock": false }
}
]
}
17 changes: 17 additions & 0 deletions assets/minecraft/blockstates/nether_brick_fence.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"multipart": [
{ "apply": { "model": "nether_brick_fence_post" }},
{ "when": { "north": true },
"apply": { "model": "nether_brick_fence_side", "uvlock": false }
},
{ "when": { "east": true },
"apply": { "model": "nether_brick_fence_side", "y": 90, "uvlock": false }
},
{ "when": { "south": true },
"apply": { "model": "nether_brick_fence_side", "y": 180, "uvlock": false }
},
{ "when": { "west": true },
"apply": { "model": "nether_brick_fence_side", "y": 270, "uvlock": false }
}
]
}
14 changes: 14 additions & 0 deletions assets/minecraft/blockstates/rail.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"variants": {
"shape=north_south": { "model": "normal_rail_flat" },
"shape=east_west": { "model": "normal_rail_flat", "y": 90 },
"shape=ascending_east": { "model": "normal_rail_raised_sw", "y": 270 },
"shape=ascending_west": { "model": "normal_rail_raised_sw", "y": 90 },
"shape=ascending_north": { "model": "normal_rail_raised_sw", "y": 180 },
"shape=ascending_south": { "model": "normal_rail_raised_sw" },
"shape=south_east": { "model": "normal_rail_curved" },
"shape=south_west": { "model": "normal_rail_curved", "y": 90 },
"shape=north_west": { "model": "normal_rail_curved", "y": 180 },
"shape=north_east": { "model": "normal_rail_curved", "y": 270 }
}
}
7 changes: 7 additions & 0 deletions assets/minecraft/blockstates/red_sand.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"normal": [
{ "model": "red_sand" }
]
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/blockstates/red_sandstone_double_slab.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"variants": {
"normal": { "model": "red_sandstone_double_slab" },
"all": { "model": "red_sandstone_all" }
}
}
9 changes: 9 additions & 0 deletions assets/minecraft/blockstates/redstone_torch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"variants": {
"facing=up": { "model": "lit_redstone_torch" },
"facing=east": { "model": "lit_redstone_torch_wall", "y": 180 },
"facing=south": { "model": "lit_redstone_torch_wall", "y": 270 },
"facing=west": { "model": "lit_redstone_torch_wall" },
"facing=north": { "model": "lit_redstone_torch_wall", "y": 90 }
}
}
49 changes: 49 additions & 0 deletions assets/minecraft/blockstates/redstone_wire.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"multipart": [
{ "when": { "OR": [
{"north": "none", "east": "none", "south": "none", "west": "none"},
{"north": "side|up", "east": "side|up" },
{"east": "side|up", "south": "side|up" },
{"south": "side|up", "west": "side|up"},
{"west": "side|up", "north": "side|up"}
]},
"apply": { "model": "redstone_dot" }
},
{ "when": { "OR": [
{ "north": "side|up" },
{ "north": "none", "east": "none", "south": "side|up", "west": "none" }
]},
"apply": { "model": "redstone_side0" }
},
{ "when": { "OR": [
{ "south": "side|up" },
{ "north": "side|up", "east": "none", "south": "none", "west": "none" }
]},
"apply": { "model": "redstone_side_alt0" }
},
{ "when": { "OR": [
{ "east": "side|up" },
{ "north": "none", "east": "none", "south": "none", "west": "side|up" }
]},
"apply": { "model": "redstone_side_alt1", "y": 270 }
},
{ "when": { "OR": [
{ "west": "side|up" },
{ "north": "none", "east": "side|up", "south": "none", "west": "none" }
]},
"apply": { "model": "redstone_side1", "y": 270 }
},
{ "when": { "north": "up" },
"apply": { "model": "redstone_up" }
},
{ "when": { "east": "up" },
"apply": { "model": "redstone_up", "y": 90 }
},
{ "when": { "south": "up" },
"apply": { "model": "redstone_up", "y": 180 }
},
{ "when": { "west": "up" },
"apply": { "model": "redstone_up", "y": 270 }
}
]
}
7 changes: 7 additions & 0 deletions assets/minecraft/blockstates/sand.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"normal": [
{ "model": "sand" }
]
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/blockstates/sandstone_double_slab.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"variants": {
"normal": { "model": "sandstone_double_slab" },
"all": { "model": "sandstone_all" }
}
}
17 changes: 17 additions & 0 deletions assets/minecraft/blockstates/spruce_fence.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"multipart": [
{ "apply": { "model": "spruce_fence_post" }},
{ "when": { "north": "true" },
"apply": { "model": "spruce_fence_side", "uvlock": false }
},
{ "when": { "east": "true" },
"apply": { "model": "spruce_fence_side", "y": 90, "uvlock": false }
},
{ "when": { "south": "true" },
"apply": { "model": "spruce_fence_side", "y": 180, "uvlock": false }
},
{ "when": { "west": "true" },
"apply": { "model": "spruce_fence_side", "y": 270, "uvlock": false }
}
]
}
7 changes: 7 additions & 0 deletions assets/minecraft/blockstates/stone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"normal": [
{ "model": "stone" }
]
}
}
Loading

0 comments on commit 16a5f9c

Please sign in to comment.