19 Commits
Author SHA1 Message Date
Chloe 402e6d64dc Add clouds texture image to environment assets
Zip and Release / zip-and-release (push) Successful in 7s
2025-08-21 02:34:42 -04:00
Chloe fb8f6481bc Add new music discs, models, and update release workflow; remove obsolete files
Zip and Release / zip-and-release (push) Successful in 6s
2025-08-21 02:15:52 -04:00
Chloe ac74dbd315 Remove obsolete packsquash workflow configuration 2025-08-21 01:51:44 -04:00
Chloe a37c417654 Add compass model JSON with conditional rendering based on dimension and lodestone tracking
Optimize resource pack / Optimize resource pack (push) Successful in 9m13s
2025-08-21 01:17:55 -04:00
Chloe 3346066d94 Merge branch 'main' of https://app.lexian.dev/FriendsMC/Friends-CMP-2.0
Optimize resource pack / Optimize resource pack (push) Successful in 10m9s
2025-08-21 01:02:44 -04:00
Chloe d896b483fa Add new music discs and models for various shops; remove obsolete files
- Introduced new music discs: "City Under Siege", "Clothing Shop", "Food Mart", "Hat Shop", "Interior Shop", "Pawn Shop", and "Jump Up" with corresponding models and textures.
- Updated sounds.json to include new music disc entries.
- Created new JSON files for music disc models and their textures.
- Removed outdated models and textures for cobblestone, emerald, and stick.
- Deleted unnecessary blockbench textures and environment textures.
- Updated pack metadata to reflect new pack format and supported versions.
2025-08-21 01:02:29 -04:00
Lexian-droid aecc1a82fd Changed the doohickey to only happen on tag push
Optimize resource pack / Optimize resource pack (push) Successful in 9m47s
2024-10-22 19:14:15 +02:00
Lexian-droid 00512dd1fb Update .github/workflows/packsquash.yml
Optimize resource pack / Optimize resource pack (push) Successful in 9m59s
2024-10-22 18:56:39 +02:00
Lexian-droid d020dd3e01 Update .github/workflows/build-and-upload.yml
CI/CD for Minecraft Resource Pack / build (push) Successful in 9m47s
2024-10-22 18:44:43 +02:00
Lexian-droid cb67fb4dcc Added PackSquash
CI/CD for Minecraft Resource Pack / build (push) Has been cancelled
2024-10-22 18:41:10 +02:00
Lexian-droid f602e188cf Update .github/workflows/build-and-upload.yml
CI/CD for Minecraft Resource Pack / build (push) Successful in 9s
2024-10-22 18:38:17 +02:00
Lexian-droid 56d8d27a9e Update .github/workflows/build-and-upload.yml
CI/CD for Minecraft Resource Pack / build (push) Failing after 14s
2024-10-22 18:36:05 +02:00
Lexian-droid b23ea3b62e Update .github/workflows/build-and-upload.yml
Build and Upload Optimized Resource Pack / build (push) Failing after 17s
2024-10-22 18:31:22 +02:00
Lexian-droid b9fafcb2fa New builder
Build and Upload Optimized Resource Pack / build (push) Failing after 51s
Added a new builder, not using someone else's.
2024-10-22 18:26:15 +02:00
Lexian-droid a72fcca54b Update .gitea/workflows/main.yml
Resourcepack Zipper / build (push) Failing after 11m12s
2024-10-20 20:45:42 +02:00
Lexian-droid d02c72749a Delete assets/minecraft/textures/item/custom/cui/cobblestone/texture_0.png
Resourcepack Zipper / build (push) Failing after 11m17s
2024-10-20 20:10:25 +02:00
Lexian-droid 5a50151d17 Delete assets/minecraft/textures/item/custom/cui/stick/texture_0.png
Resourcepack Zipper / build (push) Has been cancelled
2024-10-20 20:10:10 +02:00
Lexian-droid 73b069c8c8 Change name of branch from master to main
Resourcepack Zipper / build (push) Failing after 5m41s
2024-10-20 20:00:29 +02:00
Lexian-droid d9b0c48a94 Add .github/workflows/main.yml 2024-10-20 19:59:43 +02:00
122 changed files with 2739 additions and 28291 deletions
+58
View File
@@ -0,0 +1,58 @@
name: Zip and Release
on:
push:
branches:
- main
- master
workflow_dispatch:
permissions:
contents: write
jobs:
zip-and-release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create zip (flat root, exclude .git)
run: |
zip -9 -r repo.zip . -x ".git/*" "repo.zip"
- name: Generate release metadata and body
id: meta
shell: bash
run: |
set -euo pipefail
TS=$(date -u +'%Y%m%d-%H%M%S')
RAND=$(openssl rand -hex 4)
NAME="Release-${TS}-${RAND}"
TAG="tag-${TS}-${RAND}"
echo "name=$NAME" >> "$GITHUB_OUTPUT"
echo "tag=$TAG" >> "$GITHUB_OUTPUT"
{
echo "Automated release for $GITHUB_REF at $TS (commit $GITHUB_SHA)."
if jq -e '.commits | length > 0' "$GITHUB_EVENT_PATH" >/dev/null 2>&1; then
echo
echo "Changes:"
jq -r '.commits[] | "- " + (.message | gsub("\r"; "")) + " (" + ((.author.username // .author.name) // "unknown") + ")"' "$GITHUB_EVENT_PATH"
else
echo
echo "Changes:"
git log -1 --pretty=format:'- %s (%an)'
fi
} > RELEASE_BODY.md
- name: Create GitHub release and upload asset
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.meta.outputs.tag }}
name: ${{ steps.meta.outputs.name }}
body_path: RELEASE_BODY.md
files: repo.zip
draft: false
prerelease: false
-1
View File
@@ -1 +0,0 @@
{"time":1696239780,"pluginVersion":"4.3","generatorVersion":1,"itemCount":1}

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

@@ -1,69 +0,0 @@
{
"multipart":[
{"when":{"down":false,"east":false,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_false"}},
{"when":{"down":false,"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_1"}},
{"when":{"down":false,"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_2"}},
{"when":{"down":false,"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_3"}},
{"when":{"down":false,"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_4"}},
{"when":{"down":false,"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_5"}},
{"when":{"down":false,"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_6"}},
{"when":{"down":false,"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_7"}},
{"when":{"down":false,"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_8"}},
{"when":{"down":false,"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_9"}},
{"when":{"down":true,"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_true"}},
{"when":{"down":false,"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_1"}},
{"when":{"down":false,"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_2"}},
{"when":{"down":false,"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_3"}},
{"when":{"down":false,"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_4"}},
{"when":{"down":false,"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_5"}},
{"when":{"down":false,"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_6"}},
{"when":{"down":false,"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_7"}},
{"when":{"down":false,"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_8"}},
{"when":{"down":false,"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_9"}},
{"when":{"down":false,"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_10"}},
{"when":{"down":false,"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_11"}},
{"when":{"down":false,"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_12"}},
{"when":{"down":false,"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_13"}},
{"when":{"down":false,"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_14"}},
{"when":{"down":false,"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_15"}},
{"when":{"down":false,"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_16"}},
{"when":{"down":false,"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_17"}},
{"when":{"down":false,"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_18"}},
{"when":{"down":false,"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_19"}},
{"when":{"down":false,"east":true,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_20"}},
{"when":{"down":false,"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_21"}},
{"when":{"down":false,"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_22"}},
{"when":{"down":true,"east":false,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_23"}},
{"when":{"down":true,"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_24"}},
{"when":{"down":true,"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_25"}},
{"when":{"down":true,"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_26"}},
{"when":{"down":true,"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_27"}},
{"when":{"down":true,"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_28"}},
{"when":{"down":true,"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_29"}},
{"when":{"down":true,"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_30"}},
{"when":{"down":true,"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_31"}},
{"when":{"down":true,"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_32"}},
{"when":{"down":true,"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_33"}},
{"when":{"down":true,"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_34"}},
{"when":{"down":true,"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_35"}},
{"when":{"down":true,"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_36"}},
{"when":{"down":true,"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_37"}},
{"when":{"down":true,"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_38"}},
{"when":{"down":true,"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_39"}},
{"when":{"down":true,"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_40"}},
{"when":{"down":true,"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_41"}},
{"when":{"down":true,"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_42"}},
{"when":{"down":true,"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_43"}},
{"when":{"down":true,"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_44"}},
{"when":{"down":true,"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_45"}},
{"when":{"down":true,"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_46"}},
{"when":{"down":true,"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_47"}},
{"when":{"down":true,"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_48"}},
{"when":{"down":true,"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_49"}},
{"when":{"down":true,"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_50"}},
{"when":{"down":true,"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_51"}},
{"when":{"down":true,"east":true,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_52"}},
{"when":{"down":true,"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_53"}}
]
}
@@ -1,69 +0,0 @@
{
"multipart":[
{"when":{"down":false,"east":false,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/default/mushroom_stem_default_false"}},
{"when":{"down":false,"east":true,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/default/mushroom_stem_default"}},
{"when":{"down":true,"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/default/mushroom_stem_default_true"}},
{"when":{"down":false,"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_100"}},
{"when":{"down":false,"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_101"}},
{"when":{"down":false,"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_102"}},
{"when":{"down":false,"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_103"}},
{"when":{"down":false,"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_104"}},
{"when":{"down":false,"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_105"}},
{"when":{"down":false,"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_106"}},
{"when":{"down":false,"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_107"}},
{"when":{"down":false,"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_108"}},
{"when":{"down":false,"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_109"}},
{"when":{"down":false,"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_110"}},
{"when":{"down":false,"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_111"}},
{"when":{"down":false,"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_112"}},
{"when":{"down":false,"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_113"}},
{"when":{"down":false,"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_114"}},
{"when":{"down":false,"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_115"}},
{"when":{"down":false,"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_116"}},
{"when":{"down":false,"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_117"}},
{"when":{"down":false,"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_118"}},
{"when":{"down":false,"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_119"}},
{"when":{"down":false,"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_120"}},
{"when":{"down":false,"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_121"}},
{"when":{"down":false,"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_122"}},
{"when":{"down":false,"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_123"}},
{"when":{"down":false,"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_124"}},
{"when":{"down":false,"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_125"}},
{"when":{"down":false,"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_126"}},
{"when":{"down":false,"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_127"}},
{"when":{"down":false,"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_128"}},
{"when":{"down":false,"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_129"}},
{"when":{"down":true,"east":false,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_130"}},
{"when":{"down":true,"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_131"}},
{"when":{"down":true,"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_132"}},
{"when":{"down":true,"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_133"}},
{"when":{"down":true,"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_134"}},
{"when":{"down":true,"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_135"}},
{"when":{"down":true,"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_136"}},
{"when":{"down":true,"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_137"}},
{"when":{"down":true,"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_138"}},
{"when":{"down":true,"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_139"}},
{"when":{"down":true,"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_140"}},
{"when":{"down":true,"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_141"}},
{"when":{"down":true,"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_142"}},
{"when":{"down":true,"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_143"}},
{"when":{"down":true,"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_144"}},
{"when":{"down":true,"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_145"}},
{"when":{"down":true,"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_146"}},
{"when":{"down":true,"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_147"}},
{"when":{"down":true,"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_148"}},
{"when":{"down":true,"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_149"}},
{"when":{"down":true,"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_150"}},
{"when":{"down":true,"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_151"}},
{"when":{"down":true,"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_152"}},
{"when":{"down":true,"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_153"}},
{"when":{"down":true,"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_154"}},
{"when":{"down":true,"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_155"}},
{"when":{"down":true,"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_156"}},
{"when":{"down":true,"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_157"}},
{"when":{"down":true,"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_158"}},
{"when":{"down":true,"east":true,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_159"}},
{"when":{"down":true,"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_160"}}
]
}
@@ -1,69 +0,0 @@
{
"multipart":[
{"when":{"down":false,"east":false,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_false"}},
{"when":{"down":false,"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_1"}},
{"when":{"down":false,"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_2"}},
{"when":{"down":false,"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_3"}},
{"when":{"down":false,"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_4"}},
{"when":{"down":false,"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_5"}},
{"when":{"down":false,"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_6"}},
{"when":{"down":false,"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_7"}},
{"when":{"down":false,"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_8"}},
{"when":{"down":false,"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_9"}},
{"when":{"down":false,"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_10"}},
{"when":{"down":false,"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_11"}},
{"when":{"down":false,"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_12"}},
{"when":{"down":false,"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_13"}},
{"when":{"down":false,"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_14"}},
{"when":{"down":false,"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_15"}},
{"when":{"down":false,"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_16"}},
{"when":{"down":false,"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_17"}},
{"when":{"down":true,"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_true"}},
{"when":{"down":false,"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_55"}},
{"when":{"down":false,"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_56"}},
{"when":{"down":false,"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_57"}},
{"when":{"down":false,"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_58"}},
{"when":{"down":false,"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_59"}},
{"when":{"down":false,"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_60"}},
{"when":{"down":false,"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_61"}},
{"when":{"down":false,"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_62"}},
{"when":{"down":false,"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_63"}},
{"when":{"down":false,"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_64"}},
{"when":{"down":false,"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_65"}},
{"when":{"down":false,"east":true,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_66"}},
{"when":{"down":false,"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_67"}},
{"when":{"down":false,"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_68"}},
{"when":{"down":true,"east":false,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_69"}},
{"when":{"down":true,"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_70"}},
{"when":{"down":true,"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_71"}},
{"when":{"down":true,"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_72"}},
{"when":{"down":true,"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_73"}},
{"when":{"down":true,"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_74"}},
{"when":{"down":true,"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_75"}},
{"when":{"down":true,"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_76"}},
{"when":{"down":true,"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_77"}},
{"when":{"down":true,"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_78"}},
{"when":{"down":true,"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_79"}},
{"when":{"down":true,"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_80"}},
{"when":{"down":true,"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_81"}},
{"when":{"down":true,"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_82"}},
{"when":{"down":true,"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_83"}},
{"when":{"down":true,"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_84"}},
{"when":{"down":true,"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_85"}},
{"when":{"down":true,"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_86"}},
{"when":{"down":true,"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_87"}},
{"when":{"down":true,"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_88"}},
{"when":{"down":true,"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_89"}},
{"when":{"down":true,"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_90"}},
{"when":{"down":true,"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_91"}},
{"when":{"down":true,"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_92"}},
{"when":{"down":true,"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_93"}},
{"when":{"down":true,"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_94"}},
{"when":{"down":true,"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_95"}},
{"when":{"down":true,"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_96"}},
{"when":{"down":true,"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_97"}},
{"when":{"down":true,"east":true,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_98"}},
{"when":{"down":true,"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_99"}}
]
}
File diff suppressed because it is too large Load Diff
+975
View File
@@ -0,0 +1,975 @@
{
"model": {
"type": "minecraft:condition",
"component": "minecraft:lodestone_tracker",
"on_false": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:range_dispatch",
"entries": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_16"
},
"threshold": 0.0
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_17"
},
"threshold": 0.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_18"
},
"threshold": 1.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_19"
},
"threshold": 2.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_20"
},
"threshold": 3.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_21"
},
"threshold": 4.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_22"
},
"threshold": 5.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_23"
},
"threshold": 6.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_24"
},
"threshold": 7.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_25"
},
"threshold": 8.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_26"
},
"threshold": 9.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_27"
},
"threshold": 10.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_28"
},
"threshold": 11.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_29"
},
"threshold": 12.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_30"
},
"threshold": 13.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_31"
},
"threshold": 14.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_00"
},
"threshold": 15.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_01"
},
"threshold": 16.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_02"
},
"threshold": 17.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_03"
},
"threshold": 18.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_04"
},
"threshold": 19.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_05"
},
"threshold": 20.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_06"
},
"threshold": 21.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_07"
},
"threshold": 22.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_08"
},
"threshold": 23.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_09"
},
"threshold": 24.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_10"
},
"threshold": 25.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_11"
},
"threshold": 26.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_12"
},
"threshold": 27.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_13"
},
"threshold": 28.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_14"
},
"threshold": 29.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_15"
},
"threshold": 30.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_16"
},
"threshold": 31.5
}
],
"property": "minecraft:compass",
"scale": 32.0,
"target": "none"
},
"when": "minecraft:the_nether"
},
{
"model": {
"type": "minecraft:range_dispatch",
"entries": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_16"
},
"threshold": 0.0
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_17"
},
"threshold": 0.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_18"
},
"threshold": 1.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_19"
},
"threshold": 2.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_20"
},
"threshold": 3.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_21"
},
"threshold": 4.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_22"
},
"threshold": 5.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_23"
},
"threshold": 6.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_24"
},
"threshold": 7.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_25"
},
"threshold": 8.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_26"
},
"threshold": 9.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_27"
},
"threshold": 10.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_28"
},
"threshold": 11.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_29"
},
"threshold": 12.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_30"
},
"threshold": 13.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_31"
},
"threshold": 14.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_00"
},
"threshold": 15.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_01"
},
"threshold": 16.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_02"
},
"threshold": 17.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_03"
},
"threshold": 18.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_04"
},
"threshold": 19.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_05"
},
"threshold": 20.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_06"
},
"threshold": 21.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_07"
},
"threshold": 22.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_08"
},
"threshold": 23.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_09"
},
"threshold": 24.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_10"
},
"threshold": 25.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_11"
},
"threshold": 26.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_12"
},
"threshold": 27.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_13"
},
"threshold": 28.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_14"
},
"threshold": 29.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_15"
},
"threshold": 30.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_16"
},
"threshold": 31.5
}
],
"property": "minecraft:compass",
"scale": 32.0,
"target": "none"
},
"when": "minecraft:the_end"
}
],
"fallback": {
"type": "minecraft:range_dispatch",
"entries": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_16"
},
"threshold": 0.0
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_17"
},
"threshold": 0.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_18"
},
"threshold": 1.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_19"
},
"threshold": 2.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_20"
},
"threshold": 3.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_21"
},
"threshold": 4.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_22"
},
"threshold": 5.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_23"
},
"threshold": 6.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_24"
},
"threshold": 7.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_25"
},
"threshold": 8.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_26"
},
"threshold": 9.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_27"
},
"threshold": 10.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_28"
},
"threshold": 11.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_29"
},
"threshold": 12.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_30"
},
"threshold": 13.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_31"
},
"threshold": 14.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_00"
},
"threshold": 15.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_01"
},
"threshold": 16.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_02"
},
"threshold": 17.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_03"
},
"threshold": 18.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_04"
},
"threshold": 19.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_05"
},
"threshold": 20.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_06"
},
"threshold": 21.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_07"
},
"threshold": 22.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_08"
},
"threshold": 23.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_09"
},
"threshold": 24.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_10"
},
"threshold": 25.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_11"
},
"threshold": 26.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_12"
},
"threshold": 27.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_13"
},
"threshold": 28.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_14"
},
"threshold": 29.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_15"
},
"threshold": 30.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_16"
},
"threshold": 31.5
}
],
"property": "minecraft:compass",
"scale": 32.0,
"target": "spawn"
},
"property": "minecraft:context_dimension"
},
"on_true": {
"type": "minecraft:range_dispatch",
"entries": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_16"
},
"threshold": 0.0
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_17"
},
"threshold": 0.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_18"
},
"threshold": 1.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_19"
},
"threshold": 2.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_20"
},
"threshold": 3.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_21"
},
"threshold": 4.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_22"
},
"threshold": 5.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_23"
},
"threshold": 6.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_24"
},
"threshold": 7.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_25"
},
"threshold": 8.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_26"
},
"threshold": 9.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_27"
},
"threshold": 10.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_28"
},
"threshold": 11.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_29"
},
"threshold": 12.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_30"
},
"threshold": 13.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_31"
},
"threshold": 14.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_00"
},
"threshold": 15.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_01"
},
"threshold": 16.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_02"
},
"threshold": 17.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_03"
},
"threshold": 18.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_04"
},
"threshold": 19.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_05"
},
"threshold": 20.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_06"
},
"threshold": 21.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_07"
},
"threshold": 22.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_08"
},
"threshold": 23.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_09"
},
"threshold": 24.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_10"
},
"threshold": 25.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_11"
},
"threshold": 26.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_12"
},
"threshold": 27.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_13"
},
"threshold": 28.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_14"
},
"threshold": 29.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_15"
},
"threshold": 30.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/compass_16"
},
"threshold": 31.5
}
],
"property": "minecraft:compass",
"scale": 32.0,
"target": "lodestone"
},
"property": "minecraft:has_component"
}
}
+61
View File
@@ -0,0 +1,61 @@
{
"model": {
"type": "select",
"property": "custom_model_data",
"fallback": {
"type": "model",
"model": "item/music_disc_13"
},
"cases": [
{
"when": "interior_shop0",
"model": {
"type": "model",
"model": "item/interior_shop0"
}
},
{
"when": "pawn_shop1",
"model": {
"type": "model",
"model": "item/pawn_shop1"
}
},
{
"when": "food_mart2",
"model": {
"type": "model",
"model": "item/food_mart2"
}
},
{
"when": "hat_shop3",
"model": {
"type": "model",
"model": "item/hat_shop3"
}
},
{
"when": "clothing_shop4",
"model": {
"type": "model",
"model": "item/clothing_shop4"
}
},
{
"when": "jump_up5",
"model": {
"type": "model",
"model": "item/jump_up5"
}
},
{
"when": "city_under_siege6",
"model": {
"type": "model",
"model": "item/city_under_siege6"
}
}
]
}
}
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/brown_mushroom_block",
"particle": "block/brown_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#updown", "cullface": "east" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#updown", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/brown_mushroom_block",
"particle": "block/brown_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces":{
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#updown", "cullface": "east" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#side", "cullface": "west" }
}
}
]
}
@@ -1,20 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/brown_mushroom_block",
"particle": "block/brown_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#updown", "cullface": "east" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#updown", "cullface": "west" }
}
}
]
}
@@ -1,20 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/brown_mushroom_block",
"particle": "block/brown_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#updown", "cullface": "east" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#side", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/brown_mushroom_block",
"particle": "block/brown_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#updown", "cullface": "east" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#updown", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/brown_mushroom_block",
"particle": "block/brown_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#updown", "cullface": "east" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#side", "cullface": "west" }
}
}
]
}
@@ -1,20 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/brown_mushroom_block",
"particle": "block/brown_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#side", "cullface": "east" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#updown", "cullface": "west" }
}
}
]
}
@@ -1,20 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/brown_mushroom_block",
"particle": "block/brown_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#side", "cullface": "east" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#updown", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/brown_mushroom_block",
"particle": "block/brown_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#side", "cullface": "east" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#updown", "cullface": "west" }
}
}
]
}
@@ -1,20 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/brown_mushroom_block",
"particle": "block/brown_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"up": { "texture": "#updown", "cullface": "up" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"west": { "texture": "#updown", "cullface": "west" },
"east": { "texture": "#updown", "cullface": "east" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/brown_mushroom_block",
"particle": "block/brown_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#side", "cullface": "down" },
"up": { "texture": "#side", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "east" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/mushroom_stem",
"particle": "block/mushroom_stem"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#side", "cullface": "east" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"up": { "texture": "#updown", "cullface": "up" },
"west": { "texture": "#side", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/mushroom_stem",
"particle": "block/mushroom_stem"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#updown", "cullface": "east" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"up": { "texture": "#updown", "cullface": "up" },
"west": { "texture": "#updown", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/mushroom_stem",
"particle": "block/mushroom_stem"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#side", "cullface": "down" },
"east": { "texture": "#side", "cullface": "east" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#side", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces":{
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#updown", "cullface": "east" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"up": { "texture": "#updown", "cullface": "up" },
"west": { "texture": "#side", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces":{
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#updown", "cullface": "east" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#side", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#side", "cullface": "east" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"up": { "texture": "#updown", "cullface": "up" },
"west": { "texture": "#updown", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#side", "cullface": "east" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#updown", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#side", "cullface": "east" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"up": { "texture": "#updown", "cullface": "up" },
"west": { "texture": "#updown", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#side", "cullface": "east" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#updown", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces":{
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#side", "cullface": "east" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"up": { "texture": "#updown", "cullface": "up" },
"west": { "texture": "#updown", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces":{
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#side", "cullface": "east" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#updown", "cullface": "west" }
}
}
]
}
@@ -1,20 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces":{
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#updown", "cullface": "east" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#updown", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces":{
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#updown", "cullface": "east" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#side", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#updown", "cullface": "east" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"up": { "texture": "#updown", "cullface": "up" },
"west": { "texture": "#updown", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#updown", "cullface": "east" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"up": { "texture": "#updown", "cullface": "up" },
"west": { "texture": "#side", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#updown", "cullface": "east" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#updown", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#updown", "cullface": "east" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#side", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces":{
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#updown", "cullface": "east" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"up": { "texture": "#updown", "cullface": "up" },
"west": { "texture": "#updown", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces":{
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#updown", "cullface": "east" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"up": { "texture": "#updown", "cullface": "up" },
"west": { "texture": "#side", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces":{
"down": { "texture": "#updown", "cullface": "down" },
"east": { "texture": "#updown", "cullface": "east" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"up": { "texture": "#side", "cullface": "up" },
"west": { "texture": "#updown", "cullface": "west" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#updown", "cullface": "down" },
"up": { "texture": "#updown", "cullface": "up" },
"north": { "texture": "#updown", "cullface": "north" },
"south": { "texture": "#updown", "cullface": "south" },
"west": { "texture": "#updown", "cullface": "west" },
"east": { "texture": "#updown", "cullface": "east" }
}
}
]
}
@@ -1,21 +0,0 @@
{
"textures": {
"updown": "block/mushroom_block_inside",
"side": "block/red_mushroom_block",
"particle": "block/red_mushroom_block"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#side", "cullface": "down" },
"up": { "texture": "#side", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "east" }
}
}
]
}
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "item/city_under_siege6"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "item/clothing_shop4"
}
}
@@ -1 +0,0 @@
{"parent":"minecraft:block/cobblestone","overrides":[]}
@@ -1 +0,0 @@
{"textures":{"layer0":"item/custom/cui/emerald/texture_11101"},"parent":"minecraft:item/generated"}
@@ -1 +0,0 @@
{"parent":"minecraft:item/generated","textures":{"layer0":"minecraft:item/emerald"},"overrides":[{"predicate":{"custom_model_data":11101},"model":"item/custom/cui/emerald/model_11101"}]}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "item/food_mart2"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "item/hat_shop3"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "item/interior_shop0"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "item/jump_up5"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "item/pawn_shop1"
}
}
-1
View File
@@ -1 +0,0 @@
{"parent":"minecraft:item/handheld","textures":{"layer0":"minecraft:item/stick"},"overrides":[]}
+14 -21
View File
@@ -1,63 +1,56 @@
{ {
"music_disc.jump_up": { "music_disc.interior_shop0": {
"category": "record",
"sounds": [ "sounds": [
{ {
"name": "records/jump_up", "name": "records/music_disc_interior_shop0",
"stream": true "stream": true
} }
] ]
}, },
"music_disc.city_under_siege": { "music_disc.pawn_shop1": {
"category": "record",
"sounds": [ "sounds": [
{ {
"name": "records/city_under_siege", "name": "records/music_disc_pawn_shop1",
"stream": true "stream": true
} }
] ]
}, },
"music_disc.food_mart": { "music_disc.food_mart2": {
"category": "record",
"sounds": [ "sounds": [
{ {
"name": "records/food_mart", "name": "records/music_disc_food_mart2",
"stream": true "stream": true
} }
] ]
}, },
"music_disc.interior_shop": { "music_disc.hat_shop3": {
"category": "record",
"sounds": [ "sounds": [
{ {
"name": "records/interior_shop", "name": "records/music_disc_hat_shop3",
"stream": true "stream": true
} }
] ]
}, },
"music_disc.clothing_shop": { "music_disc.clothing_shop4": {
"category": "record",
"sounds": [ "sounds": [
{ {
"name": "records/clothing_shop", "name": "records/music_disc_clothing_shop4",
"stream": true "stream": true
} }
] ]
}, },
"music_disc.hat_shop": { "music_disc.jump_up5": {
"category": "record",
"sounds": [ "sounds": [
{ {
"name": "records/hat_shop", "name": "records/music_disc_jump_up5",
"stream": true "stream": true
} }
] ]
}, },
"music_disc.pawn_shop": { "music_disc.city_under_siege6": {
"category": "record",
"sounds": [ "sounds": [
{ {
"name": "records/pawn_shop", "name": "records/music_disc_city_under_siege6",
"stream": true "stream": true
} }
] ]
Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Some files were not shown because too many files have changed in this diff Show More