Merge branch '1.14' into 'master'
1.14 See merge request dodsorfas/minecraft-datapacks!8
|
@ -1 +0,0 @@
|
|||
execute if entity @a[nbt={Sleeping:1b}] run function 1ps:internal_loop
|
|
@ -1,3 +1,3 @@
|
|||
time add 125
|
||||
execute as @a[nbt={SleepTimer:1s}] run tellraw @a [{"selector":"@s","color":"yellow"},{"text":" is now sleeping ","color":"yellow"}]
|
||||
execute if entity @a[nbt={SleepTimer:99s}] run weather clear 0
|
||||
execute as @a[nbt={SleepTimer:99s}] run function 1ps:skipday
|
||||
execute if entity @a[nbt={SleepTimer:100s}] run weather clear 0
|
|
@ -0,0 +1 @@
|
|||
scoreboard objectives add 1ps.dayTimer dummy
|
|
@ -0,0 +1 @@
|
|||
execute if entity @a[nbt=!{SleepTimer:0s}] run function 1ps:internal_loop
|
|
@ -0,0 +1,34 @@
|
|||
execute store result score @s 1ps.dayTimer run time query daytime
|
||||
|
||||
scoreboard players remove @s 1ps.dayTimer 24000
|
||||
|
||||
execute if entity @s[scores={1ps.dayTimer=..-16384}] run time add 16384
|
||||
execute if entity @s[scores={1ps.dayTimer=..-16384}] run scoreboard players add @s 1ps.dayTimer 16384
|
||||
execute if entity @s[scores={1ps.dayTimer=..-8192}] run time add 8192
|
||||
execute if entity @s[scores={1ps.dayTimer=..-8192}] run scoreboard players add @s 1ps.dayTimer 8192
|
||||
execute if entity @s[scores={1ps.dayTimer=..-4096}] run time add 4096
|
||||
execute if entity @s[scores={1ps.dayTimer=..-4096}] run scoreboard players add @s 1ps.dayTimer 4096
|
||||
execute if entity @s[scores={1ps.dayTimer=..-2048}] run time add 2048
|
||||
execute if entity @s[scores={1ps.dayTimer=..-2048}] run scoreboard players add @s 1ps.dayTimer 2048
|
||||
execute if entity @s[scores={1ps.dayTimer=..-1024}] run time add 1024
|
||||
execute if entity @s[scores={1ps.dayTimer=..-1024}] run scoreboard players add @s 1ps.dayTimer 1024
|
||||
execute if entity @s[scores={1ps.dayTimer=..-512}] run time add 512
|
||||
execute if entity @s[scores={1ps.dayTimer=..-512}] run scoreboard players add @s 1ps.dayTimer 512
|
||||
execute if entity @s[scores={1ps.dayTimer=..-256}] run time add 256
|
||||
execute if entity @s[scores={1ps.dayTimer=..-256}] run scoreboard players add @s 1ps.dayTimer 256
|
||||
execute if entity @s[scores={1ps.dayTimer=..-128}] run time add 128
|
||||
execute if entity @s[scores={1ps.dayTimer=..-128}] run scoreboard players add @s 1ps.dayTimer 128
|
||||
execute if entity @s[scores={1ps.dayTimer=..-64}] run time add 64
|
||||
execute if entity @s[scores={1ps.dayTimer=..-64}] run scoreboard players add @s 1ps.dayTimer 64
|
||||
execute if entity @s[scores={1ps.dayTimer=..-32}] run time add 32
|
||||
execute if entity @s[scores={1ps.dayTimer=..-32}] run scoreboard players add @s 1ps.dayTimer 32
|
||||
execute if entity @s[scores={1ps.dayTimer=..-16}] run time add 16
|
||||
execute if entity @s[scores={1ps.dayTimer=..-16}] run scoreboard players add @s 1ps.dayTimer 16
|
||||
execute if entity @s[scores={1ps.dayTimer=..-8}] run time add 8
|
||||
execute if entity @s[scores={1ps.dayTimer=..-8}] run scoreboard players add @s 1ps.dayTimer 8
|
||||
execute if entity @s[scores={1ps.dayTimer=..-4}] run time add 4
|
||||
execute if entity @s[scores={1ps.dayTimer=..-4}] run scoreboard players add @s 1ps.dayTimer 4
|
||||
execute if entity @s[scores={1ps.dayTimer=..-2}] run time add 2
|
||||
execute if entity @s[scores={1ps.dayTimer=..-2}] run scoreboard players add @s 1ps.dayTimer 2
|
||||
execute if entity @s[scores={1ps.dayTimer=..-1}] run time add 1
|
||||
execute if entity @s[scores={1ps.dayTimer=..-1}] run scoreboard players add @s 1ps.dayTimer 1
|
0
datapacks/1ps-1516729816-1/data/1ps/tags/functions/tick.json → datapacks/1ps-1556049967/data/1ps/tags/functions/tick.json
Executable file → Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": ["1ps:load"]
|
||||
}
|
0
datapacks/1ps-1516729816-1/pack.mcmeta → datapacks/1ps-1556049967/pack.mcmeta
Executable file → Normal file
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:smooth_quartz"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:quartz_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"type": "smelting",
|
||||
"ingredient": {"item": "minecraft:quartz_block"},
|
||||
"result": "minecraft:smooth_quartz"
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:smooth_red_sandstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:red_sandstone_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"type": "smelting",
|
||||
"ingredient": {"item": "minecraft:red_sandstone"},
|
||||
"result": "minecraft:smooth_red_sandstone"
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:smooth_sandstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:sandstone_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"type": "smelting",
|
||||
"ingredient": {"item": "minecraft:sandstone"},
|
||||
"result": "minecraft:smooth_sandstone"
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:smooth_stone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stone_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"type": "smelting",
|
||||
"ingredient": {"item": "minecraft:stone"},
|
||||
"result": "minecraft:smooth_stone"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"variants": {
|
||||
"age=25": { "model": "block/kelp_age_25" },
|
||||
"normal": { "model": "block/kelp" }
|
||||
}
|
||||
}
|
4
resourcepack/assets/minecraft/models/block/hopper_down.json → resourcepack/assets/minecraft/models/block/hopper.json
Executable file → Normal file
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/hopper_outside",
|
||||
"particle": "block/hopper_back",
|
||||
"top": "block/hopper_top",
|
||||
"side": "block/hopper_outside",
|
||||
"side": "block/hopper_back",
|
||||
"inside": "block/hopper_inside"
|
||||
},
|
||||
"elements": [
|
|
@ -1,234 +1,93 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/hopper_outside",
|
||||
"4": "block/hopper_outside_flipped",
|
||||
"top": "block/hopper_top",
|
||||
"side": "block/hopper_outside",
|
||||
"inside": "block/hopper_inside_side"
|
||||
"particle": "block/hopper_outside",
|
||||
"inside": "block/hopper_inside_side",
|
||||
"back": "block/hopper_back"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
0,
|
||||
10,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
16,
|
||||
11,
|
||||
16
|
||||
],
|
||||
"name": "Element",
|
||||
"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"
|
||||
}
|
||||
"north": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "east"},
|
||||
"south": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "west"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#inside", "cullface": "up"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#back"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
0,
|
||||
11,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
2,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"name": "Element",
|
||||
"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"
|
||||
}
|
||||
"north": {"uv": [14, 0, 16, 5], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [0, 0, 16, 5], "texture": "#back", "cullface": "up"},
|
||||
"south": {"uv": [0, 0, 2, 5], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [0, 0, 16, 5], "texture": "#4", "cullface": "west"},
|
||||
"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
14,
|
||||
11,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
16,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"name": "Element",
|
||||
"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"
|
||||
}
|
||||
"north": {"uv": [0, 0, 2, 5], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [0, 0, 16, 5], "texture": "#side", "cullface": "east"},
|
||||
"south": {"uv": [14, 0, 16, 5], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [0, 0, 16, 5], "texture": "#back", "cullface": "up"},
|
||||
"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
2,
|
||||
11,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
16,
|
||||
2
|
||||
],
|
||||
"name": "Element",
|
||||
"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"
|
||||
}
|
||||
"north": {"uv": [2, 0, 14, 5], "texture": "#back", "cullface": "north"},
|
||||
"south": {"uv": [2, 0, 14, 5], "texture": "#back", "cullface": "up"},
|
||||
"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
2,
|
||||
11,
|
||||
14
|
||||
],
|
||||
"to": [
|
||||
14,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"name": "Element",
|
||||
"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"
|
||||
}
|
||||
"north": {"uv": [2, 0, 14, 5], "texture": "#back", "cullface": "up"},
|
||||
"south": {"uv": [2, 0, 14, 5], "texture": "#back", "cullface": "south"},
|
||||
"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
4,
|
||||
4,
|
||||
4
|
||||
],
|
||||
"to": [
|
||||
12,
|
||||
10,
|
||||
12
|
||||
],
|
||||
"name": "Element",
|
||||
"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"
|
||||
}
|
||||
"north": {"uv": [4, 6, 12, 12], "texture": "#side"},
|
||||
"east": {"uv": [4, 6, 12, 12], "texture": "#side"},
|
||||
"south": {"uv": [4, 6, 12, 12], "texture": "#side"},
|
||||
"west": {"uv": [4, 6, 12, 12], "texture": "#side"},
|
||||
"down": {"uv": [4, 4, 12, 12], "texture": "#back"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
6,
|
||||
4,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
10,
|
||||
8,
|
||||
4
|
||||
],
|
||||
"name": "Element",
|
||||
"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"
|
||||
}
|
||||
"north": {"uv": [6, 8, 10, 12], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [12, 8, 16, 12], "texture": "#side"},
|
||||
"west": {"uv": [0, 8, 4, 12], "texture": "#side"},
|
||||
"up": {"uv": [6, 0, 10, 4], "texture": "#side"},
|
||||
"down": {"uv": [6, 12, 10, 16], "texture": "#back"}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/tinted_cross",
|
||||
"textures": {
|
||||
"particle": "block/kelp_age_25",
|
||||
"cross": "block/kelp_age_25"
|
||||
}
|
||||
}
|
|
@ -1,85 +0,0 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,135 +0,0 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,135 +0,0 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
8
resourcepack/assets/minecraft/models/block/piston_head_short_sticky.json
Executable file → Normal file
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"parent": "block/piston_head_short",
|
||||
"parent": "block/template_piston_head_short_sticky",
|
||||
"textures": {
|
||||
"unsticky": "block/piston_top_sticky",
|
||||
"unsticky": "block/piston_top",
|
||||
"side": "block/piston_side_sticky",
|
||||
"platform": "block/piston_top_sticky",
|
||||
"arm": "block/piston_side"
|
||||
"unsticky_side": "block/piston_side",
|
||||
"platform": "block/piston_top_sticky"
|
||||
}
|
||||
}
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"parent": "block/piston_head_different_arm_tex",
|
||||
"parent": "block/template_piston_head_sticky",
|
||||
"textures": {
|
||||
"unsticky": "block/piston_top_sticky",
|
||||
"side": "block/piston_side_sticky",
|
||||
"platform": "block/piston_top_sticky",
|
||||
"arm": "block/piston_side"
|
||||
"unsticky_side": "block/piston_side",
|
||||
"platform": "block/piston_top_sticky"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#stem"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, -1, 8 ],
|
||||
"to": [ 16, 7, 8 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem" },
|
||||
"south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, -1, 0 ],
|
||||
"to": [ 8, 7, 16 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem" },
|
||||
"east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, 0, 8 ],
|
||||
"to": [ 9, 16, 8 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 9, 0, 0, 16 ], "texture": "#upperstem" },
|
||||
"south": { "uv": [ 0, 0, 9, 16 ], "texture": "#upperstem" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#stem"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, -1, 8 ],
|
||||
"to": [ 16, 1, 8 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem" },
|
||||
"south": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, -1, 0 ],
|
||||
"to": [ 8, 1, 16 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem" },
|
||||
"east": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#stem"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, -1, 8 ],
|
||||
"to": [ 16, 3, 8 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" },
|
||||
"south": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, -1, 0 ],
|
||||
"to": [ 8, 3, 16 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" },
|
||||
"east": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#stem"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, -1, 8 ],
|
||||
"to": [ 16, 5, 8 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem" },
|
||||
"south": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, -1, 0 ],
|
||||
"to": [ 8, 5, 16 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem" },
|
||||
"east": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#stem"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, -1, 8 ],
|
||||
"to": [ 16, 7, 8 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem" },
|
||||
"south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, -1, 0 ],
|
||||
"to": [ 8, 7, 16 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem" },
|
||||
"east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#stem"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, -1, 8 ],
|
||||
"to": [ 16, 9, 8 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem" },
|
||||
"south": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, -1, 0 ],
|
||||
"to": [ 8, 9, 16 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem" },
|
||||
"east": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#stem"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, -1, 8 ],
|
||||
"to": [ 16, 11, 8 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem" },
|
||||
"south": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, -1, 0 ],
|
||||
"to": [ 8, 11, 16 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem" },
|
||||
"east": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#stem"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, -1, 8 ],
|
||||
"to": [ 16, 13, 8 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem" },
|
||||
"south": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, -1, 0 ],
|
||||
"to": [ 8, 13, 16 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem" },
|
||||
"east": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#stem"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, -1, 8 ],
|
||||
"to": [ 16, 15, 8 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem" },
|
||||
"south": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, -1, 0 ],
|
||||
"to": [ 8, 15, 16 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem" },
|
||||
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent": "block/piston",
|
||||
"parent": "block/template_piston",
|
||||
"textures": {
|
||||
"bottom": "block/piston_bottom",
|
||||
"side": "block/piston_side_sticky",
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"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": "#unsticky_side", "rotation": 90 },
|
||||
"up": { "uv": [ 4, 0, 16, 4 ], "texture": "#unsticky_side", "rotation": 270 },
|
||||
"west": { "uv": [ 16, 4, 4, 0 ], "texture": "#unsticky_side" },
|
||||
"east": { "uv": [ 4, 0, 16, 4 ], "texture": "#unsticky_side" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"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": "#unsticky_side", "rotation": 90 },
|
||||
"up": { "uv": [ 0, 0, 16, 4 ], "texture": "#unsticky_side", "rotation": 270 },
|
||||
"west": { "uv": [ 16, 4, 0, 0 ], "texture": "#unsticky_side" },
|
||||
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#unsticky_side" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,132 @@
|
|||
{
|
||||
"parent": "builtin/entity",
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [
|
||||
0,
|
||||
90,
|
||||
0
|
||||
],
|
||||
"translation": [
|
||||
10.51,
|
||||
6,
|
||||
-4
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [
|
||||
0,
|
||||
90,
|
||||
0
|
||||
],
|
||||
"translation": [
|
||||
10.51,
|
||||
6,
|
||||
12
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [
|
||||
0,
|
||||
180,
|
||||
5
|
||||
],
|
||||
"translation": [
|
||||
-10,
|
||||
-1,
|
||||
-10
|
||||
],
|
||||
"scale": [
|
||||
1.25,
|
||||
1.25,
|
||||
1.25
|
||||
]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [
|
||||
0,
|
||||
180,
|
||||
5
|
||||
],
|
||||
"translation": [
|
||||
10,
|
||||
-3,
|
||||
-10
|
||||
],
|
||||
"scale": [
|
||||
1.25,
|
||||
1.25,
|
||||
1.25
|
||||
]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [
|
||||
15,
|
||||
-25,
|
||||
-5
|
||||
],
|
||||
"translation": [
|
||||
2,
|
||||
3,
|
||||
0
|
||||
],
|
||||
"scale": [
|
||||
0.65,
|
||||
0.65,
|
||||
0.65
|
||||
]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [
|
||||
0,
|
||||
180,
|
||||
0
|
||||
],
|
||||
"translation": [
|
||||
-2,
|
||||
4,
|
||||
-5
|
||||
],
|
||||
"scale": [
|
||||
0.5,
|
||||
0.5,
|
||||
0.5
|
||||
]
|
||||
},
|
||||
"ground": {
|
||||
"rotation": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"translation": [
|
||||
4,
|
||||
4,
|
||||
2
|
||||
],
|
||||
"scale": [
|
||||
0.25,
|
||||
0.25,
|
||||
0.25
|
||||
]
|
||||
}
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"predicate": {
|
||||
"blocking": 1
|
||||
},
|
||||
"model": "item/shield_blocking"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,78 @@
|
|||
{
|
||||
"parent": "builtin/entity",
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [
|
||||
0,
|
||||
90,
|
||||
0
|
||||
],
|
||||
"translation": [
|
||||
10.51,
|
||||
6,
|
||||
-4
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [
|
||||
0,
|
||||
90,
|
||||
0
|
||||
],
|
||||
"translation": [
|
||||
10.51,
|
||||
6,
|
||||
12
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [ 0, 180, -5 ],
|
||||
"translation": [ -15, 2.25, -11 ],
|
||||
"scale": [ 1.25, 1.25, 1.25 ]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [
|
||||
0,
|
||||
180,
|
||||
-5
|
||||
],
|
||||
"translation": [
|
||||
5,
|
||||
4,
|
||||
-11
|
||||
],
|
||||
"scale": [
|
||||
1.25,
|
||||
1.25,
|
||||
1.25
|
||||
]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [
|
||||
15,
|
||||
-25,
|
||||
-5
|
||||
],
|
||||
"translation": [
|
||||
2,
|
||||
3,
|
||||
0
|
||||
],
|
||||
"scale": [
|
||||
0.65,
|
||||
0.65,
|
||||
0.65
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "block/sticky_piston_inventory"
|
||||
}
|
Before Width: | Height: | Size: 252 B |
Before Width: | Height: | Size: 264 B |
Before Width: | Height: | Size: 412 B |
Before Width: | Height: | Size: 387 B |
Before Width: | Height: | Size: 467 B |
Before Width: | Height: | Size: 452 B |
Before Width: | Height: | Size: 232 B |
Before Width: | Height: | Size: 294 B |
Before Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 456 B |
Before Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 201 B |
Before Width: | Height: | Size: 146 B After Width: | Height: | Size: 265 B |
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 341 B |
Before Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 446 B |
Before Width: | Height: | Size: 127 B |
Before Width: | Height: | Size: 177 B |
Before Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 385 B |
Before Width: | Height: | Size: 297 B |
Before Width: | Height: | Size: 274 B |
Before Width: | Height: | Size: 398 B |
Before Width: | Height: | Size: 491 B |
Before Width: | Height: | Size: 515 B |
Before Width: | Height: | Size: 468 B |
Before Width: | Height: | Size: 223 B |
Before Width: | Height: | Size: 280 B |
Before Width: | Height: | Size: 167 B |
Before Width: | Height: | Size: 242 B |
Before Width: | Height: | Size: 413 B |
Before Width: | Height: | Size: 328 B |
Before Width: | Height: | Size: 254 B |
Before Width: | Height: | Size: 266 B |
Before Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 458 B |
Before Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 203 B |
Before Width: | Height: | Size: 200 B |
Before Width: | Height: | Size: 189 B |
Before Width: | Height: | Size: 237 B |
Before Width: | Height: | Size: 138 B |
Before Width: | Height: | Size: 233 B |
Before Width: | Height: | Size: 323 B |
Before Width: | Height: | Size: 416 B |