Skip to content

Commit

Permalink
fix release; add lots of things
Browse files Browse the repository at this point in the history
  • Loading branch information
null511 committed Sep 25, 2022
1 parent 59188e4 commit 66a6929
Show file tree
Hide file tree
Showing 259 changed files with 1,427 additions and 144 deletions.
34 changes: 24 additions & 10 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,39 @@ jobs:
release_name: Release ${{ github.run_number }}
draft: true

publish_labPbr_16x:
name: Publish LabPbr-16x
publish_labPbr:
name: Publish LabPbr
runs-on: ubuntu-latest
needs: [prepare_release]
env:
release_filename: Create-LabPbr-16x-v${{ github.run_number }}.zip
steps:
- uses: actions/checkout@v2
- name: Compile LabPbr-16x
- name: Compile LabPbr
uses: null511/PixelGraph.GitHubAction@main
with:
profile: src/LabPbr-16x.pack.yml
zip: ${{ env.release_filename }}
- name: Release LabPbr-16x
project: src/project.yml
profile: Create LabPbr
zip: Create-LabPbr-v${{ github.run_number }}.zip
- name: Release LabPbr
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.prepare_release.outputs.upload_url }}
asset_path: ./${{ env.release_filename }}
asset_name: ${{ env.release_filename }}
asset_path: ./Create-LabPbr-v${{ github.run_number }}.zip
asset_name: Create-LabPbr-v${{ github.run_number }}.zip
asset_content_type: application/zip
- name: Compile LabPbr WoodTracks
uses: null511/PixelGraph.GitHubAction@main
with:
project: src-wood-track/project.yml
profile: Create LabPbr Wood Tracks
zip: Create-LabPbr-WoodTracks-v${{ github.run_number }}.zip
- name: Release LabPbr-WoodTracks
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.prepare_release.outputs.upload_url }}
asset_path: ./Create-LabPbr-WoodTracks-v${{ github.run_number }}.zip
asset_name: Create-LabPbr-WoodTracks-v${{ github.run_number }}.zip
asset_content_type: application/zip
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
@@ -1 +1,9 @@
{}
texture-size: 16
model: create:block/adjustable_chain_gearshift_single
normal:
curve-x: 90
curve-y: 90
radius-x: 0.2
radius-y: 0.2
method: sobel-low
strength: 2
Binary file not shown.
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
@@ -1 +1,9 @@
{}
texture-size: 16
model: create:block/adjustable_chain_gearshift_single_powered
normal:
curve-x: 90
curve-y: 90
radius-x: 0.2
radius-y: 0.2
method: sobel-low
strength: 2
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/analog_lever/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/analog_lever/block
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
@@ -1 +1,4 @@
{}
texture-size: 32
normal:
method: sobel-low
strength: 2
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
@@ -1 +1,40 @@
{}
texture-size: 32
wrap-x: false
wrap-y: false
normal:
method: sobel-low
filters:
- name: single
left: 0
top: 0
width: 0.5
height: 0.5
normal-curve-x: 90
normal-curve-y: 90
normal-radius-x: 0.2
normal-radius-y: 0.2
- name: right
left: 0.5
top: 0
width: 0.5
height: 0.5
normal-curve-right: 45
normal-curve-y: 90
normal-radius-x: 0.2
normal-radius-y: 0.2
- name: left
left: 0
top: 0.5
width: 0.5
height: 0.5
normal-curve-left: 45
normal-curve-y: 90
normal-radius-x: 0.2
normal-radius-y: 0.2
- name: middle
left: 0.5
top: 0.5
width: 0.5
height: 0.5
normal-curve-y: 90
normal-radius-y: 0.2
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/assets/create/textures/block/andesite_frame/mat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ normal:
radius-y: 0.2
method: sobel-low
strength: 2
f0:
value: 0.04
hcm:
value: 255
porosity:
value: 0.6
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/andesite_funnel/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/andesite_funnel_horizontal_push
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/andesite_funnel_horizontal_push
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/andesite_funnel_horizontal_push
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/andesite_funnel_vertical_filterless_push
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/andesite_belt_funnel_pulling_powered
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/andesite_belt_funnel_pulling
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/andesite_belt_funnel_pushing
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/andesite_funnel_vertical_filterless_push
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/andesite_belt_funnel_extended
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/andesite_belt_funnel_extended_powered
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/andesite_tunnel/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/andesite_tunnel/straight
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/andesite_tunnel/straight
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{}
model: create:block/andesite_tunnel/window
blend-mode: cutout
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/basin/mat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ normal:
smooth:
value: 0.5
hcm:
value: 230
value: 255
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/basin_canal/mat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ model: create:block/basin/block_directional
smooth:
value: 0.5
hcm:
value: 230
value: 255
filters:
- name: side
left: 0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/basin_side/mat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ model: create:block/basin/block
smooth:
value: 0.5
hcm:
value: 230
value: 255
filters:
- name: basin
left: 0
Expand Down
1 change: 1 addition & 0 deletions src/assets/create/textures/block/belt_diagonal/mat.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
texture-size: 16
smooth:
value: 0.4
f0:
Expand Down
Binary file not shown.
2 changes: 2 additions & 0 deletions src/assets/create/textures/block/belt_diagonal_scroll/mat.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
texture-width: 16
texture-height: 32
smooth:
value: 0.4
f0:
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions src/assets/create/textures/block/belt_offset/mat.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
texture-size: 16
smooth:
value: 0.4
f0:
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions src/assets/create/textures/block/blaze_active/mat.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
model: create:block/blaze_burner/blaze/active
emissive:
value: 0.6
3 changes: 2 additions & 1 deletion src/assets/create/textures/block/blaze_burner_flame/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{}
model: create:block/blaze_burner/flame
blend-mode: cutout
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{}
model: create:block/blaze_burner/block
blend-mode: cutout
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{}
model: create:block/blaze_burner/block_with_soul_fire
blend-mode: cutout
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/bogey/frame/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
texture-size: 32
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.
3 changes: 2 additions & 1 deletion src/assets/create/textures/block/bogey/wheel/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{}
texture-size: 32
blend-mode: cutout
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/assets/create/textures/block/bracket_plate_metal/mat.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
texture-size: 16
wrap-x: false
wrap-y: false
texture-size: 16
model: create:block/bracket/shaft/ground_metal
blend-mode: cutout
smooth:
value: 0.5
hcm:
value: 230
value: 255
filters:
- name: up
left: 0
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/brass_funnel_horizontal_pull_powered
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/brass_funnel_pull/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/brass_funnel_horizontal_pull
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/brass_funnel_push/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/brass_funnel_horizontal_push
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.
8 changes: 7 additions & 1 deletion src/assets/create/textures/block/brass_gearbox/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
{}
normal:
curve-x: 90
curve-y: 90
radius-x: 0.2
radius-y: 0.2
method: sobel-low
strength: 2
Binary file not shown.
11 changes: 10 additions & 1 deletion src/assets/create/textures/block/brass_storage_block/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
{}
normal:
curve-x: 90
curve-y: 90
radius-x: 0.2
radius-y: 0.2
method: sobel-low
smooth:
value: 0.6
hcm:
value: 255
Diff not rendered.
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/brass_tunnel/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/brass_tunnel/straight
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/brass_tunnel_top/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/brass_tunnel/straight
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{}
model: create:block/brass_tunnel/window
blend-mode: cutout
Binary file added src/assets/create/textures/block/clutch_off/hcm.png
Binary file modified src/assets/create/textures/block/clutch_on/emissive.png
Binary file added src/assets/create/textures/block/clutch_on/hcm.png
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/contact_back/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/redstone_contact/block
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/contact_front/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/redstone_contact/block
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/contact_side/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/redstone_contact/block
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/redstone_contact/block_powered
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/content_observer/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/content_observer/block
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/content_observer/block
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/content_observer/block_powered
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/content_observer/block_powered
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/controls/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/controls/block_virtual
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/controls_frame/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/controls/block_virtual
3 changes: 2 additions & 1 deletion src/assets/create/textures/block/copper_backtank/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{}
model: create:block/copper_backtank/block
blend-mode: cutout
9 changes: 8 additions & 1 deletion src/assets/create/textures/block/copper_gearbox/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
{}
texture-size: 16
normal:
curve-x: 90
curve-y: 90
radius-x: 0.2
radius-y: 0.2
method: sobel-low
strength: 2
Diff not rendered.
5 changes: 4 additions & 1 deletion src/assets/create/textures/block/copper_underside/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{}
smooth:
value: 0.5
hcm:
value: 234
3 changes: 2 additions & 1 deletion src/assets/create/textures/block/crafter_side/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{}
model: create:block/mechanical_crafter/block
blend-mode: cutout
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
blend-mode: cutout
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/crafter_thingies/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
blend-mode: cutout
3 changes: 2 additions & 1 deletion src/assets/create/textures/block/crafter_top/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{}
model: create:block/mechanical_crafter/block
blend-mode: cutout
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
{}
model: create:block/mechanical_crafter/block
blend-mode: cutout
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/creative_motor/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/creative_motor/block
4 changes: 3 additions & 1 deletion src/assets/create/textures/block/cuckoo_clock/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
texture-size: 32
model: create:block/cuckoo_clock/block
blend-mode: cutout
13 changes: 12 additions & 1 deletion src/assets/create/textures/block/dark_metal_block/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
{}
texture-size: 16
normal:
curve-x: 90
curve-y: 90
radius-x: 0.2
radius-y: 0.2
method: sobel-low
strength: 2
smooth:
value: 0.65
hcm:
value: 255
Diff not rendered.
4 changes: 3 additions & 1 deletion src/assets/create/textures/block/deployer/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
model: create:block/deployer/hand_holding
smooth:
value: 0.4
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/display_link/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/display_link/block
2 changes: 1 addition & 1 deletion src/assets/create/textures/block/display_link_side/mat.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/display_link/block
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
model: create:block/display_link/block_powered
Loading

0 comments on commit 66a6929

Please sign in to comment.