Compare commits

..

No commits in common. "2c741b45c333c78806ff80901bf269f21db7dc58" and "d4636038cc96a1e92bbd1b964144fb13f713a4cf" have entirely different histories.

83 changed files with 197 additions and 224 deletions

View File

@ -1,5 +0,0 @@
#!/bin/bash
node ./base_with_mask.js block/matter_replicator_base block/matter_replicator_base_mask matter_replicator_base
node ./base_with_mask.js block/matter_replicator block/matter_replicator_mask matter_replicator

View File

@ -73,8 +73,8 @@ fun addBlockModels(provider: MatteryBlockModelProvider) {
coloredMachineCombined("matter_decomposer", listOf("texture", "particle"))
coloredMachineCombined("matter_recycler", listOf("0", "particle"))
colored("matter_replicator", "_idle", mapOf("1" to "matter_replicator_base", "particle" to "matter_replicator_base", "texture" to "matter_replicator"))
colored("matter_replicator", "_error", mapOf("1" to "matter_replicator_base", "particle" to "matter_replicator_base", "texture" to "matter_replicator"))
colored("matter_replicator", "_idle", mapOf("1" to "matter_replicator_base", "particle" to "matter_replicator_base", "texture" to "matter_replicator_offline"))
colored("matter_replicator", "_error", mapOf("1" to "matter_replicator_base", "particle" to "matter_replicator_base", "texture" to "matter_replicator_halted"))
colored("matter_replicator", "_working", mapOf("1" to "matter_replicator_base", "particle" to "matter_replicator_base", "texture" to "matter_replicator"))
colored("powered_smoker", "_idle", mapOf("0" to "powered_smoker_base", "1" to "powered_smoker_interior_0", "particle" to "powered_smoker_base"))

View File

@ -5,10 +5,8 @@
"texture_size": [32, 32],
"textures": {
"1": "overdrive_that_matters:block/matter_replicator_base",
"3": "overdrive_that_matters:block/machine_base",
"particle": "overdrive_that_matters:block/matter_replicator_base",
"texture": "overdrive_that_matters:block/matter_replicator",
"status": "overdrive_that_matters:block/matter_replicator_status"
"texture": "overdrive_that_matters:block/matter_replicator"
},
"elements": [
{
@ -19,9 +17,9 @@
"north": {"uv": [0, 2.5, 0.5, 8], "texture": "#texture"},
"east": {"uv": [0, 2.5, 8, 8], "texture": "#1"},
"south": {"uv": [15.5, 2.5, 16, 8], "texture": "#texture"},
"west": {"uv": [0, 9.5, 8, 15], "texture": "#1"},
"west": {"uv": [8, 9.5, 16, 15], "texture": "#1"},
"up": {"uv": [0, 8, 0.5, 16], "rotation": 180, "texture": "#1"},
"down": {"uv": [0, 0, 1, 16], "texture": "#3"}
"down": {"uv": [8, 8, 8.5, 16], "texture": "#1"}
}
},
{
@ -30,11 +28,168 @@
"to": [1, 11, 16],
"faces": {
"north": {"uv": [7.5, 2.5, 8, 8], "texture": "#texture"},
"east": {"uv": [0, 9.5, 8, 15], "texture": "#1"},
"south": {"uv": [8, 2.5, 8.5, 8], "texture": "#texture"},
"east": {"uv": [8, 9.5, 16, 15], "texture": "#1"},
"south": {"uv": [8, 2.5, 8.5, 8], "texture": "#1"},
"west": {"uv": [8, 2.5, 16, 8], "texture": "#1"},
"up": {"uv": [7.5, 8, 8, 16], "rotation": 180, "texture": "#1"},
"down": {"uv": [15, 0, 16, 16], "texture": "#3"}
"down": {"uv": [15.5, 8, 16, 16], "texture": "#1"}
}
},
{
"name": "controlpanel",
"from": [0, 11, 1],
"to": [8, 16, 6],
"faces": {
"north": {"uv": [4, 10.5, 8, 13], "texture": "#texture"},
"south": {"uv": [4, 13, 8, 15.5], "texture": "#texture"},
"west": {"uv": [8.5, 0, 11, 2.5], "texture": "#1"},
"up": {"uv": [4, 8, 8, 10.5], "texture": "#texture"}
}
},
{
"name": "computer",
"from": [8, 11, 0],
"to": [16, 16, 6],
"faces": {
"north": {"uv": [0, 0, 4, 2.5], "texture": "#texture"},
"east": {"uv": [5, 0, 8, 2.5], "texture": "#1"},
"south": {"uv": [0, 8.5, 4, 11], "rotation": 180, "texture": "#texture"},
"west": {"uv": [5, 0, 8, 2.5], "texture": "#1"},
"up": {"uv": [0, 8, 4, 11], "texture": "#texture"}
}
},
{
"name": "canisterlight",
"from": [5, 11, 11],
"to": [14, 15, 15],
"faces": {
"north": {"uv": [11, 0, 15.5, 2], "rotation": 180, "texture": "#texture"},
"south": {"uv": [11, 0, 15.5, 2], "texture": "#texture"},
"up": {"uv": [11, 0, 15.5, 2], "texture": "#texture"}
},
"neoforge_data": { "block_light": 15, "sky_light": 15 }
},
{
"name": "canister",
"from": [14, 11, 11],
"to": [15, 15, 15],
"faces": {
"north": {"uv": [15.5, 0, 16, 2], "rotation": 180, "texture": "#texture"},
"east": {"uv": [8, 0, 10, 2], "texture": "#texture"},
"south": {"uv": [15.5, 0, 16, 2], "texture": "#texture"},
"up": {"uv": [15.5, 0, 16, 2], "texture": "#texture"}
}
},
{
"name": "canister",
"from": [3, 11, 11],
"to": [5, 15, 15],
"faces": {
"north": {"uv": [10, 0, 11, 2], "rotation": 180, "texture": "#texture"},
"south": {"uv": [10, 0, 11, 2], "texture": "#texture"},
"west": {"uv": [8, 0, 10, 2], "texture": "#texture"},
"up": {"uv": [10, 0, 11, 2], "texture": "#texture"}
}
},
{
"name": "canister",
"from": [3, 11, 6],
"to": [5, 15, 10],
"faces": {
"south": {"uv": [10, 0, 11, 2], "texture": "#texture"},
"west": {"uv": [8, 0, 10, 2], "texture": "#texture"},
"up": {"uv": [10, 0, 11, 2], "texture": "#texture"},
"down": {"uv": [0, 0, 6, 1], "texture": "#missing"}
}
},
{
"name": "canisterlight",
"from": [5, 11, 6],
"to": [14, 15, 10],
"faces": {
"south": {"uv": [11, 0, 15.5, 2], "texture": "#texture"},
"up": {"uv": [11, 0, 15.5, 2], "texture": "#texture"},
"down": {"uv": [0, 0, 6, 1], "texture": "#missing"}
},
"neoforge_data": { "block_light": 15, "sky_light": 15 }
},
{
"name": "canister",
"from": [14, 11, 6],
"to": [15, 15, 10],
"faces": {
"east": {"uv": [8, 0, 10, 2], "texture": "#texture"},
"south": {"uv": [15.5, 0, 16, 2], "texture": "#texture"},
"up": {"uv": [15.5, 0, 16, 2], "texture": "#texture"},
"down": {"uv": [0, 0, 6, 1], "texture": "#missing"}
}
},
{
"name": "pipe",
"from": [0, 11, 7],
"to": [3, 14, 9],
"faces": {
"north": {"uv": [1, 12, 0, 13.5], "texture": "#texture"},
"south": {"uv": [0, 12, 1, 13.5], "texture": "#texture"},
"west": {"uv": [0, 12, 1, 13.5], "texture": "#texture"},
"up": {"uv": [0, 11, 1, 12], "texture": "#texture"}
}
},
{
"name": "pipe",
"from": [0, 11, 12],
"to": [3, 14, 14],
"faces": {
"north": {"uv": [1, 12, 0, 13.5], "texture": "#texture"},
"south": {"uv": [0, 12, 1, 13.5], "texture": "#texture"},
"west": {"uv": [0, 12, 1, 13.5], "texture": "#texture"},
"up": {"uv": [0, 11, 1, 12], "texture": "#texture"}
}
},
{
"name": "frame",
"from": [15.5, 11, 15],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 15, 2.5, 15.5], "rotation": 270, "texture": "#texture"},
"east": {"uv": [0, 15, 2.5, 15.5], "rotation": 270, "texture": "#texture"},
"south": {"uv": [0, 15, 2.5, 15.5], "rotation": 270, "texture": "#texture"},
"west": {"uv": [0, 15, 2.5, 15.5], "rotation": 270, "texture": "#texture"},
"up": {"uv": [2, 15, 2.5, 15.5], "texture": "#texture"}
}
},
{
"name": "frame",
"from": [15.5, 15, 6],
"to": [16, 16, 15],
"faces": {
"east": {"uv": [0, 15.5, 4.5, 16], "texture": "#texture"},
"west": {"uv": [0, 15.5, 4.5, 16], "texture": "#texture"},
"up": {"uv": [0, 15.5, 4.5, 16], "rotation": 90, "texture": "#texture"},
"down": {"uv": [0, 15.5, 4.5, 16], "rotation": 90, "texture": "#texture"}
}
},
{
"name": "frame",
"from": [0, 11, 15],
"to": [0.5, 16, 16],
"faces": {
"north": {"uv": [0, 15, 2.5, 15.5], "rotation": 270, "texture": "#texture"},
"east": {"uv": [0, 15, 2.5, 15.5], "rotation": 270, "texture": "#texture"},
"south": {"uv": [0, 15, 2.5, 15.5], "rotation": 270, "texture": "#texture"},
"west": {"uv": [0, 15, 2.5, 15.5], "rotation": 270, "texture": "#texture"},
"up": {"uv": [2, 15, 2.5, 15.5], "texture": "#texture"}
}
},
{
"name": "frame",
"from": [0, 15, 6],
"to": [0.5, 16, 15],
"faces": {
"east": {"uv": [0, 15.5, 4.5, 16], "texture": "#texture"},
"west": {"uv": [0, 15.5, 4.5, 16], "texture": "#texture"},
"up": {"uv": [0, 15.5, 4.5, 16], "rotation": 90, "texture": "#texture"},
"down": {"uv": [0, 15.5, 4.5, 16], "rotation": 90, "texture": "#texture"}
}
},
{
@ -44,8 +199,8 @@
"faces": {
"north": {"uv": [0.5, 7.5, 7.5, 8], "texture": "#texture"},
"south": {"uv": [8.5, 7.5, 15.5, 8], "texture": "#texture"},
"up": {"uv": [1.1, 0, 15.1, 16], "rotation": 180, "texture": "#3"},
"down": {"uv": [1, 0, 15, 16], "texture": "#3"}
"up": {"uv": [0.5, 8.5, 7.5, 15.5], "rotation": 180, "texture": "#1"},
"down": {"uv": [8.5, 8, 15.5, 16], "texture": "#1"}
}
},
{
@ -54,7 +209,7 @@
"to": [15, 11, 1],
"faces": {
"north": {"uv": [0.5, 2.5, 4, 4.5], "texture": "#texture"},
"south": {"uv": [4, 9, 0.5, 11], "texture": "#texture"},
"south": {"uv": [4, 2.5, 0.5, 4.5], "texture": "#texture"},
"west": {"uv": [3.5, 2.5, 4, 4.5], "texture": "#texture"},
"down": {"uv": [0.5, 4, 4, 4.5], "texture": "#texture"}
}
@ -65,6 +220,7 @@
"to": [8, 11, 1],
"faces": {
"north": {"uv": [4, 2.5, 7, 3.5], "texture": "#texture"},
"east": {"uv": [0, 0, 0.5, 0.5], "texture": "#missing"},
"south": {"uv": [4, 3, 7, 3.5], "rotation": 180, "texture": "#texture"},
"up": {"uv": [4, 15.5, 7.5, 16], "texture": "#1"},
"down": {"uv": [4, 3, 7, 3.5], "rotation": 180, "texture": "#texture"}
@ -106,7 +262,7 @@
"to": [15, 11, 15],
"faces": {
"up": {"uv": [0.5, 8.5, 7.5, 15.5], "rotation": 180, "texture": "#1"},
"down": {"uv": [1, 1, 15, 15], "texture": "#3"}
"down": {"uv": [8.5, 8.5, 15.5, 15.5], "texture": "#1"}
}
},
{
@ -114,16 +270,15 @@
"from": [1, 1, 15],
"to": [15, 11, 16],
"faces": {
"north": {"uv": [0.5, 9.5, 7.5, 14.5], "texture": "#1"},
"north": {"uv": [8.5, 9.5, 15.5, 14.5], "texture": "#1"},
"south": {"uv": [8.5, 2.5, 15.5, 7.5], "texture": "#texture"},
"up": {"uv": [0.5, 8, 7.5, 8.5], "texture": "#1"}
}
},
{
"name": "body",
"from": [2.5, 1, 2.5],
"to": [13.5, 2, 13.5],
"rotation": {"angle": 0, "axis": "y", "origin": [-0.5, 0, 0.5]},
"from": [3, 1, 3],
"to": [13, 2, 13],
"faces": {
"north": {"uv": [10.5, 13, 16, 13.5], "texture": "#texture"},
"east": {"uv": [10.5, 13, 16, 13.5], "texture": "#texture"},
@ -133,135 +288,15 @@
}
},
{
"name": "body",
"from": [2.5, 9, 2.5],
"to": [13.5, 10, 13.5],
"rotation": {"angle": 0, "axis": "y", "origin": [-0.5, 8, 0.5]},
"from": [-2, 10, 7.1],
"to": [0, 14, 8.9],
"rotation": {"angle": 22.5, "axis": "z", "origin": [0, 14, 8]},
"faces": {
"north": {"uv": [10.5, 13, 16, 13.5], "texture": "#texture"},
"east": {"uv": [10.5, 13, 16, 13.5], "texture": "#texture"},
"south": {"uv": [10.5, 13, 16, 13.5], "texture": "#texture"},
"west": {"uv": [10.5, 13, 16, 13.5], "texture": "#texture"},
"down": {"uv": [10.5, 8, 16, 13.5], "texture": "#texture"}
}
},
{
"name": "computer",
"from": [8, 11, 0],
"to": [16, 16, 6],
"faces": {
"north": {"uv": [0, 0, 4, 2.5], "texture": "#texture"},
"east": {"uv": [5, 0, 8, 2.5], "texture": "#1"},
"south": {"uv": [0, 8.5, 4, 11], "rotation": 180, "texture": "#texture"},
"west": {"uv": [5, 0, 8, 2.5], "texture": "#1"},
"up": {"uv": [0, 8, 4, 11], "texture": "#texture"}
}
},
{
"name": "controlpanel",
"from": [0, 11, 1],
"to": [8, 16, 6],
"faces": {
"north": {"uv": [4, 10.5, 8, 13], "texture": "#texture"},
"south": {"uv": [4, 13, 8, 15.5], "texture": "#texture"},
"west": {"uv": [8.5, 0, 11, 2.5], "texture": "#1"},
"up": {"uv": [4, 8, 8, 10.5], "texture": "#texture"}
}
},
{
"name": "shield",
"from": [0, 11, 6],
"to": [16, 16, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [0, 11, 6]},
"faces": {
"east": {"uv": [13.5, 13, 16, 8], "rotation": 90, "texture": "#1"},
"south": {"uv": [8, 8, 10.5, 16], "rotation": 90, "texture": "#1"},
"west": {"uv": [13.5, 8, 16, 13], "rotation": 90, "texture": "#1"},
"up": {"uv": [8, 8, 13, 16], "rotation": 270, "texture": "#1"}
}
},
{
"name": "canisterlight",
"from": [5, 11, 11],
"to": [14, 15, 15],
"faces": {
"north": {"uv": [11, 0, 15.5, 2], "rotation": 180, "texture": "#texture", "neoforge_data": {"block_light": 15}},
"south": {"uv": [11, 0, 15.5, 2], "texture": "#texture", "neoforge_data": {"block_light": 15}},
"up": {"uv": [11, 0, 15.5, 2], "texture": "#texture", "neoforge_data": {"block_light": 15}}
}
},
{
"name": "canisterlight",
"from": [5, 11, 6],
"to": [14, 15, 10],
"faces": {
"south": {"uv": [11, 0, 15.5, 2], "texture": "#texture", "neoforge_data": {"block_light": 15}},
"up": {"uv": [11, 0, 15.5, 2], "texture": "#texture", "neoforge_data": {"block_light": 15}},
"down": {"uv": [0, 0, 6, 1], "texture": "#missing", "neoforge_data": {"block_light": 15}}
}
},
{
"name": "canister",
"from": [3, 11, 6],
"to": [5, 15, 10],
"faces": {
"south": {"uv": [10, 0, 11, 2], "texture": "#texture"},
"west": {"uv": [8, 0, 10, 2], "texture": "#texture"},
"up": {"uv": [10, 0, 11, 2], "texture": "#texture"}
}
},
{
"name": "canister",
"from": [3, 11, 11],
"to": [5, 15, 15],
"faces": {
"north": {"uv": [10, 0, 11, 2], "rotation": 180, "texture": "#texture"},
"south": {"uv": [10, 0, 11, 2], "texture": "#texture"},
"west": {"uv": [8, 0, 10, 2], "texture": "#texture"},
"up": {"uv": [10, 0, 11, 2], "texture": "#texture"}
}
},
{
"name": "canister",
"from": [14, 11, 6],
"to": [15, 15, 10],
"faces": {
"east": {"uv": [8, 0, 10, 2], "texture": "#texture"},
"south": {"uv": [15.5, 0, 16, 2], "texture": "#texture"},
"up": {"uv": [15.5, 0, 16, 2], "texture": "#texture"}
}
},
{
"name": "canister",
"from": [14, 11, 11],
"to": [15, 15, 15],
"faces": {
"north": {"uv": [15.5, 0, 16, 2], "rotation": 180, "texture": "#texture"},
"east": {"uv": [8, 0, 10, 2], "texture": "#texture"},
"south": {"uv": [15.5, 0, 16, 2], "texture": "#texture"},
"up": {"uv": [15.5, 0, 16, 2], "texture": "#texture"}
}
},
{
"name": "pipe",
"from": [0, 11, 12],
"to": [3, 14, 14],
"faces": {
"north": {"uv": [1, 12, 0, 13.5], "texture": "#texture"},
"south": {"uv": [0, 12, 1, 13.5], "texture": "#texture"},
"west": {"uv": [0, 12, 1, 13.5], "texture": "#texture"},
"up": {"uv": [0, 11, 1, 12], "texture": "#texture"}
}
},
{
"name": "pipe",
"from": [0, 11, 7],
"to": [3, 14, 9],
"faces": {
"north": {"uv": [1, 12, 0, 13.5], "texture": "#texture"},
"south": {"uv": [0, 12, 1, 13.5], "texture": "#texture"},
"west": {"uv": [0, 12, 1, 13.5], "texture": "#texture"},
"up": {"uv": [0, 11, 1, 12], "texture": "#texture"}
"north": {"uv": [8.5, 9.5, 9.5, 11.5], "texture": "#texture"},
"south": {"uv": [8.5, 9.5, 9.5, 11.5], "texture": "#texture"},
"west": {"uv": [8.5, 9.5, 9.5, 11.5], "texture": "#texture"},
"up": {"uv": [8.5, 8.5, 9.5, 9.5], "texture": "#texture"},
"down": {"uv": [8.5, 11.5, 9.5, 12.5], "texture": "#texture"}
}
},
{
@ -279,78 +314,15 @@
},
{
"name": "pipestuff",
"from": [-2, 10, 7.1],
"to": [0, 14, 8.9],
"from": [-2, 10, 12.1],
"to": [0, 14, 13.9],
"rotation": {"angle": 22.5, "axis": "z", "origin": [0, 14, 8]},
"faces": {
"north": {"uv": [8.5, 9.5, 9.5, 11.5], "texture": "#texture"},
"south": {"uv": [8.5, 9.5, 9.5, 11.5], "texture": "#texture"},
"west": {"uv": [8.5, 9.5, 9.5, 11.5], "texture": "#texture"},
"up": {"uv": [8.5, 8.5, 9.5, 9.5], "texture": "#texture"},
"down": {"uv": [8.5, 11.5, 9.5, 12.5], "texture": "#texture"}
}
},
{
"name": "monitor",
"from": [9, 8, 0],
"to": [15, 13, 0],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 11, -2]},
"faces": {
"north": {"uv": [0, 3.2, 9.56, 11.14], "texture": "#status", "neoforge_data": {"block_light": 15}}
}
},
{
"name": "work_effect",
"from": [3, 4, 16.1],
"to": [13, 5, 16.1],
"rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 14.05]},
"faces": {
"south": {"uv": [0, 0, 16, 1.62], "texture": "#status", "neoforge_data": {"block_light": 15}}
}
},
{
"name": "work_effect",
"from": [11.5, 2.05, 3.5],
"to": [12.5, 2.05, 4.5],
"rotation": {"angle": 0, "axis": "y", "origin": [6.5, 5, 3.5]},
"faces": {
"up": {"uv": [13.2, 3.9, 15.3, 6], "texture": "#status", "neoforge_data": {"block_light": 15}}
}
},
{
"name": "work_effect",
"from": [3.5, 2.05, 3.5],
"to": [4.5, 2.05, 4.5],
"rotation": {"angle": 0, "axis": "y", "origin": [-1.5, 5, 3.5]},
"faces": {
"up": {"uv": [13.2, 3.9, 15.3, 6], "texture": "#status", "neoforge_data": {"block_light": 15}}
}
},
{
"name": "work_effect",
"from": [3.5, 2.05, 11.5],
"to": [4.5, 2.05, 12.5],
"rotation": {"angle": 0, "axis": "y", "origin": [-1.5, 5, 11.5]},
"faces": {
"up": {"uv": [13.2, 3.9, 15.3, 6], "texture": "#status", "neoforge_data": {"block_light": 15}}
}
},
{
"name": "work_effect",
"from": [11.5, 2.05, 11.5],
"to": [12.5, 2.05, 12.5],
"rotation": {"angle": 0, "axis": "y", "origin": [6.5, 5, 11.5]},
"faces": {
"up": {"uv": [13.2, 3.9, 15.3, 6], "texture": "#status", "neoforge_data": {"block_light": 15}}
}
},
{
"name": "work_effect",
"from": [3, 6, 16.1],
"to": [13, 7, 16.1],
"rotation": {"angle": 0, "axis": "y", "origin": [7, 9, 14.05]},
"faces": {
"south": {"uv": [0, 0, 16, 1.62], "texture": "#status", "neoforge_data": {"block_light": 15}}
"north": {"uv": [8.5, 13.75, 9.5, 14.75], "texture": "#texture"},
"south": {"uv": [8.5, 13.75, 9.5, 14.75], "texture": "#texture"},
"west": {"uv": [8.5, 13.75, 9.5, 14.75], "texture": "#texture"},
"up": {"uv": [8.5, 13.25, 9.5, 13.75], "texture": "#texture"},
"down": {"uv": [8.5, 14.75, 9.5, 15.25], "texture": "#texture"}
}
}
]

View File

@ -2,6 +2,8 @@
"parent": "overdrive_that_matters:block/matter_replicator",
"texture_size": [32, 32],
"textures": {
"status": "overdrive_that_matters:block/matter_replicator_status_halted"
"1": "overdrive_that_matters:block/matter_replicator_base",
"particle": "overdrive_that_matters:block/matter_replicator_base",
"texture": "overdrive_that_matters:block/matter_replicator_halted"
}
}

View File

@ -2,6 +2,8 @@
"parent": "overdrive_that_matters:block/matter_replicator",
"texture_size": [32, 32],
"textures": {
"status": "overdrive_that_matters:block/matter_replicator_status_offline"
"1": "overdrive_that_matters:block/matter_replicator_base",
"particle": "overdrive_that_matters:block/matter_replicator_base",
"texture": "overdrive_that_matters:block/matter_replicator_offline"
}
}

View File

@ -2,6 +2,8 @@
"parent": "overdrive_that_matters:block/matter_replicator",
"texture_size": [32, 32],
"textures": {
"status": "overdrive_that_matters:block/matter_replicator_status"
"1": "overdrive_that_matters:block/matter_replicator_base",
"particle": "overdrive_that_matters:block/matter_replicator_base",
"texture": "overdrive_that_matters:block/matter_replicator"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 739 B

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 727 B

After

Width:  |  Height:  |  Size: 459 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 786 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 787 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 537 B