Skip to content

Commit

Permalink
New Office Concrete + Tiling Blocks
Browse files Browse the repository at this point in the history
- Added Capped Office Concrete + Large Blue Tiling
- Added Light Borderless Office Concrete + Black Tiling
- Refactored Bordered Office Concrete + Brown Tiling to Dark Borderless Office Concrete + Brown Tiling, and changed its side texture to match.
- Changed the side texture of the rocket turret and neurotoxin emitter to use the new dark borderless office concrete side
  • Loading branch information
Cart3r1234 committed Oct 2, 2023
1 parent c5d363e commit 6c87d37
Show file tree
Hide file tree
Showing 41 changed files with 309 additions and 62 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"variants": {
"":[ { "model": "portalcubed:block/capped_vertical_office_concrete" }


]




}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"variants": {
"":[ { "model": "portalcubed:block/dark_borderless_office_concrete" }


]




}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"variants": {
"":[ { "model": "portalcubed:block/light_borderless_office_concrete" }


]




}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"variants": {
"":[ { "model": "portalcubed:block/solid_office_concrete" }
"":[ { "model": "portalcubed:block/vertical_office_concrete" }


]
Expand Down
6 changes: 4 additions & 2 deletions src/main/resources/assets/portalcubed/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,10 @@
"block.portalcubed.portal_2_metal_grating": "Portal 2 Metal Grating",

"block.portalcubed.office_concrete": "Horizontal Office Concrete + Orange Tiling",
"block.portalcubed.solid_office_concrete": "Vertical Office Concrete + Blue Tiling",
"block.portalcubed.bordered_office_concrete": "Bordered Office Concrete + Brown Tiling",
"block.portalcubed.solid_office_concrete": "Vertical Office Concrete + Small Blue Tiling",
"block.portalcubed.capped_office_concrete": "Capped Vertical Office Concrete + Large Blue Tiling",
"block.portalcubed.dark_borderless_office_concrete": "Dark Borderless Office Concrete + Brown Tiling",
"block.portalcubed.light_borderless_office_concrete": "Light Borderless Office Concrete + Black Tiling",
"block.portalcubed.blue_office_concrete": "Blue Horizontal Office Concrete + Tread Plating",
"block.portalcubed.striped_office_concrete": "Striped Horizontal Office Concrete + Gray Tiling",

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"credit": "Made by Cart3r using Blockbench.",
"textures": {
"particle": "portalcubed:block/large_blue_office_tiles",
"end": "portalcubed:block/large_blue_office_tiles",
"side": "portalcubed:block/capped_vertical_office_concrete"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#end", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#end", "cullface": "down"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"thirdperson_lefthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"firstperson_righthand": {
"rotation": [0, 45, 0],
"scale": [0.4, 0.4, 0.4]
},
"firstperson_lefthand": {
"rotation": [0, 225, 0],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 3, 0],
"scale": [0.25, 0.25, 0.25]
},
"gui": {
"rotation": [30, 225, 0],
"scale": [0.625, 0.625, 0.625]
},
"fixed": {
"scale": [0.5, 0.5, 0.5]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"textures": {
"particle": "portalcubed:block/brown_office_tiles",
"end": "portalcubed:block/brown_office_tiles",
"side": "portalcubed:block/bordered_office_concrete"
"side": "portalcubed:block/dark_borderless_office_concrete"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"credit": "Made by Cart3r using Blockbench.",
"textures": {
"particle": "portalcubed:block/blue_office_tiles",
"end": "portalcubed:block/blue_office_tiles",
"side": "portalcubed:block/solid_office_concrete"
"particle": "portalcubed:block/black_office_tiles",
"end": "portalcubed:block/black_office_tiles",
"side": "portalcubed:block/light_borderless_office_concrete"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"textures": {
"0": "portalcubed:block/neurotoxin_emitter_vent",
"1": "portalcubed:block/neurotoxin_emitter_front",
"2": "portalcubed:block/dirty_borderless_panel",
"2": "portalcubed:block/dark_borderless_office_concrete",
"3": "portalcubed:block/neurotoxin_emitter_background",
"particle": "portalcubed:block/dirty_borderless_panel"
"particle": "portalcubed:block/dark_borderless_office_concrete"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"textures": {
"0": "portalcubed:block/neurotoxin_emitter_vent",
"1": "portalcubed:block/neurotoxin_emitter_front",
"2": "portalcubed:block/dirty_borderless_panel",
"2": "portalcubed:block/dark_borderless_office_concrete",
"3": "portalcubed:block/neurotoxin_emitter_background",
"particle": "portalcubed:block/dirty_borderless_panel"
"particle": "portalcubed:block/dark_borderless_office_concrete"
},
"elements": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,32 @@
"texture_size": [64, 64],
"textures": {
"0": "portalcubed:block/rocket_turret_inactive",
"1": "portalcubed:block/solid_office_concrete",
"2": "portalcubed:block/bordered_office_concrete",
"particle": "portalcubed:block/solid_office_concrete"
"1": "portalcubed:block/dark_borderless_office_concrete",
"particle": "portalcubed:block/dark_borderless_office_concrete"
},
"elements": [
{
"from": [0, 16, 0],
"to": [16, 17, 16],
"from": [-0.01, 15.99, -0.01],
"to": [16.01, 17.01, 16.01],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 8]},
"faces": {
"north": {"uv": [0, 0, 4, 0.25], "texture": "#0"},
"east": {"uv": [0, 0, 4, 0.25], "texture": "#0"},
"south": {"uv": [0, 0, 4, 0.25], "texture": "#0"},
"west": {"uv": [0, 0, 4, 0.25], "texture": "#0"},
"up": {"uv": [0, 0, 4, 4], "texture": "#0"}
"north": {"uv": [0.008, 0.008, 3.992, 0.242], "texture": "#0"},
"east": {"uv": [0.008, 0.008, 3.992, 0.242], "texture": "#0"},
"south": {"uv": [0.008, 0.008, 3.992, 0.242], "texture": "#0"},
"west": {"uv": [0.008, 0.008, 3.992, 0.242], "texture": "#0"},
"up": {"uv": [0.008, 0.008, 3.992, 3.992], "texture": "#0"}
}
},
{
"from": [1.97, 16.97, 1.97],
"to": [14.03, 18.03, 14.03],
"from": [1.96, 16.96, 1.96],
"to": [14.04, 18.04, 14.04],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 8]},
"faces": {
"north": {"uv": [0, 7, 3, 7.25], "texture": "#0"},
"east": {"uv": [3, 7, 6, 7.25], "texture": "#0"},
"south": {"uv": [6, 7, 9, 7.25], "texture": "#0"},
"west": {"uv": [9, 7, 12, 7.25], "texture": "#0"},
"up": {"uv": [6, 7, 3, 4], "texture": "#0"}
"north": {"uv": [0.008, 7.008, 2.992, 7.242], "texture": "#0"},
"east": {"uv": [3.008, 7.008, 5.992, 7.242], "texture": "#0"},
"south": {"uv": [6.008, 7.008, 8.992, 7.242], "texture": "#0"},
"west": {"uv": [9.008, 7.008, 11.992, 7.242], "texture": "#0"},
"up": {"uv": [5.992, 6.992, 3.008, 4.008], "texture": "#0"}
}
},
{
Expand All @@ -52,7 +51,7 @@
"east": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "west"},
"down": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "down"}
"down": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"}
}
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"credit": "Made by Cart3r using Blockbench.",
"textures": {
"particle": "portalcubed:block/small_blue_office_tiles",
"end": "portalcubed:block/small_blue_office_tiles",
"side": "portalcubed:block/vertical_office_concrete"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#end", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#end", "cullface": "down"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"thirdperson_lefthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"firstperson_righthand": {
"rotation": [0, 45, 0],
"scale": [0.4, 0.4, 0.4]
},
"firstperson_lefthand": {
"rotation": [0, 225, 0],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 3, 0],
"scale": [0.25, 0.25, 0.25]
},
"gui": {
"rotation": [30, 225, 0],
"scale": [0.625, 0.625, 0.625]
},
"fixed": {
"scale": [0.5, 0.5, 0.5]
}
}
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"parent": "portalcubed:block/capped_vertical_office_concrete"

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"parent": "portalcubed:block/dark_borderless_office_concrete"

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"parent": "portalcubed:block/light_borderless_office_concrete"

}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"texture_size": [64, 64],
"textures": {
"0": "portalcubed:block/rocket_turret_inactive",
"1": "portalcubed:block/solid_office_concrete",
"2": "portalcubed:block/bordered_office_concrete",
"1": "portalcubed:block/dark_borderless_office_concrete",
"particle": "portalcubed:block/rocket_turret_inactive"
},
"elements": [
Expand Down Expand Up @@ -78,7 +77,7 @@
"east": {"uv": [0.008, 0.008, 15.992, 15.992], "texture": "#1"},
"south": {"uv": [0.008, 0.008, 15.992, 15.992], "texture": "#1"},
"west": {"uv": [0.008, 0.008, 15.992, 15.992], "texture": "#1"},
"down": {"uv": [0.008, 0.008, 15.992, 15.992], "texture": "#2"}
"down": {"uv": [0.008, 0.008, 15.992, 15.992], "texture": "#1"}
}
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"parent": "portalcubed:block/solid_office_concrete"
"parent": "portalcubed:block/vertical_office_concrete"

}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/assets/portalcubed/textures/entity/computer.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: 3 additions & 1 deletion src/main/resources/data/c/tags/blocks/concrete.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
"minecraft:red_concrete",
"minecraft:black_concrete",
"portalcubed:office_concrete",
"portalcubed:bordered_office_concrete",
"portalcubed:light_borderless_office_concrete",
"portalcubed:dark_borderless_office_concrete",
"portalcubed:solid_office_concrete",
"portalcubed:capped_office_concrete",
"portalcubed:blue_office_concrete",
"portalcubed:striped_office_concrete"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@
"portalcubed:portal_1_elevator_wall_bottom",
"portalcubed:office_concrete",
"portalcubed:solid_office_concrete",
"portalcubed:bordered_office_concrete",
"portalcubed:capped_office_concrete",
"portalcubed:light_borderless_office_concrete",
"portalcubed:dark_borderless_office_concrete",
"portalcubed:striped_office_concrete",
"portalcubed:blue_office_concrete",
"portalcubed:old_ap_metal_grating",
Expand Down Expand Up @@ -195,4 +197,4 @@


]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"portalcubed:office_concrete_crafting",
"portalcubed:blue_office_concrete_crafting",
"portalcubed:solid_office_concrete_crafting",
"portalcubed:bordered_office_concrete_crafting",
"portalcubed:capped_office_concrete_crafting",
"portalcubed:light_borderless_office_concrete_crafting",
"portalcubed:dark_borderless_office_concrete_crafting",
"portalcubed:striped_office_concrete_crafting"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"entries": [
{
"type": "minecraft:item",
"name": "portalcubed:bordered_office_concrete"
"name": "portalcubed:capped_office_concrete"
}
],
"conditions": [
Expand Down
Loading

0 comments on commit 6c87d37

Please sign in to comment.