so many textures..

Next batch of texture polish and adjustment.
This commit is contained in:
Kryppers 2023-04-15 18:43:21 +01:00
parent 7374c9c059
commit bcc38b4559
33 changed files with 19 additions and 18 deletions

View file

@ -443,6 +443,7 @@ public class AllBlocks {
public static final BlockEntry<ClutchBlock> CLUTCH = REGISTRATE.block("clutch", ClutchBlock::new) public static final BlockEntry<ClutchBlock> CLUTCH = REGISTRATE.block("clutch", ClutchBlock::new)
.initialProperties(SharedProperties::stone) .initialProperties(SharedProperties::stone)
.addLayer(() -> RenderType::cutoutMipped)
.properties(BlockBehaviour.Properties::noOcclusion) .properties(BlockBehaviour.Properties::noOcclusion)
.properties(p -> p.color(MaterialColor.PODZOL)) .properties(p -> p.color(MaterialColor.PODZOL))
.transform(BlockStressDefaults.setNoImpact()) .transform(BlockStressDefaults.setNoImpact())
@ -454,6 +455,7 @@ public class AllBlocks {
public static final BlockEntry<GearshiftBlock> GEARSHIFT = REGISTRATE.block("gearshift", GearshiftBlock::new) public static final BlockEntry<GearshiftBlock> GEARSHIFT = REGISTRATE.block("gearshift", GearshiftBlock::new)
.initialProperties(SharedProperties::stone) .initialProperties(SharedProperties::stone)
.addLayer(() -> RenderType::cutoutMipped)
.properties(BlockBehaviour.Properties::noOcclusion) .properties(BlockBehaviour.Properties::noOcclusion)
.properties(p -> p.color(MaterialColor.PODZOL)) .properties(p -> p.color(MaterialColor.PODZOL))
.transform(BlockStressDefaults.setNoImpact()) .transform(BlockStressDefaults.setNoImpact())

View file

@ -22,8 +22,8 @@
}, },
{ {
"name": "Basin Interior", "name": "Basin Interior",
"from": [2, 16, 2], "from": [1.95, 16, 1.95],
"to": [14, 2, 14], "to": [14.05, 2, 14.05],
"faces": { "faces": {
"north": {"uv": [9, 0, 15, 7], "rotation": 180, "texture": "#1"}, "north": {"uv": [9, 0, 15, 7], "rotation": 180, "texture": "#1"},
"east": {"uv": [9, 0, 15, 7], "rotation": 180, "texture": "#1"}, "east": {"uv": [9, 0, 15, 7], "rotation": 180, "texture": "#1"},

View file

@ -4,7 +4,7 @@
"bearing_top": "create:block/bearing_top", "bearing_top": "create:block/bearing_top",
"particle": "create:block/mechanical_bearing_side", "particle": "create:block/mechanical_bearing_side",
"bearing_side": "create:block/mechanical_bearing_side", "bearing_side": "create:block/mechanical_bearing_side",
"brass_casing": "create:block/brass_casing" "brass_casing": "create:block/brass_block"
}, },
"elements": [ "elements": [
{ {
@ -12,12 +12,11 @@
"from": [6, 12, 16], "from": [6, 12, 16],
"to": [10, 14, 17], "to": [10, 14, 17],
"faces": { "faces": {
"north": {"uv": [3, 0, 7, 2], "texture": "#brass_casing"}, "east": {"uv": [10, 9, 11, 11], "texture": "#brass_casing"},
"east": {"uv": [7, 0, 8, 2], "texture": "#brass_casing"}, "south": {"uv": [6, 9, 10, 11], "texture": "#brass_casing"},
"south": {"uv": [6, 0, 10, 2], "texture": "#brass_casing"}, "west": {"uv": [5, 9, 6, 11], "texture": "#brass_casing"},
"west": {"uv": [8, 0, 9, 2], "texture": "#brass_casing"}, "up": {"uv": [6, 8, 10, 9], "texture": "#brass_casing"},
"up": {"uv": [6, 0, 10, 1], "texture": "#brass_casing"}, "down": {"uv": [6, 11, 10, 12], "texture": "#brass_casing"}
"down": {"uv": [6, 1, 10, 2], "texture": "#brass_casing"}
} }
}, },
{ {

View file

@ -26,7 +26,7 @@
{ {
"name": "RearBackPlate", "name": "RearBackPlate",
"from": [0.1, -5, 13], "from": [0.1, -5, 13],
"to": [15.9, -2, 16], "to": [15.9, -2, 15.9],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -8, 8]}, "rotation": {"angle": 0, "axis": "y", "origin": [7, -8, 8]},
"faces": { "faces": {
"north": {"uv": [0, 10, 16, 13], "texture": "#particle"}, "north": {"uv": [0, 10, 16, 13], "texture": "#particle"},

View file

@ -26,7 +26,7 @@
{ {
"name": "RearBackPlate", "name": "RearBackPlate",
"from": [0.1, -5, 13], "from": [0.1, -5, 13],
"to": [15.9, -2, 16], "to": [15.9, -2, 15.9],
"rotation": {"angle": 0, "axis": "y", "origin": [7, -8, 8]}, "rotation": {"angle": 0, "axis": "y", "origin": [7, -8, 8]},
"faces": { "faces": {
"north": {"uv": [0, 10, 16, 13], "texture": "#particle"}, "north": {"uv": [0, 10, 16, 13], "texture": "#particle"},

View file

@ -13,7 +13,7 @@
{ {
"name": "Top", "name": "Top",
"from": [0.1, -1, 12], "from": [0.1, -1, 12],
"to": [15.9, 2, 16], "to": [15.9, 2, 16.2],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 4]}, "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 4]},
"faces": { "faces": {
"north": {"uv": [0, 9, 16, 12], "texture": "#block"}, "north": {"uv": [0, 9, 16, 12], "texture": "#block"},

View file

@ -4,7 +4,7 @@
"textures": { "textures": {
"0": "create:block/axis", "0": "create:block/axis",
"6": "create:block/pinion_bottom", "6": "create:block/pinion_bottom",
"8": "create:block/bearing_top_wooden", "8": "create:block/bearing_top",
"9": "create:block/windmill_bearing_side", "9": "create:block/windmill_bearing_side",
"10": "create:block/pinion", "10": "create:block/pinion",
"opening": "create:block/gearbox", "opening": "create:block/gearbox",

View file

@ -5,7 +5,7 @@
"textures": { "textures": {
"0": "create:block/axis", "0": "create:block/axis",
"3": "create:block/cogwheel", "3": "create:block/cogwheel",
"8": "create:block/bearing_top_wooden", "8": "create:block/bearing_top",
"9": "create:block/windmill_bearing_side", "9": "create:block/windmill_bearing_side",
"10": "create:block/pinion", "10": "create:block/pinion",
"11": "create:block/axis_top", "11": "create:block/axis_top",

View file

@ -4,7 +4,7 @@
"textures": { "textures": {
"0": "create:block/axis", "0": "create:block/axis",
"6": "create:block/pinion_bottom", "6": "create:block/pinion_bottom",
"8": "create:block/bearing_top_wooden", "8": "create:block/bearing_top",
"9": "create:block/windmill_bearing_side", "9": "create:block/windmill_bearing_side",
"10": "create:block/pinion", "10": "create:block/pinion",
"opening": "create:block/gearbox", "opening": "create:block/gearbox",

View file

@ -4,7 +4,7 @@
"textures": { "textures": {
"3": "create:block/gearbox_top", "3": "create:block/gearbox_top",
"4": "create:block/gearbox", "4": "create:block/gearbox",
"6": "create:block/andesite_casing", "6": "create:block/pulley_top",
"particle": "create:block/pulley_rope" "particle": "create:block/pulley_rope"
}, },
"elements": [ "elements": [

View file

@ -8,8 +8,8 @@
"4": "create:block/gearbox", "4": "create:block/gearbox",
"5": "create:block/pulley_rope", "5": "create:block/pulley_rope",
"6": "create:block/pulley_magnet", "6": "create:block/pulley_magnet",
"8": "create:block/andesite_casing", "8": "create:block/pulley_top",
"particle": "create:block/andesite_casing" "particle": "create:block/pulley_top"
}, },
"elements": [ "elements": [
{ {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 425 B

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 433 B

After

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 433 B

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 860 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 892 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 841 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 890 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB