Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
402e6d64dc | ||
|
|
fb8f6481bc | ||
|
|
ac74dbd315 | ||
|
|
a37c417654 | ||
|
|
3346066d94 | ||
|
|
d896b483fa | ||
|
|
aecc1a82fd | ||
|
|
00512dd1fb | ||
|
|
d020dd3e01 | ||
|
|
cb67fb4dcc | ||
|
|
f602e188cf | ||
|
|
56d8d27a9e | ||
|
|
b23ea3b62e | ||
|
|
b9fafcb2fa | ||
|
|
a72fcca54b | ||
|
|
d02c72749a | ||
|
|
5a50151d17 | ||
|
|
73b069c8c8 | ||
|
|
d9b0c48a94 |
@@ -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 +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"}}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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 +0,0 @@
|
||||
{"parent":"minecraft:item/handheld","textures":{"layer0":"minecraft:item/stick"},"overrides":[]}
|
||||
@@ -1,65 +1,58 @@
|
||||
{
|
||||
"music_disc.jump_up": {
|
||||
"category": "record",
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/jump_up",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.city_under_siege": {
|
||||
"category": "record",
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/city_under_siege",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.food_mart": {
|
||||
"category": "record",
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/food_mart",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.interior_shop": {
|
||||
"category": "record",
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/interior_shop",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.clothing_shop": {
|
||||
"category": "record",
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/clothing_shop",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.hat_shop": {
|
||||
"category": "record",
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/hat_shop",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.pawn_shop": {
|
||||
"category": "record",
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/pawn_shop",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
}
|
||||
"music_disc.interior_shop0": {
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/music_disc_interior_shop0",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.pawn_shop1": {
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/music_disc_pawn_shop1",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.food_mart2": {
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/music_disc_food_mart2",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.hat_shop3": {
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/music_disc_hat_shop3",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.clothing_shop4": {
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/music_disc_clothing_shop4",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.jump_up5": {
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/music_disc_jump_up5",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"music_disc.city_under_siege6": {
|
||||
"sounds": [
|
||||
{
|
||||
"name": "records/music_disc_city_under_siege6",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 141 B |
|
Before Width: | Height: | Size: 140 B |
|
Before Width: | Height: | Size: 140 B |
|
Before Width: | Height: | Size: 140 B |
|
Before Width: | Height: | Size: 140 B |
|
Before Width: | Height: | Size: 140 B |
|
Before Width: | Height: | Size: 140 B |
|
Before Width: | Height: | Size: 141 B |
|
Before Width: | Height: | Size: 139 B |
|
Before Width: | Height: | Size: 140 B |
|
Before Width: | Height: | Size: 140 B |
|
Before Width: | Height: | Size: 140 B |
|
Before Width: | Height: | Size: 140 B |
|
Before Width: | Height: | Size: 140 B |
|
Before Width: | Height: | Size: 87 B |
|
Before Width: | Height: | Size: 87 B |
|
Before Width: | Height: | Size: 87 B |
|
Before Width: | Height: | Size: 139 B |
|
Before Width: | Height: | Size: 140 B |
|
After Width: | Height: | Size: 265 B |
|
After Width: | Height: | Size: 268 B |
|
Before Width: | Height: | Size: 1.6 KiB |