-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: wefcdse <3371348169@qq.com>
- Loading branch information
Showing
5 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/fpv20/blockstates/receiver_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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "fpv20:block/receiver_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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"block.fpv20.receiver_block": "receiver block", | ||
"fpv20.btn.btn_config": "button/switch config", | ||
"fpv20.btn.calibrate": "calibrate", | ||
"fpv20.btn.calibrate.max_mid_min": "method:max zero min", | ||
"fpv20.btn.calibrate.max_min": "method:max min", | ||
"fpv20.btn.calibrate.raw": "method:raw", | ||
"fpv20.btn.calibrate_center": "calibrate stick center", | ||
"fpv20.btn.calibrate_range": "calibrate stick range", | ||
"fpv20.btn.control_screen_entry": "FPV", | ||
"fpv20.btn.end": "end", | ||
"fpv20.btn.no_reversed": "no reverse", | ||
"fpv20.btn.option": "option", | ||
"fpv20.btn.osd.off": "show osd: no", | ||
"fpv20.btn.osd.on": "show osd: yes", | ||
"fpv20.btn.reload_config": "refresh config", | ||
"fpv20.btn.reversed": "reversed", | ||
"fpv20.btn.select": "select", | ||
"fpv20.btn.select_controller": "select controller", | ||
"fpv20.btn.show_input": "show input", | ||
"fpv20.btn.start": "start", | ||
"fpv20.keybind.osd": "Toggle OSD", | ||
"fpv20.keybinds.category": "fpv20", | ||
"fpv20.rate.1": "rate:%s", | ||
"fpv20.text.set_channel_name": "set channel name", | ||
"fpv20.title.main_option_screen": "FPV options" | ||
} |
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,27 @@ | ||
{ | ||
"block.fpv20.receiver_block": "信号接收器", | ||
"fpv20.btn.btn_config": "按钮或开关设置", | ||
"fpv20.btn.calibrate": "校准", | ||
"fpv20.btn.calibrate.max_mid_min": "校准方法:最大零点最小", | ||
"fpv20.btn.calibrate.max_min": "校准方法:最大最小值", | ||
"fpv20.btn.calibrate.raw": "校准方法:原始", | ||
"fpv20.btn.calibrate_center": "校准中心", | ||
"fpv20.btn.calibrate_range": "校准范围", | ||
"fpv20.btn.control_screen_entry": "FPV", | ||
"fpv20.btn.end": "结束", | ||
"fpv20.btn.no_reversed": "不反转输入信号", | ||
"fpv20.btn.option": "选项", | ||
"fpv20.btn.osd.off": "显示OSD: 不", | ||
"fpv20.btn.osd.on": "显示OSD: 是的", | ||
"fpv20.btn.reload_config": "重新加载配置", | ||
"fpv20.btn.reversed": "反转输入信号", | ||
"fpv20.btn.select": "选择", | ||
"fpv20.btn.select_controller": "选择控制器", | ||
"fpv20.btn.show_input": "显示输入信号", | ||
"fpv20.btn.start": "开始", | ||
"fpv20.keybind.osd": "切换OSD", | ||
"fpv20.keybinds.category": "fpv20", | ||
"fpv20.rate.1": "rate:%s", | ||
"fpv20.text.set_channel_name": "设置信道名称", | ||
"fpv20.title.main_option_screen": "FPV选项" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/fpv20/models/block/receiver_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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "fpv20:block/receiver_block" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/generated/assets/fpv20/models/item/receiver_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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"parent": "fpv20:block/receiver_block" | ||
} |