Skip to content

Commit

Permalink
revert redstone lamp overlay; fix chain, iron_bars, cut copper; add q…
Browse files Browse the repository at this point in the history
…uartz bricks, purpur block, deepslate tiles; remove minecart model
  • Loading branch information
null511 committed Dec 3, 2021
1 parent 38aa5d4 commit ba707ba
Show file tree
Hide file tree
Showing 131 changed files with 274 additions and 34 deletions.
34 changes: 34 additions & 0 deletions src/Oversized-BlueMap.pack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
edition: java
format: 7
description: CTM Expirement Pack
tags: BlueMap
encoding:
format: color
sampler: nearest
enable-palette: true
opacity: {}
color-red: {}
color-green: {}
color-blue: {}
height:
sampler: average
occlusion: {}
normal-x:
sampler: average
normal-y:
sampler: average
normal-z:
sampler: average
specular: {}
smooth: {}
rough: {}
metal: {}
f0: {}
porosity: {}
sss: {}
emissive: {}
block-texture-size: 64
item-texture-size: 64
texture-scale: 0.125
auto-generate-occlusion: false
bake-occlusion-to-color: true
48 changes: 48 additions & 0 deletions src/assets/minecraft/models/block/quartz_pillar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"parent": "block/block",
"ambientOcclusion": true,
"textures": {
"sides": "block/quartz_pillar",
"particle": "block/quartz_pillar"
},
"elements": [
{
"name": "North-South",
"from": [4.685, 0, 0],
"to": [11.315, 16, 16],
"faces": {
"north": {"uv": [8, 0, 16, 16], "texture": "#sides"},
"south": {"uv": [8, 0, 16, 16], "texture": "#sides"}
}
},
{
"name": "West-East",
"from": [0, 0, 4.685],
"to": [16, 16, 11.315],
"faces": {
"east": {"uv": [8, 0, 16, 16], "texture": "#sides"},
"west": {"uv": [8, 0, 16, 16], "texture": "#sides"}
}
},
{
"name": "NE-SW",
"from": [0, 0, 4.685],
"to": [16, 16, 11.315],
"rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"east": {"uv": [0, 0, 8, 16], "texture": "#sides"},
"west": {"uv": [0, 0, 8, 16], "texture": "#sides"}
}
},
{
"name": "NW-SE",
"from": [4.685, 0, 0],
"to": [11.315, 16, 16],
"rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"north": {"uv": [0, 0, 8, 16], "texture": "#sides"},
"south": {"uv": [0, 0, 8, 16], "texture": "#sides"}
}
}
]
}
6 changes: 6 additions & 0 deletions src/assets/minecraft/models/item/redstone_lamp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "block/redstone_lamp_on"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
format=fixed
color=251710
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
format=fixed
color=4a3c5b
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
format=fixed
color=4d3324
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
format=fixed
color=575b5b
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
format=fixed
color=3a2a24
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
format=fixed
color=4c532a
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
format=fixed
color=716d8a
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
format=fixed
color=876b62
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
format=fixed
color=687635
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
format=fixed
color=96586d
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
format=fixed
color=a15426
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
format=fixed
color=a2304f
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
format=fixed
color=764656
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
format=fixed
color=8f3d2f
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
format=fixed
color=d1b2a1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
format=fixed
color=ba8523
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
color:
scale-red: 0.8
scale-green: 0.8
scale-blue: 0.8
value-red: 207
value-green: 134
value-blue: 108
height:
shift: -0.2
scale: 0.2
Expand Down
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
height:
shift: -0.5
scale: 0.8
auto-level: false
edge-fade-x: 1
edge-fade-y: 1
ctm:
method: of-repeat
width: 4
height: 4
match-tiles: deepslate_tiles
placeholder: true
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://www.texturecan.com/details/286/
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
color:
preview-tint: c4864f
height:
shift: -0.4
scale: 0.18
edge-fade-x: 0.4
edge-fade-y: 0.4
smooth:
scale: 0.6
f0:
value: 0.053
ctm:
method: of-repeat
width: 2
height: 2
match-tiles: white_glazed_terracotta orange_glazed_terracotta magenta_glazed_terracotta light_blue_glazed_terracotta yellow_glazed_terracotta lime_glazed_terracotta pink_glazed_terracotta gray_glazed_terracotta light_gray_glazed_terracotta cyan_glazed_terracotta purple_glazed_terracotta blue_glazed_terracotta brown_glazed_terracotta green_glazed_terracotta red_glazed_terracotta black_glazed_terracotta
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://ambientcg.com/view?id=Tiles027
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.
19 changes: 19 additions & 0 deletions src/assets/minecraft/optifine/ctm/oversized/iron_bars/mat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
height:
shift: -0.48
scale: 0.15
auto-level: false
edge-fade-x: 0.7
edge-fade-y: 0.7
normal:
noise: 3
occlusion:
step-distance: 0.05
z-bias: 0.2
f0:
value: 0.03
ctm:
method: of-repeat
width: 2
height: 2
match-tiles: iron_bars
placeholder: true
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://ambientcg.com/view?id=MetalWalkway007
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://3dtextures.me/2019/05/15/metal-grill-003/
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
height:
scale: 0.2
scale: 0.1
edge-fade-x: 0.1
edge-fade-y: 0.1
normal:
noise: 2
method: sobel5
strength: 2
occlusion:
z-scale: 10
smooth:
scale: 0.85
metal:
value: 230
ctm:
method: of-repeat
width: 2
Expand Down
13 changes: 13 additions & 0 deletions src/assets/minecraft/optifine/ctm/oversized/purpur_block/mat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
height:
scale: 0.8
auto-level: true
smooth:
scale: 1.1
f0:
value: 0.087
ctm:
method: of-repeat
width: 2
height: 2
match-tiles: purpur_block
placeholder: true
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://www.texturecan.com/details/293/
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ rough:
scale: 2
f0:
value: 0.035
sss:
value: 0.06
ctm:
type: of-repeat
count-x: 2
count-y: 2
method: of-repeat
width: 2
height: 2
match-tiles: quartz_block_top quartz_block_bottom quartz_block_side
placeholder: true
18 changes: 18 additions & 0 deletions src/assets/minecraft/optifine/ctm/oversized/quartz_bricks/mat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
height:
value: 0
auto-level: false
normal:
noise: 0.8
smooth:
shift: -0.2
scale: 1.8
f0:
value: 0.05
sss:
value: 0.06
ctm:
method: of-repeat
width: 2
height: 2
match-tiles: quartz_bricks
placeholder: true
2 changes: 1 addition & 1 deletion src/assets/minecraft/optifine/ctm/oversized/wool/mat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ normal:
occlusion:
scale: 0.2
smooth:
scale: 0.1
scale: 2.5
ctm:
method: of-repeat
width: 2
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
height:
shift: -0.3
scale: 0.1
edge-fade-x: 1
edge-fade-y: 1
smooth:
scale: 0.9
f0:
value: 0.053
ctm:
method: of-repeat
width: 2
height: 2
match-tiles: yellow_glazed_terracotta
placeholder: true
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://ambientcg.com/view?id=Tiles027
24 changes: 12 additions & 12 deletions src/assets/minecraft/textures/block/chain/mat.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
wrap-x: false
wrap-y: true
alpha:
input:
texture: alpha
color: red
sampler: nearest
height:
value: 0
scale: 0
normal:
strength: 2
noise: 8
method: sobel3
strength: 3
occlusion:
z-bias: 0.8
z-scale: 5
step-distance: 0.04
z-bias: 0.2
z-scale: 8
smooth:
scale: 0.5
porosity:
value: 0
shift: -0.4
scale: 0.9
metal:
value: 230
ctm: {}
Binary file modified src/assets/minecraft/textures/block/chain/occlusion.png
10 changes: 8 additions & 2 deletions src/assets/minecraft/textures/block/quartz_pillar/mat.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
opacity:
value: 255
height:
shift: -0.1
scale: 0.24
Expand All @@ -11,3 +9,11 @@ f0:
porosity:
value: 0.3
ctm: {}
filters:
- name: left
width: 0.5
normal-curve-x: 90
- name: right
left: 0.5
width: 0.5
normal-curve-x: 90
14 changes: 14 additions & 0 deletions src/assets/minecraft/textures/block/redstone_lamp/.ignore/mat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
color:
value-red: 250
value-green: 250
value-blue: 250
height:
scale: 1.2
auto-level: false
normal:
method: sobel9
smooth:
value: 0.65
metal:
value: 230
ctm: {}
Binary file modified src/assets/minecraft/textures/block/redstone_lamp/height.png
14 changes: 4 additions & 10 deletions src/assets/minecraft/textures/block/redstone_lamp/mat.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
color:
value-red: 250
value-green: 250
value-blue: 250
normal:
method: sobel9
smooth:
value: 0.65
metal:
value: 230
height:
scale: 0.1
f0:
value: 0.04
ctm: {}
Binary file modified src/assets/minecraft/textures/block/redstone_lamp/occlusion.png
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://ambientcg.com/view?id=OfficeCeiling004

0 comments on commit ba707ba

Please sign in to comment.