-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-Authored-By: Brady <[email protected]>
- Loading branch information
1 parent
f0b01cd
commit 71717ef
Showing
12,803 changed files
with
105 additions
and
32 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,85 @@ | ||
name: Release | ||
on: [ | ||
workflow_dispatch | ||
] | ||
|
||
name: Publish Release | ||
on: | ||
workflow_dispatch: | ||
jobs: | ||
build: | ||
runs-on: ubuntu-22.04 | ||
publish-release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Cache Gradle packages | ||
uses: actions/cache@v1 | ||
- name: Checkout Repository | ||
uses: actions/checkout@v2 | ||
|
||
- name: Setup Java | ||
uses: actions/setup-java@v3 | ||
with: | ||
distribution: 'temurin' | ||
java-version: 17 | ||
|
||
- name: Setup Gradle Caches | ||
uses: actions/cache@v3 | ||
with: | ||
path: ~/.gradle/caches | ||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} | ||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }} | ||
restore-keys: ${{ runner.os }}-gradle | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-java@v3 | ||
|
||
- name: Setup Gradle Wrapper | ||
run: chmod +x gradlew | ||
|
||
- name: Get Version and Platform | ||
id: properties | ||
uses: christian-draeger/[email protected] | ||
with: | ||
distribution: 'adopt' | ||
java-version: '17' | ||
- run: chmod +x ./gradlew | ||
path: "./gradle.properties" | ||
properties: "version enabledPlatforms minecraftVersion" | ||
|
||
- name: Release | ||
run: ./gradlew :fabric:modrinth :forge:modrinth :fabric:curseforge :forge:curseforge | ||
- name: Publish Release | ||
run: ./gradlew publish --info | ||
env: | ||
CURSE_TOKEN: ${{ secrets.CURSE_TOKEN }} | ||
CURSE_PROJECT: ${{ secrets.CURSE_PROJECT }} | ||
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }} | ||
MODRINTH_PROJECT: ${{ secrets.MODRINTH_PROJECT }} | ||
MAVEN_USER: ${{ secrets.MAVEN_USERNAME }} | ||
MAVEN_PASS: ${{ secrets.MAVEN_PASSWORD }} | ||
|
||
- run: ./gradlew generateDiscordEmbed | ||
env: | ||
MODRINTH_PROJECT_URL: ${{ secrets.MODRINTH_PROJECT_URL }} | ||
CURSE_PROJECT_URL: ${{ secrets.CURSE_PROJECT_URL }} | ||
EMBED_COLOR: ${{ secrets.EMBED_COLOR }} | ||
WEBHOOK_THUMBNAIL: ${{ secrets.WEBHOOK_THUMBNAIL }} | ||
WEBHOOK_USERNAME: ${{ secrets.WEBHOOK_USERNAME }} | ||
WEBHOOK_AVATAR: ${{ secrets.WEBHOOK_AVATAR }} | ||
|
||
- name: Trigger Discord Webhook | ||
- name: Upload Forge Releases (Curse/Modrinth/Github) | ||
if: contains(steps.properties.outputs.enabledPlatforms, 'forge') | ||
uses: Kir-Antipov/[email protected] | ||
with: | ||
curseforge-id: ${{ vars.CURSE_ID }} | ||
curseforge-token: ${{ secrets.CURSE_TOKEN }} | ||
|
||
modrinth-id: ${{ vars.MODRINTH_ID }} | ||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }} | ||
|
||
files: ./forge/build/libs/!(*-@(dev|sources|dev-shadow)).jar | ||
name: "[Forge] Chipped ${{ steps.properties.outputs.version }}" | ||
version: ${{ steps.properties.outputs.version }} | ||
version-type: release | ||
changelog-file: changelog.md | ||
loaders: forge | ||
game-versions: ${{ steps.properties.outputs.minecraftVersion }} | ||
version-resolver: exact | ||
|
||
- name: Upload Fabric Releases (Curse/Modrinth/Github) | ||
if: contains(steps.properties.outputs.enabledPlatforms, 'fabric') | ||
uses: Kir-Antipov/[email protected] | ||
with: | ||
curseforge-id: ${{ vars.CURSE_ID }} | ||
curseforge-token: ${{ secrets.CURSE_TOKEN }} | ||
|
||
modrinth-id: ${{ vars.MODRINTH_ID }} | ||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }} | ||
|
||
files: ./fabric/build/libs/!(*-@(dev|sources|dev-shadow)).jar | ||
name: "[Fabric] Chipped ${{ steps.properties.outputs.version }}" | ||
version: ${{ steps.properties.outputs.version }} | ||
version-type: release | ||
changelog-file: changelog.md | ||
loaders: forge | ||
game-versions: ${{ steps.properties.outputs.minecraftVersion }} | ||
version-resolver: exact | ||
|
||
- name: Generate Discord Embed | ||
run: ./gradlew injectEmbed | ||
|
||
- name: Upload Discord Embed | ||
uses: tsickert/[email protected] | ||
with: | ||
webhook-url: ${{ secrets.WEBHOOK_URL }} | ||
raw-data: embed.json | ||
raw-data: ./build/release_embed.json |
Binary file modified
BIN
-274 Bytes
(40%)
...s/assets/chipped/textures/block/acacia_planks/ctm/acacia_planks_panel_ctm/0.png
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
BIN
-263 Bytes
(42%)
...s/assets/chipped/textures/block/acacia_planks/ctm/acacia_planks_panel_ctm/1.png
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
BIN
-263 Bytes
(42%)
...s/assets/chipped/textures/block/acacia_planks/ctm/acacia_planks_panel_ctm/2.png
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
BIN
-285 Bytes
(40%)
...s/assets/chipped/textures/block/acacia_planks/ctm/acacia_planks_panel_ctm/3.png
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
BIN
-320 Bytes
(39%)
...ssets/chipped/textures/block/acacia_planks/ctm/cornered_acacia_planks_ctm/0.png
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
BIN
-308 Bytes
(41%)
...ssets/chipped/textures/block/acacia_planks/ctm/cornered_acacia_planks_ctm/1.png
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
BIN
-303 Bytes
(40%)
...ssets/chipped/textures/block/acacia_planks/ctm/cornered_acacia_planks_ctm/2.png
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
BIN
-318 Bytes
(40%)
...ssets/chipped/textures/block/acacia_planks/ctm/cornered_acacia_planks_ctm/3.png
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
BIN
-285 Bytes
(39%)
.../assets/chipped/textures/block/acacia_planks/ctm/crated_acacia_planks_ctm/0.png
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
BIN
-277 Bytes
(43%)
.../assets/chipped/textures/block/acacia_planks/ctm/crated_acacia_planks_ctm/1.png
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
BIN
-326 Bytes
(38%)
.../assets/chipped/textures/block/acacia_planks/ctm/crated_acacia_planks_ctm/2.png
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
BIN
-286 Bytes
(42%)
.../assets/chipped/textures/block/acacia_planks/ctm/crated_acacia_planks_ctm/3.png
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
BIN
-286 Bytes
(39%)
...ssets/chipped/textures/block/acacia_planks/ctm/enclosed_acacia_planks_ctm/0.png
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
BIN
-337 Bytes
(38%)
...ssets/chipped/textures/block/acacia_planks/ctm/enclosed_acacia_planks_ctm/1.png
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
BIN
-303 Bytes
(40%)
...ssets/chipped/textures/block/acacia_planks/ctm/enclosed_acacia_planks_ctm/2.png
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
BIN
-323 Bytes
(38%)
...ssets/chipped/textures/block/acacia_planks/ctm/enclosed_acacia_planks_ctm/3.png
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
BIN
-423 Bytes
(40%)
.../assets/chipped/textures/block/acacia_planks/ctm/framed_acacia_planks_ctm/0.png
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
BIN
-436 Bytes
(41%)
.../assets/chipped/textures/block/acacia_planks/ctm/framed_acacia_planks_ctm/1.png
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
BIN
-399 Bytes
(41%)
.../assets/chipped/textures/block/acacia_planks/ctm/framed_acacia_planks_ctm/2.png
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
BIN
-461 Bytes
(39%)
.../assets/chipped/textures/block/acacia_planks/ctm/framed_acacia_planks_ctm/3.png
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
BIN
-246 Bytes
(41%)
...assets/chipped/textures/block/acacia_planks/ctm/natural_acacia_planks_ctm/0.png
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
BIN
-235 Bytes
(46%)
...assets/chipped/textures/block/acacia_planks/ctm/natural_acacia_planks_ctm/1.png
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
BIN
-253 Bytes
(43%)
...assets/chipped/textures/block/acacia_planks/ctm/natural_acacia_planks_ctm/2.png
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
BIN
-256 Bytes
(45%)
...assets/chipped/textures/block/acacia_planks/ctm/natural_acacia_planks_ctm/3.png
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
BIN
-181 Bytes
(49%)
.../assets/chipped/textures/block/acacia_planks/ctm/pegged_acacia_planks_ctm/0.png
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
BIN
-189 Bytes
(50%)
.../assets/chipped/textures/block/acacia_planks/ctm/pegged_acacia_planks_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-215 Bytes
(46%)
.../assets/chipped/textures/block/acacia_planks/ctm/pegged_acacia_planks_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-191 Bytes
(49%)
.../assets/chipped/textures/block/acacia_planks/ctm/pegged_acacia_planks_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-310 Bytes
(42%)
...sets/chipped/textures/block/acacia_planks/ctm/whirlwind_acacia_planks_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-313 Bytes
(41%)
...sets/chipped/textures/block/acacia_planks/ctm/whirlwind_acacia_planks_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-296 Bytes
(42%)
...sets/chipped/textures/block/acacia_planks/ctm/whirlwind_acacia_planks_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-303 Bytes
(41%)
...sets/chipped/textures/block/acacia_planks/ctm/whirlwind_acacia_planks_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-279 Bytes
(41%)
...ets/chipped/textures/block/amethyst_block/ctm/bordered_amethyst_block_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-289 Bytes
(42%)
...ets/chipped/textures/block/amethyst_block/ctm/bordered_amethyst_block_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-268 Bytes
(43%)
...ets/chipped/textures/block/amethyst_block/ctm/bordered_amethyst_block_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-367 Bytes
(36%)
...ets/chipped/textures/block/amethyst_block/ctm/bordered_amethyst_block_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-290 Bytes
(42%)
...ipped/textures/block/amethyst_block/ctm/brick_bordered_amethyst_block_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-278 Bytes
(43%)
...ipped/textures/block/amethyst_block/ctm/brick_bordered_amethyst_block_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-305 Bytes
(41%)
...ipped/textures/block/amethyst_block/ctm/brick_bordered_amethyst_block_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-186 Bytes
(48%)
...esources/assets/chipped/textures/block/amethyst_block/ctm/common_textures/0.png
Oops, something went wrong.
Binary file modified
BIN
-281 Bytes
(39%)
...esources/assets/chipped/textures/block/amethyst_block/ctm/common_textures/1.png
Oops, something went wrong.
Binary file modified
BIN
-317 Bytes
(40%)
...esources/assets/chipped/textures/block/amethyst_block/ctm/common_textures/2.png
Oops, something went wrong.
Binary file modified
BIN
-160 Bytes
(51%)
...esources/assets/chipped/textures/block/amethyst_block/ctm/common_textures/3.png
Oops, something went wrong.
Binary file modified
BIN
-296 Bytes
(42%)
...ets/chipped/textures/block/amethyst_block/ctm/curly_amethyst_block_pillar/0.png
Oops, something went wrong.
Binary file modified
BIN
-237 Bytes
(47%)
...ets/chipped/textures/block/amethyst_block/ctm/curly_amethyst_block_pillar/1.png
Oops, something went wrong.
Binary file modified
BIN
-255 Bytes
(45%)
...ets/chipped/textures/block/amethyst_block/ctm/curly_amethyst_block_pillar/3.png
Oops, something went wrong.
Binary file modified
BIN
-197 Bytes
(47%)
...s/chipped/textures/block/amethyst_block/ctm/cut_amethyst_block_column_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-214 Bytes
(49%)
...s/chipped/textures/block/amethyst_block/ctm/cut_amethyst_block_column_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-212 Bytes
(49%)
...s/chipped/textures/block/amethyst_block/ctm/cut_amethyst_block_column_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-200 Bytes
(50%)
...s/chipped/textures/block/amethyst_block/ctm/cut_amethyst_block_column_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-224 Bytes
(47%)
...chipped/textures/block/amethyst_block/ctm/edged_amethyst_block_bricks_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-251 Bytes
(45%)
...chipped/textures/block/amethyst_block/ctm/edged_amethyst_block_bricks_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-197 Bytes
(50%)
...chipped/textures/block/amethyst_block/ctm/edged_amethyst_block_bricks_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-327 Bytes
(40%)
...chipped/textures/block/amethyst_block/ctm/edged_amethyst_block_bricks_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-249 Bytes
(43%)
...sets/chipped/textures/block/amethyst_block/ctm/fine_amethyst_block_pillar/0.png
Oops, something went wrong.
Binary file modified
BIN
-273 Bytes
(42%)
...sets/chipped/textures/block/amethyst_block/ctm/fine_amethyst_block_pillar/1.png
Oops, something went wrong.
Binary file modified
BIN
-241 Bytes
(45%)
...sets/chipped/textures/block/amethyst_block/ctm/fine_amethyst_block_pillar/3.png
Oops, something went wrong.
Binary file modified
BIN
-281 Bytes
(43%)
...s/chipped/textures/block/amethyst_block/ctm/massive_amethyst_block_bricks/0.png
Oops, something went wrong.
Binary file modified
BIN
-287 Bytes
(43%)
...s/chipped/textures/block/amethyst_block/ctm/massive_amethyst_block_bricks/1.png
Oops, something went wrong.
Binary file modified
BIN
-297 Bytes
(41%)
...s/chipped/textures/block/amethyst_block/ctm/massive_amethyst_block_bricks/2.png
Oops, something went wrong.
Binary file modified
BIN
-237 Bytes
(46%)
...s/chipped/textures/block/amethyst_block/ctm/massive_amethyst_block_bricks/3.png
Oops, something went wrong.
Binary file modified
BIN
-235 Bytes
(47%)
...ts/chipped/textures/block/amethyst_block/ctm/ornate_amethyst_block_pillar/0.png
Oops, something went wrong.
Binary file modified
BIN
-205 Bytes
(50%)
...ts/chipped/textures/block/amethyst_block/ctm/ornate_amethyst_block_pillar/1.png
Oops, something went wrong.
Binary file modified
BIN
-240 Bytes
(46%)
...ts/chipped/textures/block/amethyst_block/ctm/ornate_amethyst_block_pillar/3.png
Oops, something went wrong.
Binary file modified
BIN
-224 Bytes
(47%)
...ed/textures/block/amethyst_block/ctm/overlapping_amethyst_block_tiles_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-247 Bytes
(43%)
...ed/textures/block/amethyst_block/ctm/overlapping_amethyst_block_tiles_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-210 Bytes
(46%)
...ed/textures/block/amethyst_block/ctm/overlapping_amethyst_block_tiles_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-210 Bytes
(48%)
...ets/chipped/textures/block/amethyst_block/ctm/polished_amethyst_block_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-232 Bytes
(45%)
...ets/chipped/textures/block/amethyst_block/ctm/polished_amethyst_block_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-223 Bytes
(44%)
...ets/chipped/textures/block/amethyst_block/ctm/polished_amethyst_block_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-175 Bytes
(53%)
...ts/chipped/textures/block/amethyst_block/ctm/simple_amethyst_block_pillar/0.png
Oops, something went wrong.
Binary file modified
BIN
-156 Bytes
(54%)
...ts/chipped/textures/block/amethyst_block/ctm/simple_amethyst_block_pillar/1.png
Oops, something went wrong.
Binary file modified
BIN
-183 Bytes
(50%)
...ts/chipped/textures/block/amethyst_block/ctm/simple_amethyst_block_pillar/3.png
Oops, something went wrong.
Binary file modified
BIN
-299 Bytes
(37%)
...hipped/textures/block/amethyst_block/ctm/smooth_amethyst_block_column_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-266 Bytes
(43%)
...hipped/textures/block/amethyst_block/ctm/smooth_amethyst_block_column_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-285 Bytes
(41%)
...hipped/textures/block/amethyst_block/ctm/smooth_amethyst_block_column_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-313 Bytes
(38%)
...hipped/textures/block/amethyst_block/ctm/smooth_amethyst_block_column_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-261 Bytes
(44%)
...hipped/textures/block/amethyst_block/ctm/thick_inlayed_amethyst_block_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-258 Bytes
(44%)
...hipped/textures/block/amethyst_block/ctm/thick_inlayed_amethyst_block_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-206 Bytes
(48%)
...chipped/textures/block/amethyst_block/ctm/tiled_amethyst_block_column_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-294 Bytes
(40%)
...chipped/textures/block/amethyst_block/ctm/tiled_amethyst_block_column_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-242 Bytes
(46%)
...chipped/textures/block/amethyst_block/ctm/tiled_amethyst_block_column_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-228 Bytes
(46%)
...chipped/textures/block/amethyst_block/ctm/tiled_amethyst_block_column_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-285 Bytes
(42%)
...ipped/textures/block/amethyst_block/ctm/tiled_bordered_amethyst_block_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-221 Bytes
(48%)
...ipped/textures/block/amethyst_block/ctm/tiled_bordered_amethyst_block_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-294 Bytes
(41%)
...ipped/textures/block/amethyst_block/ctm/tiled_bordered_amethyst_block_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-295 Bytes
(43%)
.../textures/block/amethyst_block/ctm/tiny_brick_bordered_amethyst_block_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-275 Bytes
(43%)
.../textures/block/amethyst_block/ctm/tiny_brick_bordered_amethyst_block_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-259 Bytes
(43%)
...ets/chipped/textures/block/ancient_debris/ctm/bordered_ancient_debris_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-282 Bytes
(43%)
...ets/chipped/textures/block/ancient_debris/ctm/bordered_ancient_debris_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-267 Bytes
(44%)
...ets/chipped/textures/block/ancient_debris/ctm/bordered_ancient_debris_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-354 Bytes
(37%)
...ets/chipped/textures/block/ancient_debris/ctm/bordered_ancient_debris_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-282 Bytes
(43%)
...ipped/textures/block/ancient_debris/ctm/brick_bordered_ancient_debris_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-265 Bytes
(44%)
...ipped/textures/block/ancient_debris/ctm/brick_bordered_ancient_debris_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-293 Bytes
(42%)
...ipped/textures/block/ancient_debris/ctm/brick_bordered_ancient_debris_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-208 Bytes
(45%)
...esources/assets/chipped/textures/block/ancient_debris/ctm/common_textures/0.png
Oops, something went wrong.
Binary file modified
BIN
-285 Bytes
(39%)
...esources/assets/chipped/textures/block/ancient_debris/ctm/common_textures/1.png
Oops, something went wrong.
Binary file modified
BIN
-339 Bytes
(39%)
...esources/assets/chipped/textures/block/ancient_debris/ctm/common_textures/2.png
Oops, something went wrong.
Binary file modified
BIN
-156 Bytes
(51%)
...esources/assets/chipped/textures/block/ancient_debris/ctm/common_textures/3.png
Oops, something went wrong.
Binary file modified
BIN
-289 Bytes
(42%)
...ets/chipped/textures/block/ancient_debris/ctm/curly_ancient_debris_pillar/0.png
Oops, something went wrong.
Binary file modified
BIN
-250 Bytes
(46%)
...ets/chipped/textures/block/ancient_debris/ctm/curly_ancient_debris_pillar/1.png
Oops, something went wrong.
Binary file modified
BIN
-278 Bytes
(43%)
...ets/chipped/textures/block/ancient_debris/ctm/curly_ancient_debris_pillar/3.png
Oops, something went wrong.
Binary file modified
BIN
-197 Bytes
(47%)
...s/chipped/textures/block/ancient_debris/ctm/cut_ancient_debris_column_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-214 Bytes
(49%)
...s/chipped/textures/block/ancient_debris/ctm/cut_ancient_debris_column_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-208 Bytes
(50%)
...s/chipped/textures/block/ancient_debris/ctm/cut_ancient_debris_column_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-199 Bytes
(50%)
...s/chipped/textures/block/ancient_debris/ctm/cut_ancient_debris_column_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-207 Bytes
(49%)
...chipped/textures/block/ancient_debris/ctm/edged_ancient_debris_bricks_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-242 Bytes
(46%)
...chipped/textures/block/ancient_debris/ctm/edged_ancient_debris_bricks_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-239 Bytes
(45%)
...chipped/textures/block/ancient_debris/ctm/edged_ancient_debris_bricks_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-311 Bytes
(41%)
...chipped/textures/block/ancient_debris/ctm/edged_ancient_debris_bricks_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-242 Bytes
(44%)
...sets/chipped/textures/block/ancient_debris/ctm/fine_ancient_debris_pillar/0.png
Oops, something went wrong.
Binary file modified
BIN
-252 Bytes
(44%)
...sets/chipped/textures/block/ancient_debris/ctm/fine_ancient_debris_pillar/1.png
Oops, something went wrong.
Binary file modified
BIN
-301 Bytes
(40%)
...sets/chipped/textures/block/ancient_debris/ctm/fine_ancient_debris_pillar/3.png
Oops, something went wrong.
Binary file modified
BIN
-277 Bytes
(43%)
...s/chipped/textures/block/ancient_debris/ctm/massive_ancient_debris_bricks/0.png
Oops, something went wrong.
Binary file modified
BIN
-281 Bytes
(43%)
...s/chipped/textures/block/ancient_debris/ctm/massive_ancient_debris_bricks/1.png
Oops, something went wrong.
Binary file modified
BIN
-330 Bytes
(39%)
...s/chipped/textures/block/ancient_debris/ctm/massive_ancient_debris_bricks/2.png
Oops, something went wrong.
Binary file modified
BIN
-225 Bytes
(47%)
...s/chipped/textures/block/ancient_debris/ctm/massive_ancient_debris_bricks/3.png
Oops, something went wrong.
Binary file modified
BIN
-244 Bytes
(46%)
...ts/chipped/textures/block/ancient_debris/ctm/ornate_ancient_debris_pillar/0.png
Oops, something went wrong.
Binary file modified
BIN
-197 Bytes
(51%)
...ts/chipped/textures/block/ancient_debris/ctm/ornate_ancient_debris_pillar/1.png
Oops, something went wrong.
Binary file modified
BIN
-268 Bytes
(43%)
...ts/chipped/textures/block/ancient_debris/ctm/ornate_ancient_debris_pillar/3.png
Oops, something went wrong.
Binary file modified
BIN
-223 Bytes
(47%)
...ed/textures/block/ancient_debris/ctm/overlapping_ancient_debris_tiles_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-256 Bytes
(42%)
...ed/textures/block/ancient_debris/ctm/overlapping_ancient_debris_tiles_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-240 Bytes
(43%)
...ed/textures/block/ancient_debris/ctm/overlapping_ancient_debris_tiles_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-211 Bytes
(48%)
...ets/chipped/textures/block/ancient_debris/ctm/polished_ancient_debris_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-240 Bytes
(45%)
...ets/chipped/textures/block/ancient_debris/ctm/polished_ancient_debris_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-238 Bytes
(42%)
...ets/chipped/textures/block/ancient_debris/ctm/polished_ancient_debris_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-173 Bytes
(53%)
...ts/chipped/textures/block/ancient_debris/ctm/simple_ancient_debris_pillar/0.png
Oops, something went wrong.
Binary file modified
BIN
-153 Bytes
(55%)
...ts/chipped/textures/block/ancient_debris/ctm/simple_ancient_debris_pillar/1.png
Oops, something went wrong.
Binary file modified
BIN
-206 Bytes
(47%)
...ts/chipped/textures/block/ancient_debris/ctm/simple_ancient_debris_pillar/3.png
Oops, something went wrong.
Binary file modified
BIN
-286 Bytes
(38%)
...hipped/textures/block/ancient_debris/ctm/smooth_ancient_debris_column_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-273 Bytes
(43%)
...hipped/textures/block/ancient_debris/ctm/smooth_ancient_debris_column_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-278 Bytes
(41%)
...hipped/textures/block/ancient_debris/ctm/smooth_ancient_debris_column_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-277 Bytes
(41%)
...hipped/textures/block/ancient_debris/ctm/smooth_ancient_debris_column_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-257 Bytes
(45%)
...hipped/textures/block/ancient_debris/ctm/thick_inlayed_ancient_debris_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-269 Bytes
(43%)
...hipped/textures/block/ancient_debris/ctm/thick_inlayed_ancient_debris_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-236 Bytes
(45%)
...chipped/textures/block/ancient_debris/ctm/tiled_ancient_debris_column_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-293 Bytes
(40%)
...chipped/textures/block/ancient_debris/ctm/tiled_ancient_debris_column_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-265 Bytes
(43%)
...chipped/textures/block/ancient_debris/ctm/tiled_ancient_debris_column_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-262 Bytes
(43%)
...chipped/textures/block/ancient_debris/ctm/tiled_ancient_debris_column_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-245 Bytes
(46%)
...ipped/textures/block/ancient_debris/ctm/tiled_bordered_ancient_debris_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-214 Bytes
(48%)
...ipped/textures/block/ancient_debris/ctm/tiled_bordered_ancient_debris_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-320 Bytes
(39%)
...ipped/textures/block/ancient_debris/ctm/tiled_bordered_ancient_debris_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-296 Bytes
(43%)
.../textures/block/ancient_debris/ctm/tiny_brick_bordered_ancient_debris_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-318 Bytes
(40%)
.../textures/block/ancient_debris/ctm/tiny_brick_bordered_ancient_debris_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-241 Bytes
(45%)
...esources/assets/chipped/textures/block/andesite/ctm/bordered_andesite_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-281 Bytes
(43%)
...esources/assets/chipped/textures/block/andesite/ctm/bordered_andesite_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-250 Bytes
(45%)
...esources/assets/chipped/textures/block/andesite/ctm/bordered_andesite_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-331 Bytes
(38%)
...esources/assets/chipped/textures/block/andesite/ctm/bordered_andesite_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-280 Bytes
(43%)
...es/assets/chipped/textures/block/andesite/ctm/brick_bordered_andesite_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-282 Bytes
(43%)
...es/assets/chipped/textures/block/andesite/ctm/brick_bordered_andesite_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-302 Bytes
(41%)
...es/assets/chipped/textures/block/andesite/ctm/brick_bordered_andesite_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-179 Bytes
(49%)
...ated/resources/assets/chipped/textures/block/andesite/ctm/common_textures/0.png
Oops, something went wrong.
Binary file modified
BIN
-299 Bytes
(38%)
...ated/resources/assets/chipped/textures/block/andesite/ctm/common_textures/1.png
Oops, something went wrong.
Binary file modified
BIN
-314 Bytes
(40%)
...ated/resources/assets/chipped/textures/block/andesite/ctm/common_textures/2.png
Oops, something went wrong.
Binary file modified
BIN
-162 Bytes
(50%)
...ated/resources/assets/chipped/textures/block/andesite/ctm/common_textures/3.png
Oops, something went wrong.
Binary file modified
BIN
-294 Bytes
(42%)
...esources/assets/chipped/textures/block/andesite/ctm/curly_andesite_pillar/0.png
Oops, something went wrong.
Binary file modified
BIN
-241 Bytes
(46%)
...esources/assets/chipped/textures/block/andesite/ctm/curly_andesite_pillar/1.png
Oops, something went wrong.
Binary file modified
BIN
-278 Bytes
(43%)
...esources/assets/chipped/textures/block/andesite/ctm/curly_andesite_pillar/3.png
Oops, something went wrong.
Binary file modified
BIN
-221 Bytes
(44%)
...ources/assets/chipped/textures/block/andesite/ctm/cut_andesite_column_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-220 Bytes
(48%)
...ources/assets/chipped/textures/block/andesite/ctm/cut_andesite_column_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-236 Bytes
(46%)
...ources/assets/chipped/textures/block/andesite/ctm/cut_andesite_column_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-218 Bytes
(48%)
...ources/assets/chipped/textures/block/andesite/ctm/cut_andesite_column_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-221 Bytes
(48%)
...rces/assets/chipped/textures/block/andesite/ctm/edged_andesite_bricks_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-236 Bytes
(47%)
...rces/assets/chipped/textures/block/andesite/ctm/edged_andesite_bricks_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-269 Bytes
(42%)
...rces/assets/chipped/textures/block/andesite/ctm/edged_andesite_bricks_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-335 Bytes
(40%)
...rces/assets/chipped/textures/block/andesite/ctm/edged_andesite_bricks_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-222 Bytes
(46%)
...resources/assets/chipped/textures/block/andesite/ctm/fine_andesite_pillar/0.png
Oops, something went wrong.
Binary file modified
BIN
-259 Bytes
(43%)
...resources/assets/chipped/textures/block/andesite/ctm/fine_andesite_pillar/1.png
Oops, something went wrong.
Binary file modified
BIN
-260 Bytes
(43%)
...resources/assets/chipped/textures/block/andesite/ctm/fine_andesite_pillar/3.png
Oops, something went wrong.
Binary file modified
BIN
-281 Bytes
(43%)
...ources/assets/chipped/textures/block/andesite/ctm/massive_andesite_bricks/0.png
Oops, something went wrong.
Binary file modified
BIN
-287 Bytes
(43%)
...ources/assets/chipped/textures/block/andesite/ctm/massive_andesite_bricks/1.png
Oops, something went wrong.
Binary file modified
BIN
-254 Bytes
(45%)
...ources/assets/chipped/textures/block/andesite/ctm/massive_andesite_bricks/2.png
Oops, something went wrong.
Binary file modified
BIN
-235 Bytes
(46%)
...ources/assets/chipped/textures/block/andesite/ctm/massive_andesite_bricks/3.png
Oops, something went wrong.
Binary file modified
BIN
-270 Bytes
(43%)
...sources/assets/chipped/textures/block/andesite/ctm/ornate_andesite_pillar/0.png
Oops, something went wrong.
Binary file modified
BIN
-218 Bytes
(48%)
...sources/assets/chipped/textures/block/andesite/ctm/ornate_andesite_pillar/1.png
Oops, something went wrong.
Binary file modified
BIN
-242 Bytes
(45%)
...sources/assets/chipped/textures/block/andesite/ctm/ornate_andesite_pillar/3.png
Oops, something went wrong.
Binary file modified
BIN
-218 Bytes
(48%)
...assets/chipped/textures/block/andesite/ctm/overlapping_andesite_tiles_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-257 Bytes
(42%)
...assets/chipped/textures/block/andesite/ctm/overlapping_andesite_tiles_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-224 Bytes
(45%)
...assets/chipped/textures/block/andesite/ctm/overlapping_andesite_tiles_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-213 Bytes
(48%)
...esources/assets/chipped/textures/block/andesite/ctm/polished_andesite_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-235 Bytes
(45%)
...esources/assets/chipped/textures/block/andesite/ctm/polished_andesite_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-201 Bytes
(46%)
...esources/assets/chipped/textures/block/andesite/ctm/polished_andesite_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-199 Bytes
(50%)
...sources/assets/chipped/textures/block/andesite/ctm/simple_andesite_pillar/0.png
Oops, something went wrong.
Binary file modified
BIN
-166 Bytes
(53%)
...sources/assets/chipped/textures/block/andesite/ctm/simple_andesite_pillar/1.png
Oops, something went wrong.
Binary file modified
BIN
-196 Bytes
(48%)
...sources/assets/chipped/textures/block/andesite/ctm/simple_andesite_pillar/3.png
Oops, something went wrong.
Binary file modified
BIN
-256 Bytes
(40%)
...ces/assets/chipped/textures/block/andesite/ctm/smooth_andesite_column_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-255 Bytes
(44%)
...ces/assets/chipped/textures/block/andesite/ctm/smooth_andesite_column_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-298 Bytes
(40%)
...ces/assets/chipped/textures/block/andesite/ctm/smooth_andesite_column_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-283 Bytes
(41%)
...ces/assets/chipped/textures/block/andesite/ctm/smooth_andesite_column_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-256 Bytes
(45%)
...ces/assets/chipped/textures/block/andesite/ctm/thick_inlayed_andesite_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-299 Bytes
(40%)
...ces/assets/chipped/textures/block/andesite/ctm/thick_inlayed_andesite_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-185 Bytes
(51%)
...rces/assets/chipped/textures/block/andesite/ctm/tiled_andesite_column_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-273 Bytes
(42%)
...rces/assets/chipped/textures/block/andesite/ctm/tiled_andesite_column_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-243 Bytes
(46%)
...rces/assets/chipped/textures/block/andesite/ctm/tiled_andesite_column_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-219 Bytes
(47%)
...rces/assets/chipped/textures/block/andesite/ctm/tiled_andesite_column_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-245 Bytes
(46%)
...es/assets/chipped/textures/block/andesite/ctm/tiled_bordered_andesite_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-228 Bytes
(47%)
...es/assets/chipped/textures/block/andesite/ctm/tiled_bordered_andesite_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-263 Bytes
(44%)
...es/assets/chipped/textures/block/andesite/ctm/tiled_bordered_andesite_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-300 Bytes
(42%)
...sets/chipped/textures/block/andesite/ctm/tiny_brick_bordered_andesite_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-297 Bytes
(41%)
...sets/chipped/textures/block/andesite/ctm/tiny_brick_bordered_andesite_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-375 Bytes
(37%)
...s/assets/chipped/textures/block/bamboo_planks/ctm/bamboo_planks_panel_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-241 Bytes
(46%)
...s/assets/chipped/textures/block/bamboo_planks/ctm/bamboo_planks_panel_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-324 Bytes
(40%)
...s/assets/chipped/textures/block/bamboo_planks/ctm/bamboo_planks_panel_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-198 Bytes
(49%)
...resources/assets/chipped/textures/block/bamboo_planks/ctm/common_textures/0.png
Oops, something went wrong.
Binary file modified
BIN
-147 Bytes
(48%)
...resources/assets/chipped/textures/block/bamboo_planks/ctm/common_textures/1.png
Oops, something went wrong.
Binary file modified
BIN
-211 Bytes
(49%)
...resources/assets/chipped/textures/block/bamboo_planks/ctm/common_textures/2.png
Oops, something went wrong.
Binary file modified
BIN
-220 Bytes
(48%)
...resources/assets/chipped/textures/block/bamboo_planks/ctm/common_textures/3.png
Oops, something went wrong.
Binary file modified
BIN
-315 Bytes
(42%)
...resources/assets/chipped/textures/block/bamboo_planks/ctm/common_textures/4.png
Oops, something went wrong.
Binary file modified
BIN
-233 Bytes
(46%)
...resources/assets/chipped/textures/block/bamboo_planks/ctm/common_textures/5.png
Oops, something went wrong.
Binary file modified
BIN
-198 Bytes
(49%)
...resources/assets/chipped/textures/block/bamboo_planks/ctm/common_textures/6.png
Oops, something went wrong.
Binary file modified
BIN
-248 Bytes
(41%)
.../assets/chipped/textures/block/bamboo_planks/ctm/crated_bamboo_planks_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-278 Bytes
(42%)
.../assets/chipped/textures/block/bamboo_planks/ctm/crated_bamboo_planks_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-186 Bytes
(48%)
.../assets/chipped/textures/block/bamboo_planks/ctm/crated_bamboo_planks_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-281 Bytes
(44%)
.../assets/chipped/textures/block/bamboo_planks/ctm/crated_bamboo_planks_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-209 Bytes
(49%)
.../assets/chipped/textures/block/bamboo_planks/ctm/framed_bamboo_planks_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-202 Bytes
(49%)
...assets/chipped/textures/block/bamboo_planks/ctm/natural_bamboo_planks_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-355 Bytes
(44%)
...es/assets/chipped/textures/block/bamboo_planks/ctm/tied_bamboo_planks_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-303 Bytes
(48%)
...es/assets/chipped/textures/block/bamboo_planks/ctm/tied_bamboo_planks_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-273 Bytes
(42%)
...es/assets/chipped/textures/block/bamboo_planks/ctm/tied_bamboo_planks_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-324 Bytes
(46%)
...es/assets/chipped/textures/block/bamboo_planks/ctm/tied_bamboo_planks_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-231 Bytes
(47%)
...sets/chipped/textures/block/bamboo_planks/ctm/whirlwind_bamboo_planks_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-287 Bytes
(42%)
...sets/chipped/textures/block/bamboo_planks/ctm/whirlwind_bamboo_planks_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-245 Bytes
(45%)
...sets/chipped/textures/block/bamboo_planks/ctm/whirlwind_bamboo_planks_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-300 Bytes
(40%)
...sets/chipped/textures/block/bamboo_planks/ctm/whirlwind_bamboo_planks_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-259 Bytes
(43%)
...ed/resources/assets/chipped/textures/block/basalt/ctm/bordered_basalt_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-303 Bytes
(42%)
...ed/resources/assets/chipped/textures/block/basalt/ctm/bordered_basalt_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-283 Bytes
(43%)
...ed/resources/assets/chipped/textures/block/basalt/ctm/bordered_basalt_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-370 Bytes
(36%)
...ed/resources/assets/chipped/textures/block/basalt/ctm/bordered_basalt_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-312 Bytes
(42%)
...ources/assets/chipped/textures/block/basalt/ctm/brick_bordered_basalt_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-304 Bytes
(42%)
...ources/assets/chipped/textures/block/basalt/ctm/brick_bordered_basalt_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-301 Bytes
(42%)
...ources/assets/chipped/textures/block/basalt/ctm/brick_bordered_basalt_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-163 Bytes
(51%)
...erated/resources/assets/chipped/textures/block/basalt/ctm/common_textures/0.png
Oops, something went wrong.
Binary file modified
BIN
-282 Bytes
(39%)
...erated/resources/assets/chipped/textures/block/basalt/ctm/common_textures/1.png
Oops, something went wrong.
Binary file modified
BIN
-156 Bytes
(51%)
...erated/resources/assets/chipped/textures/block/basalt/ctm/common_textures/2.png
Oops, something went wrong.
Binary file modified
BIN
-333 Bytes
(40%)
...ed/resources/assets/chipped/textures/block/basalt/ctm/curly_basalt_pillar/0.png
Oops, something went wrong.
Binary file modified
BIN
-280 Bytes
(44%)
...ed/resources/assets/chipped/textures/block/basalt/ctm/curly_basalt_pillar/1.png
Oops, something went wrong.
Binary file modified
BIN
-276 Bytes
(44%)
...ed/resources/assets/chipped/textures/block/basalt/ctm/curly_basalt_pillar/3.png
Oops, something went wrong.
Binary file modified
BIN
-184 Bytes
(48%)
.../resources/assets/chipped/textures/block/basalt/ctm/cut_basalt_column_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-227 Bytes
(47%)
.../resources/assets/chipped/textures/block/basalt/ctm/cut_basalt_column_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-225 Bytes
(48%)
.../resources/assets/chipped/textures/block/basalt/ctm/cut_basalt_column_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-218 Bytes
(48%)
.../resources/assets/chipped/textures/block/basalt/ctm/cut_basalt_column_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-240 Bytes
(47%)
...esources/assets/chipped/textures/block/basalt/ctm/edged_basalt_bricks_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-257 Bytes
(46%)
...esources/assets/chipped/textures/block/basalt/ctm/edged_basalt_bricks_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-208 Bytes
(50%)
...esources/assets/chipped/textures/block/basalt/ctm/edged_basalt_bricks_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-330 Bytes
(41%)
...esources/assets/chipped/textures/block/basalt/ctm/edged_basalt_bricks_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-234 Bytes
(46%)
...ted/resources/assets/chipped/textures/block/basalt/ctm/fine_basalt_pillar/0.png
Oops, something went wrong.
Binary file modified
BIN
-227 Bytes
(48%)
...ted/resources/assets/chipped/textures/block/basalt/ctm/fine_basalt_pillar/1.png
Oops, something went wrong.
Binary file modified
BIN
-238 Bytes
(47%)
...ted/resources/assets/chipped/textures/block/basalt/ctm/fine_basalt_pillar/3.png
Oops, something went wrong.
Binary file modified
BIN
-283 Bytes
(44%)
.../resources/assets/chipped/textures/block/basalt/ctm/massive_basalt_bricks/0.png
Oops, something went wrong.
Binary file modified
BIN
-290 Bytes
(43%)
.../resources/assets/chipped/textures/block/basalt/ctm/massive_basalt_bricks/1.png
Oops, something went wrong.
Binary file modified
BIN
-302 Bytes
(42%)
.../resources/assets/chipped/textures/block/basalt/ctm/massive_basalt_bricks/2.png
Oops, something went wrong.
Binary file modified
BIN
-231 Bytes
(48%)
.../resources/assets/chipped/textures/block/basalt/ctm/massive_basalt_bricks/3.png
Oops, something went wrong.
Binary file modified
BIN
-282 Bytes
(43%)
...d/resources/assets/chipped/textures/block/basalt/ctm/ornate_basalt_pillar/0.png
Oops, something went wrong.
Binary file modified
BIN
-204 Bytes
(51%)
...d/resources/assets/chipped/textures/block/basalt/ctm/ornate_basalt_pillar/1.png
Oops, something went wrong.
Binary file modified
BIN
-249 Bytes
(46%)
...d/resources/assets/chipped/textures/block/basalt/ctm/ornate_basalt_pillar/3.png
Oops, something went wrong.
Binary file modified
BIN
-255 Bytes
(44%)
...ces/assets/chipped/textures/block/basalt/ctm/overlapping_basalt_tiles_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-271 Bytes
(41%)
...ces/assets/chipped/textures/block/basalt/ctm/overlapping_basalt_tiles_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-222 Bytes
(46%)
...ces/assets/chipped/textures/block/basalt/ctm/overlapping_basalt_tiles_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-205 Bytes
(49%)
...ed/resources/assets/chipped/textures/block/basalt/ctm/polished_basalt_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-249 Bytes
(44%)
...ed/resources/assets/chipped/textures/block/basalt/ctm/polished_basalt_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-203 Bytes
(46%)
...ed/resources/assets/chipped/textures/block/basalt/ctm/polished_basalt_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-173 Bytes
(53%)
...d/resources/assets/chipped/textures/block/basalt/ctm/simple_basalt_pillar/0.png
Oops, something went wrong.
Binary file modified
BIN
-153 Bytes
(55%)
...d/resources/assets/chipped/textures/block/basalt/ctm/simple_basalt_pillar/1.png
Oops, something went wrong.
Binary file modified
BIN
-179 Bytes
(51%)
...d/resources/assets/chipped/textures/block/basalt/ctm/simple_basalt_pillar/3.png
Oops, something went wrong.
Binary file modified
BIN
-282 Bytes
(38%)
...sources/assets/chipped/textures/block/basalt/ctm/smooth_basalt_column_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-271 Bytes
(44%)
...sources/assets/chipped/textures/block/basalt/ctm/smooth_basalt_column_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-276 Bytes
(42%)
...sources/assets/chipped/textures/block/basalt/ctm/smooth_basalt_column_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-273 Bytes
(42%)
...sources/assets/chipped/textures/block/basalt/ctm/smooth_basalt_column_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-269 Bytes
(45%)
...sources/assets/chipped/textures/block/basalt/ctm/thick_inlayed_basalt_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-295 Bytes
(42%)
...sources/assets/chipped/textures/block/basalt/ctm/thick_inlayed_basalt_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-318 Bytes
(41%)
...sources/assets/chipped/textures/block/basalt/ctm/thick_inlayed_basalt_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-322 Bytes
(39%)
...esources/assets/chipped/textures/block/basalt/ctm/tiled_basalt_column_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-315 Bytes
(40%)
...esources/assets/chipped/textures/block/basalt/ctm/tiled_basalt_column_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-315 Bytes
(41%)
...esources/assets/chipped/textures/block/basalt/ctm/tiled_basalt_column_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-289 Bytes
(42%)
...esources/assets/chipped/textures/block/basalt/ctm/tiled_basalt_column_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-317 Bytes
(40%)
...ources/assets/chipped/textures/block/basalt/ctm/tiled_bordered_basalt_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-283 Bytes
(43%)
...ources/assets/chipped/textures/block/basalt/ctm/tiled_bordered_basalt_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-368 Bytes
(37%)
...ources/assets/chipped/textures/block/basalt/ctm/tiled_bordered_basalt_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-292 Bytes
(44%)
...s/assets/chipped/textures/block/basalt/ctm/tiny_brick_bordered_basalt_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-328 Bytes
(40%)
...s/assets/chipped/textures/block/basalt/ctm/tiny_brick_bordered_basalt_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-320 Bytes
(41%)
...s/assets/chipped/textures/block/basalt/ctm/tiny_brick_bordered_basalt_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-288 Bytes
(39%)
...ces/assets/chipped/textures/block/birch_planks/ctm/birch_planks_panel_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-276 Bytes
(41%)
...ces/assets/chipped/textures/block/birch_planks/ctm/birch_planks_panel_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-260 Bytes
(42%)
...ces/assets/chipped/textures/block/birch_planks/ctm/birch_planks_panel_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-295 Bytes
(40%)
...ces/assets/chipped/textures/block/birch_planks/ctm/birch_planks_panel_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-341 Bytes
(37%)
.../assets/chipped/textures/block/birch_planks/ctm/cornered_birch_planks_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-328 Bytes
(40%)
.../assets/chipped/textures/block/birch_planks/ctm/cornered_birch_planks_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-312 Bytes
(40%)
.../assets/chipped/textures/block/birch_planks/ctm/cornered_birch_planks_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-339 Bytes
(38%)
.../assets/chipped/textures/block/birch_planks/ctm/cornered_birch_planks_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-290 Bytes
(39%)
...es/assets/chipped/textures/block/birch_planks/ctm/crated_birch_planks_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-279 Bytes
(43%)
...es/assets/chipped/textures/block/birch_planks/ctm/crated_birch_planks_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-328 Bytes
(38%)
...es/assets/chipped/textures/block/birch_planks/ctm/crated_birch_planks_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-304 Bytes
(40%)
...es/assets/chipped/textures/block/birch_planks/ctm/crated_birch_planks_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-294 Bytes
(38%)
.../assets/chipped/textures/block/birch_planks/ctm/enclosed_birch_planks_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-351 Bytes
(37%)
.../assets/chipped/textures/block/birch_planks/ctm/enclosed_birch_planks_ctm/1.png
Oops, something went wrong.
Binary file modified
BIN
-288 Bytes
(41%)
.../assets/chipped/textures/block/birch_planks/ctm/enclosed_birch_planks_ctm/2.png
Oops, something went wrong.
Binary file modified
BIN
-319 Bytes
(39%)
.../assets/chipped/textures/block/birch_planks/ctm/enclosed_birch_planks_ctm/3.png
Oops, something went wrong.
Binary file modified
BIN
-419 Bytes
(42%)
...es/assets/chipped/textures/block/birch_planks/ctm/framed_birch_planks_ctm/0.png
Oops, something went wrong.
Binary file modified
BIN
-463 Bytes
(41%)
...es/assets/chipped/textures/block/birch_planks/ctm/framed_birch_planks_ctm/1.png
Oops, something went wrong.
Oops, something went wrong.