-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
96 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/main/resources/assets/xennote/blockstates/note_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "xennote:block/note_block" } | ||
} | ||
"variants": { | ||
"": {"model": "xennote:block/note_block"} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"block.xennote.note_block": "Xenharmonic Note Block", | ||
"title.xennote.config": "Xenharmonic Note Block Config", | ||
"option.xennote.p": "Numerator", | ||
"option.xennote.q": "Denominator", | ||
"option.xennote.edo": "Tuning to edo (zero for no temperment)" | ||
"block.xennote.note_block": "Xenharmonic Note Block", | ||
"title.xennote.config": "Xenharmonic Note Block Config", | ||
"option.xennote.p": "Numerator", | ||
"option.xennote.q": "Denominator", | ||
"option.xennote.edo": "Tuning to edo (zero for no temperment)" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"block.xennote.note_block": "微分音音符盒", | ||
"title.xennote.config": "微分音音符盒设置", | ||
"option.xennote.p": "分子", | ||
"option.xennote.q": "分母", | ||
"option.xennote.edo": "调整到平均律(值为0则不调律)" | ||
"block.xennote.note_block": "微分音音符盒", | ||
"title.xennote.config": "微分音音符盒设置", | ||
"option.xennote.p": "分子", | ||
"option.xennote.q": "分母", | ||
"option.xennote.edo": "调整到平均律(值为0则不调律)" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"block.xennote.note_block": "微分音音階盒", | ||
"title.xennote.config": "微分音音階盒設定", | ||
"option.xennote.p": "分子", | ||
"option.xennote.q": "分母", | ||
"option.xennote.edo": "調整到平均律(值為0則不調律)" | ||
"block.xennote.note_block": "微分音音階盒", | ||
"title.xennote.config": "微分音音階盒設定", | ||
"option.xennote.p": "分子", | ||
"option.xennote.q": "分母", | ||
"option.xennote.edo": "調整到平均律(值為0則不調律)" | ||
} |
10 changes: 5 additions & 5 deletions
10
src/main/resources/assets/xennote/models/block/note_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"parent": "minecraft:block/cube_top", | ||
"textures": { | ||
"side": "xennote:block/note_block", | ||
"top": "xennote:block/note_block_top" | ||
} | ||
"parent": "minecraft:block/cube_top", | ||
"textures": { | ||
"side": "xennote:block/note_block", | ||
"top": "xennote:block/note_block_top" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "xennote:block/note_block" | ||
"parent": "xennote:block/note_block" | ||
} |
8 changes: 4 additions & 4 deletions
8
src/main/resources/data/minecraft/tags/block/mineable/axe.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"xennote:note_block" | ||
] | ||
"replace": false, | ||
"values": [ | ||
"xennote:note_block" | ||
] | ||
} |
36 changes: 18 additions & 18 deletions
36
src/main/resources/data/xennote/loot_table/blocks/note_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "xennote:note_block" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "xennote:note_block" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "redstone", | ||
"pattern": [ | ||
"...", | ||
" N ", | ||
". ." | ||
], | ||
"key": { | ||
".": {"item": "minecraft:redstone"}, | ||
"N": {"item": "minecraft:note_block"} | ||
}, | ||
"result": { | ||
"count": 1, | ||
"id": "xennote:note_block" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters