add initial datapack
@ -11,9 +11,13 @@ build:
|
||||
- cd datapacks
|
||||
- mkdir out
|
||||
- find -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I '{}' sh -c 'cd {} && zip -r ../out/{} .'
|
||||
|
||||
- cd ../resourcepack
|
||||
- zip -r ../resourcepack-out/resourcepack .
|
||||
artifacts:
|
||||
paths:
|
||||
- ./datapacks/out
|
||||
- ./resourcepack-out
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
@ -33,4 +37,4 @@ deploy:
|
||||
|
||||
- ssh "$SERVER_HOST" mcrcon -H localhost -p minecraft "minecraft:reload"
|
||||
only:
|
||||
- master
|
||||
- master
|
||||
|
235
resourcepack/assets/minecraft/models/block/hopper_down.json
Executable file
@ -0,0 +1,235 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/hopper_outside",
|
||||
"top": "block/hopper_top",
|
||||
"side": "block/hopper_outside",
|
||||
"inside": "block/hopper_inside"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
0,
|
||||
10,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
16,
|
||||
11,
|
||||
16
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#inside"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
0,
|
||||
11,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
2,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#top"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
14,
|
||||
11,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
16,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#top"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
2,
|
||||
11,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
16,
|
||||
2
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#top"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
2,
|
||||
11,
|
||||
14
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#top"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
4,
|
||||
4,
|
||||
4
|
||||
],
|
||||
"to": [
|
||||
12,
|
||||
10,
|
||||
12
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
6,
|
||||
0,
|
||||
6
|
||||
],
|
||||
"to": [
|
||||
10,
|
||||
4,
|
||||
10
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
235
resourcepack/assets/minecraft/models/block/hopper_side.json
Executable file
@ -0,0 +1,235 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/hopper_outside",
|
||||
"top": "block/hopper_top",
|
||||
"side": "block/hopper_outside",
|
||||
"inside": "block/hopper_inside_side"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
0,
|
||||
10,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
16,
|
||||
11,
|
||||
16
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#inside"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
0,
|
||||
11,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
2,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#top"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
14,
|
||||
11,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
16,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#top"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
2,
|
||||
11,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
16,
|
||||
2
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#top"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
2,
|
||||
11,
|
||||
14
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#top"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
4,
|
||||
4,
|
||||
4
|
||||
],
|
||||
"to": [
|
||||
12,
|
||||
10,
|
||||
12
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
6,
|
||||
4,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
10,
|
||||
8,
|
||||
4
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
86
resourcepack/assets/minecraft/models/block/observer.json
Executable file
@ -0,0 +1,86 @@
|
||||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"bottom": "block/observer_back",
|
||||
"side": "block/observer_side",
|
||||
"top": "block/observer_top",
|
||||
"front": "block/observer_front",
|
||||
"particle": "block/observer_front"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
16,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"texture": "#top",
|
||||
"cullface": "down"
|
||||
},
|
||||
"up": {
|
||||
"uv": [
|
||||
0,
|
||||
16,
|
||||
16,
|
||||
0
|
||||
],
|
||||
"texture": "#top",
|
||||
"cullface": "up"
|
||||
},
|
||||
"north": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"texture": "#front",
|
||||
"cullface": "north"
|
||||
},
|
||||
"south": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"texture": "#bottom",
|
||||
"cullface": "south"
|
||||
},
|
||||
"west": {
|
||||
"uv": [
|
||||
16,
|
||||
16,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"texture": "#side",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [
|
||||
0,
|
||||
16,
|
||||
16,
|
||||
0
|
||||
],
|
||||
"texture": "#side",
|
||||
"cullface": "east"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
85
resourcepack/assets/minecraft/models/block/observer_on.json
Normal file
@ -0,0 +1,85 @@
|
||||
{
|
||||
"parent": "block/observer",
|
||||
"textures": {
|
||||
"bottom": "block/observer_back_on",
|
||||
"front": "block/observer_front_powered",
|
||||
"side": "block/observer_side_powered",
|
||||
"top": "block/observer_top_powered"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
16,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"texture": "#top",
|
||||
"cullface": "down"
|
||||
},
|
||||
"up": {
|
||||
"uv": [
|
||||
0,
|
||||
16,
|
||||
16,
|
||||
0
|
||||
],
|
||||
"texture": "#top",
|
||||
"cullface": "up"
|
||||
},
|
||||
"north": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"texture": "#front",
|
||||
"cullface": "north"
|
||||
},
|
||||
"south": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"texture": "#bottom",
|
||||
"cullface": "south"
|
||||
},
|
||||
"west": {
|
||||
"uv": [
|
||||
16,
|
||||
16,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"texture": "#side",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [
|
||||
0,
|
||||
16,
|
||||
16,
|
||||
0
|
||||
],
|
||||
"texture": "#side",
|
||||
"cullface": "east"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
85
resourcepack/assets/minecraft/models/block/observer_powered.json
Executable file
@ -0,0 +1,85 @@
|
||||
{
|
||||
"parent": "block/observer",
|
||||
"textures": {
|
||||
"bottom": "block/observer_back_on",
|
||||
"front": "block/observer_front_powered",
|
||||
"side": "block/observer_side_powered",
|
||||
"top": "block/observer_top_powered"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
16,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"texture": "#top",
|
||||
"cullface": "down"
|
||||
},
|
||||
"up": {
|
||||
"uv": [
|
||||
0,
|
||||
16,
|
||||
16,
|
||||
0
|
||||
],
|
||||
"texture": "#top",
|
||||
"cullface": "up"
|
||||
},
|
||||
"north": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"texture": "#front",
|
||||
"cullface": "north"
|
||||
},
|
||||
"south": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"texture": "#bottom",
|
||||
"cullface": "south"
|
||||
},
|
||||
"west": {
|
||||
"uv": [
|
||||
16,
|
||||
16,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"texture": "#side",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [
|
||||
0,
|
||||
16,
|
||||
16,
|
||||
0
|
||||
],
|
||||
"texture": "#side",
|
||||
"cullface": "east"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
135
resourcepack/assets/minecraft/models/block/piston_head_different_arm_tex.json
Executable file
@ -0,0 +1,135 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "#platform"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
16,
|
||||
16,
|
||||
4
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
4
|
||||
],
|
||||
"texture": "#side",
|
||||
"cullface": "down",
|
||||
"rotation": 180
|
||||
},
|
||||
"up": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
4
|
||||
],
|
||||
"texture": "#side",
|
||||
"cullface": "up"
|
||||
},
|
||||
"north": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"texture": "#platform",
|
||||
"cullface": "north"
|
||||
},
|
||||
"south": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"texture": "#unsticky"
|
||||
},
|
||||
"west": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
4
|
||||
],
|
||||
"texture": "#side",
|
||||
"rotation": 270,
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
4
|
||||
],
|
||||
"texture": "#side",
|
||||
"rotation": 90,
|
||||
"cullface": "east"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
6,
|
||||
6,
|
||||
4
|
||||
],
|
||||
"to": [
|
||||
10,
|
||||
10,
|
||||
20
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
4
|
||||
],
|
||||
"texture": "#arm",
|
||||
"rotation": 90
|
||||
},
|
||||
"up": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
4
|
||||
],
|
||||
"texture": "#arm",
|
||||
"rotation": 270
|
||||
},
|
||||
"west": {
|
||||
"uv": [
|
||||
16,
|
||||
4,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"texture": "#arm"
|
||||
},
|
||||
"east": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
4
|
||||
],
|
||||
"texture": "#arm"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,135 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "#platform"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
16,
|
||||
16,
|
||||
4
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
4
|
||||
],
|
||||
"texture": "#side",
|
||||
"cullface": "down",
|
||||
"rotation": 180
|
||||
},
|
||||
"up": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
4
|
||||
],
|
||||
"texture": "#side",
|
||||
"cullface": "up"
|
||||
},
|
||||
"north": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"texture": "#platform",
|
||||
"cullface": "north"
|
||||
},
|
||||
"south": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"texture": "#unsticky"
|
||||
},
|
||||
"west": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
4
|
||||
],
|
||||
"texture": "#side",
|
||||
"rotation": 270,
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
4
|
||||
],
|
||||
"texture": "#side",
|
||||
"rotation": 90,
|
||||
"cullface": "east"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
6,
|
||||
6,
|
||||
4
|
||||
],
|
||||
"to": [
|
||||
10,
|
||||
10,
|
||||
16
|
||||
],
|
||||
"faces": {
|
||||
"down": {
|
||||
"uv": [
|
||||
4,
|
||||
0,
|
||||
16,
|
||||
4
|
||||
],
|
||||
"texture": "#arm",
|
||||
"rotation": 90
|
||||
},
|
||||
"up": {
|
||||
"uv": [
|
||||
4,
|
||||
0,
|
||||
16,
|
||||
4
|
||||
],
|
||||
"texture": "#arm",
|
||||
"rotation": 270
|
||||
},
|
||||
"west": {
|
||||
"uv": [
|
||||
16,
|
||||
4,
|
||||
4,
|
||||
0
|
||||
],
|
||||
"texture": "#arm"
|
||||
},
|
||||
"east": {
|
||||
"uv": [
|
||||
4,
|
||||
0,
|
||||
16,
|
||||
4
|
||||
],
|
||||
"texture": "#arm"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
9
resourcepack/assets/minecraft/models/block/piston_head_short_sticky.json
Executable file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"parent": "block/piston_head_short",
|
||||
"textures": {
|
||||
"unsticky": "block/piston_top_sticky",
|
||||
"side": "block/piston_side_sticky",
|
||||
"platform": "block/piston_top_sticky",
|
||||
"arm": "block/piston_side"
|
||||
}
|
||||
}
|
9
resourcepack/assets/minecraft/models/block/piston_head_sticky.json
Executable file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"parent": "block/piston_head_different_arm_tex",
|
||||
"textures": {
|
||||
"unsticky": "block/piston_top_sticky",
|
||||
"side": "block/piston_side_sticky",
|
||||
"platform": "block/piston_top_sticky",
|
||||
"arm": "block/piston_side"
|
||||
}
|
||||
}
|
8
resourcepack/assets/minecraft/models/block/piston_inventory_sticky.json
Executable file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/cube_bottom_top",
|
||||
"textures": {
|
||||
"bottom": "block/piston_bottom",
|
||||
"side": "block/piston_side_sticky",
|
||||
"top": "block/piston_top_sticky"
|
||||
}
|
||||
}
|
8
resourcepack/assets/minecraft/models/block/sticky_piston.json
Executable file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/piston",
|
||||
"textures": {
|
||||
"bottom": "block/piston_bottom",
|
||||
"side": "block/piston_side_sticky",
|
||||
"platform": "block/piston_top_sticky"
|
||||
}
|
||||
}
|
BIN
resourcepack/assets/minecraft/sounds/ambient/weather/rain1.ogg
Executable file
BIN
resourcepack/assets/minecraft/sounds/ambient/weather/rain2.ogg
Executable file
BIN
resourcepack/assets/minecraft/sounds/ambient/weather/rain3.ogg
Executable file
BIN
resourcepack/assets/minecraft/sounds/ambient/weather/rain4.ogg
Executable file
BIN
resourcepack/assets/minecraft/sounds/ambient/weather/rain5.ogg
Executable file
BIN
resourcepack/assets/minecraft/sounds/ambient/weather/rain6.ogg
Executable file
BIN
resourcepack/assets/minecraft/sounds/ambient/weather/rain7.ogg
Executable file
BIN
resourcepack/assets/minecraft/sounds/ambient/weather/rain8.ogg
Executable file
BIN
resourcepack/assets/minecraft/textures/block/hopper_inside_side.png
Executable file
After Width: | Height: | Size: 17 KiB |
BIN
resourcepack/assets/minecraft/textures/block/observer_front.png
Executable file
After Width: | Height: | Size: 331 B |
BIN
resourcepack/assets/minecraft/textures/block/observer_front_powered.png
Executable file
After Width: | Height: | Size: 337 B |
BIN
resourcepack/assets/minecraft/textures/block/observer_side.png
Executable file
After Width: | Height: | Size: 301 B |
BIN
resourcepack/assets/minecraft/textures/block/observer_side_powered.png
Executable file
After Width: | Height: | Size: 303 B |
BIN
resourcepack/assets/minecraft/textures/block/observer_top.png
Executable file
After Width: | Height: | Size: 366 B |
BIN
resourcepack/assets/minecraft/textures/block/observer_top_powered.png
Executable file
After Width: | Height: | Size: 404 B |
BIN
resourcepack/assets/minecraft/textures/block/piston_side_sticky.png
Executable file
After Width: | Height: | Size: 822 B |
BIN
resourcepack/assets/minecraft/textures/entity/iron_golem.png
Executable file
After Width: | Height: | Size: 3.0 KiB |
BIN
resourcepack/assets/minecraft/textures/environment/rain.png
Executable file
After Width: | Height: | Size: 1.6 KiB |
BIN
resourcepack/assets/minecraft/textures/gui/icons.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
resourcepack/assets/minecraft/textures/particle/particles.png
Executable file
After Width: | Height: | Size: 5.0 KiB |
6
resourcepack/pack.mcmeta
Executable file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 4,
|
||||
"description": "Dodsorfas Resourcepack"
|
||||
}
|
||||
}
|