From fc5d332c77989c6953a9d6ae9e993606e06733c5 Mon Sep 17 00:00:00 2001 From: tunakaniri Date: Thu, 31 Mar 2022 00:10:13 +0900 Subject: [PATCH] Update --- .../assets/minecraft/lang/en_us.json | 70 +++++++++++---- .../assets/minecraft/lang/ja_jp.json | 45 ++++++++-- .../assets/minecraft/lang/en_us.json | 45 ---------- .../assets/minecraft/lang/ja_jp.json | 45 ---------- .../models/item/carrot_on_a_stick.json | 25 ------ .../assets/minecraft/models/item/whip_1.json | 6 -- .../assets/minecraft/models/item/whip_10.json | 6 -- .../assets/minecraft/models/item/whip_11.json | 6 -- .../assets/minecraft/models/item/whip_12.json | 6 -- .../assets/minecraft/models/item/whip_13.json | 6 -- .../assets/minecraft/models/item/whip_14.json | 6 -- .../assets/minecraft/models/item/whip_15.json | 6 -- .../assets/minecraft/models/item/whip_16.json | 6 -- .../assets/minecraft/models/item/whip_2.json | 6 -- .../assets/minecraft/models/item/whip_3.json | 6 -- .../assets/minecraft/models/item/whip_4.json | 6 -- .../assets/minecraft/models/item/whip_5.json | 6 -- .../assets/minecraft/models/item/whip_6.json | 6 -- .../assets/minecraft/models/item/whip_7.json | 6 -- .../assets/minecraft/models/item/whip_8.json | 6 -- .../assets/minecraft/models/item/whip_9.json | 6 -- .../assets/minecraft/sounds.json | 3 - tunakan_resource_pack_x16/pack.mcmeta | 6 -- .../assets/keiba_assistant/sounds.json | 3 + .../assets/keiba_assistant}/sounds/whip.ogg | Bin .../assets/minecraft/lang/en_us.json | 83 ++++++++++++++++++ .../assets/minecraft/lang/ja_jp.json | 82 +++++++++++++++++ .../models/item/carrot_on_a_stick.json | 25 ++++++ .../minecraft/models/item/command_block.json | 7 ++ .../minecraft/models/item/keibag_coin.json | 35 ++++++++ .../assets/minecraft/models/item/whip_1.json | 6 ++ .../assets/minecraft/models/item/whip_10.json | 6 ++ .../assets/minecraft/models/item/whip_11.json | 6 ++ .../assets/minecraft/models/item/whip_12.json | 6 ++ .../assets/minecraft/models/item/whip_13.json | 6 ++ .../assets/minecraft/models/item/whip_14.json | 6 ++ .../assets/minecraft/models/item/whip_15.json | 6 ++ .../assets/minecraft/models/item/whip_16.json | 6 ++ .../assets/minecraft/models/item/whip_2.json | 6 ++ .../assets/minecraft/models/item/whip_3.json | 6 ++ .../assets/minecraft/models/item/whip_4.json | 6 ++ .../assets/minecraft/models/item/whip_5.json | 6 ++ .../assets/minecraft/models/item/whip_6.json | 6 ++ .../assets/minecraft/models/item/whip_7.json | 6 ++ .../assets/minecraft/models/item/whip_8.json | 6 ++ .../assets/minecraft/models/item/whip_9.json | 6 ++ .../minecraft/textures/item/keibag_coin.png | Bin 0 -> 224 bytes .../assets/minecraft/textures/item/whip_1.png | Bin .../minecraft/textures/item/whip_10.png | Bin .../minecraft/textures/item/whip_11.png | Bin .../minecraft/textures/item/whip_12.png | Bin .../minecraft/textures/item/whip_13.png | Bin .../minecraft/textures/item/whip_14.png | Bin .../minecraft/textures/item/whip_15.png | Bin .../minecraft/textures/item/whip_16.png | Bin .../assets/minecraft/textures/item/whip_2.png | Bin .../assets/minecraft/textures/item/whip_3.png | Bin .../assets/minecraft/textures/item/whip_4.png | Bin .../assets/minecraft/textures/item/whip_5.png | Bin .../assets/minecraft/textures/item/whip_6.png | Bin .../assets/minecraft/textures/item/whip_7.png | Bin .../assets/minecraft/textures/item/whip_8.png | Bin .../assets/minecraft/textures/item/whip_9.png | Bin tunakan_resource_pack_x18/pack.mcmeta | 6 ++ .../pack.png | Bin 65 files changed, 426 insertions(+), 246 deletions(-) delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/lang/en_us.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/lang/ja_jp.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/models/item/carrot_on_a_stick.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/models/item/whip_1.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/models/item/whip_10.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/models/item/whip_11.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/models/item/whip_12.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/models/item/whip_13.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/models/item/whip_14.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/models/item/whip_15.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/models/item/whip_16.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/models/item/whip_2.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/models/item/whip_3.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/models/item/whip_4.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/models/item/whip_5.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/models/item/whip_6.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/models/item/whip_7.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/models/item/whip_8.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/models/item/whip_9.json delete mode 100644 tunakan_resource_pack_x16/assets/minecraft/sounds.json delete mode 100644 tunakan_resource_pack_x16/pack.mcmeta create mode 100644 tunakan_resource_pack_x18/assets/keiba_assistant/sounds.json rename {tunakan_resource_pack_x16/assets/minecraft => tunakan_resource_pack_x18/assets/keiba_assistant}/sounds/whip.ogg (100%) create mode 100644 tunakan_resource_pack_x18/assets/minecraft/lang/en_us.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/lang/ja_jp.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/carrot_on_a_stick.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/command_block.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/keibag_coin.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/whip_1.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/whip_10.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/whip_11.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/whip_12.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/whip_13.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/whip_14.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/whip_15.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/whip_16.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/whip_2.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/whip_3.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/whip_4.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/whip_5.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/whip_6.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/whip_7.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/whip_8.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/models/item/whip_9.json create mode 100644 tunakan_resource_pack_x18/assets/minecraft/textures/item/keibag_coin.png rename {tunakan_resource_pack_x16 => tunakan_resource_pack_x18}/assets/minecraft/textures/item/whip_1.png (100%) rename {tunakan_resource_pack_x16 => tunakan_resource_pack_x18}/assets/minecraft/textures/item/whip_10.png (100%) rename {tunakan_resource_pack_x16 => tunakan_resource_pack_x18}/assets/minecraft/textures/item/whip_11.png (100%) rename {tunakan_resource_pack_x16 => tunakan_resource_pack_x18}/assets/minecraft/textures/item/whip_12.png (100%) rename {tunakan_resource_pack_x16 => tunakan_resource_pack_x18}/assets/minecraft/textures/item/whip_13.png (100%) rename {tunakan_resource_pack_x16 => tunakan_resource_pack_x18}/assets/minecraft/textures/item/whip_14.png (100%) rename {tunakan_resource_pack_x16 => tunakan_resource_pack_x18}/assets/minecraft/textures/item/whip_15.png (100%) rename {tunakan_resource_pack_x16 => tunakan_resource_pack_x18}/assets/minecraft/textures/item/whip_16.png (100%) rename {tunakan_resource_pack_x16 => tunakan_resource_pack_x18}/assets/minecraft/textures/item/whip_2.png (100%) rename {tunakan_resource_pack_x16 => tunakan_resource_pack_x18}/assets/minecraft/textures/item/whip_3.png (100%) rename {tunakan_resource_pack_x16 => tunakan_resource_pack_x18}/assets/minecraft/textures/item/whip_4.png (100%) rename {tunakan_resource_pack_x16 => tunakan_resource_pack_x18}/assets/minecraft/textures/item/whip_5.png (100%) rename {tunakan_resource_pack_x16 => tunakan_resource_pack_x18}/assets/minecraft/textures/item/whip_6.png (100%) rename {tunakan_resource_pack_x16 => tunakan_resource_pack_x18}/assets/minecraft/textures/item/whip_7.png (100%) rename {tunakan_resource_pack_x16 => tunakan_resource_pack_x18}/assets/minecraft/textures/item/whip_8.png (100%) rename {tunakan_resource_pack_x16 => tunakan_resource_pack_x18}/assets/minecraft/textures/item/whip_9.png (100%) create mode 100644 tunakan_resource_pack_x18/pack.mcmeta rename {tunakan_resource_pack_x16 => tunakan_resource_pack_x18}/pack.png (100%) diff --git a/tunakan_resource_pack/assets/minecraft/lang/en_us.json b/tunakan_resource_pack/assets/minecraft/lang/en_us.json index b67df04..ed5e07d 100644 --- a/tunakan_resource_pack/assets/minecraft/lang/en_us.json +++ b/tunakan_resource_pack/assets/minecraft/lang/en_us.json @@ -1,39 +1,65 @@ { "tellraw.tunakan.welcome":"%s installation complete!", - "tellraw.tunakan.creater":"[Created by %s]", - "book.keiba_assistant.clear":"Return whips", + "tellraw.tunakan.creator":"[Created by %s]", + "book.keiba_assistant.command":"%sCommand", + "book.keiba_assistant.start":"Manual Start", + "book.keiba_assistant.reset":"Reset", + "book.keiba_assistant.emergency":"%sFor Emergency Use", + "book.keiba_assistant.reset_whip":"Reset Whip Status", + "book.keiba_assistant.default":"Restore Default", + "book.keiba_assistant.usage":"Whip Usage", + "book.keiba_assistant.export":"(Export)", + "book.keiba_assistant.available":"Available", + "book.keiba_assistant.using":"In Use", + "book.keiba_assistant.clear":"Return Whips", "book.keiba_assistant.whip":"Get a %s", - "item.keiba_assistant.boost":"Boost remaining:%s / %s", + "item.keiba_assistant.commandbook":"Command Book", + "item.keiba_assistant.whipbook":"Whip Book", + "item.keiba_assistant.resetsign":"Reset Sign", + "item.keiba_assistant.whipsign":"Whip Book Sign", + "item.keiba_assistant.remain":"Boost remaining:%s / %s", "item.keiba_assistant.whip":"Whip for gate %s", "scoreboard.keiba_assistant.remain":"Number of boosts available", "scoreboard.keiba_assistant.time":"Horse Racing(sec)", - "title.keiba_assistant.ready_start":"seconds to the start of the race.", + "sign.keiba_assistant.click":"Click to %s", + "sign.keiba_assistant.click.return":"Return", + "sign.keiba_assistant.reset":"Reset", + "sign.keiba_assistant.return":"Whip and Book", + "sign.keiba_assistant.whip":"Get A Whip Book", + "storage.keiba_assistant.countdown":"COUNTDOWN", + "storage.keiba_assistant.race":"RACING", + "storage.keiba_assistant.stop":"AUTO STOP", + "storage.keiba_assistant.wait":"WAITING", + "title.keiba_assistant.ready":"seconds to the start of the race", "title.keiba_assistant.boost":"Boost remaining:%s", "title.keiba_assistant.start":"Start ! ! !", "tellraw.keiba_assistant.welcome":"%sHorse Racing Assistant", - "tellraw.keiba_assistant.clear":"Whip returned.", - "tellraw.keiba_assistant.give":"%s received.", - "tellraw.keiba_assistant.reserve":"You can't accept this whip because %s already has it.", - "tellraw.keiba_assistant.foul":"The %s was killed because it tried to cheat.", + "tellraw.keiba_assistant.clear":"Whip returned", + "tellraw.keiba_assistant.clear.system":"This whip was returned as unusable", + "tellraw.keiba_assistant.give":"%s received", + "tellraw.keiba_assistant.reserve":"This whip already has an owner", + "tellraw.keiba_assistant.foul":"The %s was killed because it tried to cheat", "tellraw.keiba_assistant.winner":"%s has crossed the finish line in rank %3$s%2$s!", "tellraw.keiba_assistant.rank":"#", - "book.keiba_assistant_gamble.bet1":"Bet on number %s.", + "book.keiba_assistant_gamble.bet1":"Bet on number %s", "book.keiba_assistant_gamble.cancel":"Cancel Bets", "entity.keiba_assistant_gamble.coinsales":"Coin Salesperson", "entity.keiba_assistant_gamble.cashier":"Cashier", "item.keiba_assistant_gamble.coin":"Horse Racing Coin", - "item.keiba_assistant_gamble.coin.lore":"Coins for betting on horse races.", + "item.keiba_assistant_gamble.coin.lore":"Coins for betting on horse races", + "item.keiba_assistant_gamble.betsign":"BET Sign", + "item.keiba_assistant_gamble.refundsign":"Refund Sign", "item.keiba_assistant_gamble.bettime":"Bet Time", "item.keiba_assistant_gamble.refund":"Refund", - "sign.keiba_assistant_gamble.click":"Click to start", - "sign.keiba_assistant_gamble.bettime":"betting time.", - "sign.keiba_assistant_gamble.refund":"refund", + "sign.keiba_assistant_gamble.bettime":"Start Betting Time", + "sign.keiba_assistant_gamble.refund":"Refund", "tellraw.keiba_assistant_gamble.welcome":"%sHorse Racing Assistant Gambling add-on", "tellraw.keiba_assistant_gamble.bet":"Betted on number %s", - "tellraw.keiba_assistant_gamble.cancel":"Bet Canceled.", - "tellraw.keiba_assistant_quiz.welcome":"%sHorse Racing Assistant Quiz Add-on", - "tellraw.keiba_assistant_quiz.wrong":"The %s was a wrong answer, so it was retired.", + "tellraw.keiba_assistant_gamble.cancel":"Bet Canceled", "title.keiba_assistant_gamble.bet":"Number of bets:%s", + "book.keiba_assistant_quiz.cancel":"Cancel Answer", + "tellraw.keiba_assistant_quiz.welcome":"%sHorse Racing Assistant Quiz Add-on", + "tellraw.keiba_assistant_quiz.wrong":"The %s was a wrong answer, so it was retired", "advancements.shigen.root.title":"Resources World", "advancements.shigen.root.description":"Gather as many resources as you can!", "advancements.shigen.overworld.title":"Welcome to Resource World!", @@ -43,9 +69,15 @@ "advancements.shigen.end.title":"Welcome to Resource End!", "advancements.shigen.end.description":"Fight the Shulkers and Get a Elytra!\nThere are many ships out there that have yet to be discovered! (compared to this server)", "item.logintime.bonussalmon.name":"Bonus Salmon Jerky", + "item.logintime.overflow":"Congrats on the overflow!", "item.logintime.bonussalmon.lore1":"A magical salmon jerky that", - "item.logintime.bonussalmon.lore2":"may become stronger the longer you log in.", - "tellraw.logintime.bonus":"%s, you've surpassed %s %s of playtime!", + "item.logintime.bonussalmon.lore2":"may become stronger the longer you log in", + "team.logintime.dunce":"[Dunce]", + "tellraw.logintime.bonus":"%s, here's your bonus for breaking %s %s of play time!", + "tellraw.logintime.overflow":"%s's playing time has overflowed! Congratulations!!!", + "tellraw.logintime.delay":"%s more times until you become a dunce", + "tellraw.logintime.dunce":"%s became a dunce", + "tellraw.logintime.forgive":"You've moved on from being a dunce", "tellraw.logintime.time":"hours", - "tellraw.logintime.welcome":"%sLogin bounus -Saketoba Edition!- " + "tellraw.logintime.welcome":"%sLogin bounus" } \ No newline at end of file diff --git a/tunakan_resource_pack/assets/minecraft/lang/ja_jp.json b/tunakan_resource_pack/assets/minecraft/lang/ja_jp.json index ff35667..2176b37 100644 --- a/tunakan_resource_pack/assets/minecraft/lang/ja_jp.json +++ b/tunakan_resource_pack/assets/minecraft/lang/ja_jp.json @@ -1,19 +1,42 @@ { "tellraw.tunakan.welcome":"%sのインストールが完了しました!", - "tellraw.tunakan.creater":"[Created by %s]", + "tellraw.tunakan.creator":"[Created by %s]", + "book.keiba_assistant.command":"%sコマンド", + "book.keiba_assistant.start":"手動スタート", + "book.keiba_assistant.reset":"リセット", + "book.keiba_assistant.emergency":"%s緊急用", + "book.keiba_assistant.reset_whip":"鞭の取得状況をリセット", + "book.keiba_assistant.default":"デフォルトに戻す", + "book.keiba_assistant.usage":"鞭の利用状況", + "book.keiba_assistant.export":"(出力)", + "book.keiba_assistant.available":"利用可", + "book.keiba_assistant.using":"利用中", "book.keiba_assistant.clear":"鞭を返却", "book.keiba_assistant.whip":"%sを取得", - "item.keiba_assistant.boost":"ブースト残数:%s / %s", + "item.keiba_assistant.commandbook":"コマンド本", + "item.keiba_assistant.whipbook":"鞭の本", + "item.keiba_assistant.resetsign":"リセット看板", + "item.keiba_assistant.whipsign":"鞭の本看板", + "item.keiba_assistant.remain":"ブースト残数:%s / %s", "item.keiba_assistant.whip":"%s番ゲート用鞭", "scoreboard.keiba_assistant.remain":"ブースト使用可能回数", "scoreboard.keiba_assistant.time":"競馬(秒)", - "title.keiba_assistant.ready_start":"スタートまで", + "sign.keiba_assistant.click":"クリックして", + "sign.keiba_assistant.reset":"リセット", + "sign.keiba_assistant.return":"鞭と本を返却する", + "sign.keiba_assistant.whip":"鞭の本を受け取る", + "storage.keiba_assistant.countdown":"カウントダウン中", + "storage.keiba_assistant.race":"レース中", + "storage.keiba_assistant.stop":"自動終了", + "storage.keiba_assistant.wait":"待機中", + "title.keiba_assistant.ready":"スタートまで", "title.keiba_assistant.boost":"ブースト残数:%s", "title.keiba_assistant.start":"スタート! ! !", "tellraw.keiba_assistant.welcome":"%s競馬アシスタント", "tellraw.keiba_assistant.clear":"鞭を返却しました", + "tellraw.keiba_assistant.clear.system":"この鞭は使用できないため返却されました", "tellraw.keiba_assistant.give":"%sを受け取りました", - "tellraw.keiba_assistant.reserve":"この鞭は既に%sさんが持っているため受け取れません", + "tellraw.keiba_assistant.reserve":"この鞭は既に所有者がいます", "tellraw.keiba_assistant.foul":"%sは不正をしようとしたので殺された", "tellraw.keiba_assistant.winner":"%sさんが%s%sでゴールしました!", "tellraw.keiba_assistant.rank":"位", @@ -23,17 +46,19 @@ "entity.keiba_assistant_gamble.cashier":"景品交換員", "item.keiba_assistant_gamble.coin":"競馬コイン", "item.keiba_assistant_gamble.coin.lore":"競馬で賭けをするためのコイン", + "item.keiba_assistant_gamble.betsign":"ベット看板", + "item.keiba_assistant_gamble.refundsign":"払い戻し看板", "item.keiba_assistant_gamble.bettime":"ベット開始", "item.keiba_assistant_gamble.refund":"払い戻し", - "sign.keiba_assistant_gamble.click":"クリックして", "sign.keiba_assistant_gamble.bettime":"ベットを開始", "sign.keiba_assistant_gamble.refund":"一気に払い戻す", "tellraw.keiba_assistant_gamble.welcome":"%s競馬アシスタント 賭けアドオン", "tellraw.keiba_assistant_gamble.bet":"%s番に賭けました", "tellraw.keiba_assistant_gamble.cancel":"賭けをキャンセルしました", + "title.keiba_assistant_gamble.bet":"賭けた人数:%s", + "book.keiba_assistant_quiz.cancel":"回答をキャンセル", "tellraw.keiba_assistant_quiz.welcome":"%s競馬アシスタント クイズアドオン", "tellraw.keiba_assistant_quiz.wrong":"%sさんは不正解だったのでリタイアになった", - "title.keiba_assistant_gamble.bet":"賭けた人数:%s", "advancements.shigen.root.title":"資源", "advancements.shigen.root.description":"たくさんの資源を集めよう!", "advancements.shigen.overworld.title":"資源ワールドへようこそ!", @@ -43,9 +68,15 @@ "advancements.shigen.end.title":"資源エンドへようこそ!", "advancements.shigen.end.description":"シュルカーたちと戦いつつエリトラを手に入れよう!\nまだ発見されていない船はたくさんあるぞ!(当鯖比)", "item.logintime.bonussalmon.name":"ボーナス鮭とば", + "item.logintime.overflow":"オーバーフローおめでとう!", "item.logintime.bonussalmon.lore1":"ログイン時間が長くなるほど", "item.logintime.bonussalmon.lore2":"強くなるかもしれない魔法の鮭とば", + "team.logintime.dunce":"[負け犬]", "tellraw.logintime.bonus":"%sさんプレイ時間%s%s突破ボーナスです!", + "tellraw.logintime.overflow":"%sさんのプレイ時間がオーバーフローしました!おめでとうございます!!!", + "tellraw.logintime.delay":"負け犬になるまであと%s回", + "tellraw.logintime.dunce":"%sは負け犬になった", + "tellraw.logintime.forgive":"あなたは負け犬の状態から脱却しました", "tellraw.logintime.time":"時間", - "tellraw.logintime.welcome":"%sログインボーナス -Saketoba Edition!- " + "tellraw.logintime.welcome":"%sログインボーナス" } \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/lang/en_us.json b/tunakan_resource_pack_x16/assets/minecraft/lang/en_us.json deleted file mode 100644 index c9605ff..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/lang/en_us.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "tellraw.tunakan.welcome":"%s%s installation complete!", - "tellraw.tunakan.creater":"[Created by %s]", - "item.keiba_assistant.whip1":"Whip for gate 1", - "item.keiba_assistant.whip2":"Whip for gate 2", - "item.keiba_assistant.whip3":"Whip for gate 3", - "item.keiba_assistant.whip4":"Whip for gate 4", - "item.keiba_assistant.whip5":"Whip for gate 5", - "item.keiba_assistant.whip6":"Whip for gate 6", - "item.keiba_assistant.whip7":"Whip for gate 7", - "item.keiba_assistant.whip8":"Whip for gate 8", - "item.keiba_assistant.whip9":"Whip for gate 9", - "item.keiba_assistant.whip10":"Whip for gate 10", - "item.keiba_assistant.whip11":"Whip for gate 11", - "item.keiba_assistant.whip12":"Whip for gate 12", - "item.keiba_assistant.whip13":"Whip for gate 13", - "item.keiba_assistant.whip14":"Whip for gate 14", - "item.keiba_assistant.whip15":"Whip for gate 15", - "item.keiba_assistant.whip16":"Whip for gate 16", - "scoreboard.keiba_assistant.whip": "Number of boosts available", - "scoreboard.keiba_assistant.time": "Horse Racing(sec)", - "title.keiba_assistant.ready_start": "seconds to the start of the race.", - "title.keiba_assistant.cant_use":"I can't use it any more!", - "title.keiba_assistant.boost":"Boosts remaining:", - "title.keiba_assistant.start":"Start ! ! !", - "tellraw.keiba_assistant_color.welcome":"Horse Racing Assistant (Color Edition)", - "tellraw.keiba_assistant.death":"%s was incorrect, so he was retired.", - "tellraw.keiba_assistant.foul":"%s was killed because he tried to cheat.", - "tellraw.keiba_assistant.winner":"%s has crossed the finish line in rank %s %s!", - "tellraw.keiba_assistant.rank":"place", - "advancements.shigen.root.title":"resources", - "advancements.shigen.root.description":"Gather as many resources as you can!", - "advancements.shigen.overworld.title":"Welcome to Resource World!", - "advancements.shigen.overworld.description":"Let's mine all the ore we can find!", - "advancements.shigen.nether.title":"Welcome to the resource Nether!", - "advancements.shigen.nether.description":"Let's explore the unmaintained Nether!", - "advancements.shigen.end.title":"Welcome to Resource End!", - "advancements.shigen.end.description":"Fight the Shulkers and get the Elytra!\nThere are many ships out there that have yet to be discovered! (compared to this server)", - "tellraw.logintime.bonus":"%s, you've surpassed %s %s of playtime!", - "tellraw.logintime.time":"hours", - "item.logintime.bonussalmon.name":"Bonus Salmon Jerky", - "item.logintime.bonussalmon.lore1":"A magical salmon jerky that", - "item.logintime.bonussalmon.lore2":"may become stronger the longer you log in.", - "tellraw.logintime.welcome":"Login bounus -Saketoba Edition!-" -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/lang/ja_jp.json b/tunakan_resource_pack_x16/assets/minecraft/lang/ja_jp.json deleted file mode 100644 index d04c190..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/lang/ja_jp.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "tellraw.tunakan.welcome":"%s%sのインストールが完了しました!", - "tellraw.tunakan.creater":"[Created by %s]", - "item.keiba_assistant.whip1":"1番ゲート用鞭", - "item.keiba_assistant.whip2":"2番ゲート用鞭", - "item.keiba_assistant.whip3":"3番ゲート用鞭", - "item.keiba_assistant.whip4":"4番ゲート用鞭", - "item.keiba_assistant.whip5":"5番ゲート用鞭", - "item.keiba_assistant.whip6":"6番ゲート用鞭", - "item.keiba_assistant.whip7":"7番ゲート用鞭", - "item.keiba_assistant.whip8":"8番ゲート用鞭", - "item.keiba_assistant.whip9":"9番ゲート用鞭", - "item.keiba_assistant.whip10":"10番ゲート用鞭", - "item.keiba_assistant.whip11":"11番ゲート用鞭", - "item.keiba_assistant.whip12":"12番ゲート用鞭", - "item.keiba_assistant.whip13":"13番ゲート用鞭", - "item.keiba_assistant.whip14":"14番ゲート用鞭", - "item.keiba_assistant.whip15":"15番ゲート用鞭", - "item.keiba_assistant.whip16":"16番ゲート用鞭", - "scoreboard.keiba_assistant.whip": "ブースト使用可能回数", - "scoreboard.keiba_assistant.time": "競馬(秒)", - "title.keiba_assistant.ready_start": "スタートまで", - "title.keiba_assistant.cant_use":"もうこれ以上使えない!", - "title.keiba_assistant.boost":"残りブースト数:", - "title.keiba_assistant.start":"スタート! ! !", - "tellraw.keiba_assistant_color.welcome":"競馬アシスタント(カラー版)", - "tellraw.keiba_assistant.death":"%sさんは不正解だったのでリタイアになった", - "tellraw.keiba_assistant.foul":"%sは不正をしようとしたので殺された", - "tellraw.keiba_assistant.winner":"%sさんが%s%sでゴールしました!", - "tellraw.keiba_assistant.rank":"位", - "advancements.shigen.root.title":"資源", - "advancements.shigen.root.description":"たくさんの資源を集めよう!", - "advancements.shigen.overworld.title":"資源ワールドへようこそ!", - "advancements.shigen.overworld.description":"鉱石を採りつくそう!", - "advancements.shigen.nether.title":"資源ネザーへようこそ!", - "advancements.shigen.nether.description":"整備されてない地獄を探検しよう!", - "advancements.shigen.end.title":"資源エンドへようこそ!", - "advancements.shigen.end.description":"シュルカーたちと戦いつつエリトラを手に入れよう!\nまだ発見されていない船はたくさんあるぞ!(当鯖比)", - "tellraw.logintime.bonus":"%sさんプレイ時間%s%s突破ボーナスです!", - "tellraw.logintime.time":"時間", - "item.logintime.bonussalmon.name":"ボーナス鮭とば", - "item.logintime.bonussalmon.lore1":"ログイン時間が長くなるほど", - "item.logintime.bonussalmon.lore2":"強くなるかもしれない魔法の鮭とば", - "tellraw.logintime.welcome":"ログインボーナス -Saketoba Edition!-" -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/models/item/carrot_on_a_stick.json b/tunakan_resource_pack_x16/assets/minecraft/models/item/carrot_on_a_stick.json deleted file mode 100644 index 645b708..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/models/item/carrot_on_a_stick.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "parent": "minecraft:item/handheld_rod", - "textures": { - "layer0": "minecraft:item/carrot_on_a_stick" - }, - - "overrides": [ - {"predicate": {"custom_model_data":1}, "model": "minecraft:item/whip_1"}, - {"predicate": {"custom_model_data":2}, "model": "minecraft:item/whip_2"}, - {"predicate": {"custom_model_data":3}, "model": "minecraft:item/whip_3"}, - {"predicate": {"custom_model_data":4}, "model": "minecraft:item/whip_4"}, - {"predicate": {"custom_model_data":5}, "model": "minecraft:item/whip_5"}, - {"predicate": {"custom_model_data":6}, "model": "minecraft:item/whip_6"}, - {"predicate": {"custom_model_data":7}, "model": "minecraft:item/whip_7"}, - {"predicate": {"custom_model_data":8}, "model": "minecraft:item/whip_8"}, - {"predicate": {"custom_model_data":9}, "model": "minecraft:item/whip_9"}, - {"predicate": {"custom_model_data":10}, "model": "minecraft:item/whip_10"}, - {"predicate": {"custom_model_data":11}, "model": "minecraft:item/whip_11"}, - {"predicate": {"custom_model_data":12}, "model": "minecraft:item/whip_12"}, - {"predicate": {"custom_model_data":13}, "model": "minecraft:item/whip_13"}, - {"predicate": {"custom_model_data":14}, "model": "minecraft:item/whip_14"}, - {"predicate": {"custom_model_data":15}, "model": "minecraft:item/whip_15"}, - {"predicate": {"custom_model_data":16}, "model": "minecraft:item/whip_16"} - ] -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_1.json b/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_1.json deleted file mode 100644 index 401d5fd..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "minecraft:item/whip_1" - } -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_10.json b/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_10.json deleted file mode 100644 index 7992ab8..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_10.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "minecraft:item/whip_10" - } -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_11.json b/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_11.json deleted file mode 100644 index 2a97f26..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_11.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "minecraft:item/whip_11" - } -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_12.json b/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_12.json deleted file mode 100644 index f98df77..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_12.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "minecraft:item/whip_12" - } -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_13.json b/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_13.json deleted file mode 100644 index 3f921f3..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_13.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "minecraft:item/whip_13" - } -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_14.json b/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_14.json deleted file mode 100644 index 3a9920e..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_14.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "minecraft:item/whip_14" - } -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_15.json b/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_15.json deleted file mode 100644 index 8b3b86d..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_15.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "minecraft:item/whip_15" - } -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_16.json b/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_16.json deleted file mode 100644 index 111a0b6..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_16.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "minecraft:item/whip_16" - } -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_2.json b/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_2.json deleted file mode 100644 index 75633cb..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "minecraft:item/whip_2" - } -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_3.json b/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_3.json deleted file mode 100644 index ee45f43..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "minecraft:item/whip_3" - } -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_4.json b/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_4.json deleted file mode 100644 index 5fa38fa..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_4.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "minecraft:item/whip_4" - } -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_5.json b/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_5.json deleted file mode 100644 index 1897a25..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_5.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "minecraft:item/whip_5" - } -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_6.json b/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_6.json deleted file mode 100644 index 45e986e..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_6.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "minecraft:item/whip_6" - } -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_7.json b/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_7.json deleted file mode 100644 index 77bb00d..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_7.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "minecraft:item/whip_7" - } -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_8.json b/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_8.json deleted file mode 100644 index a99c1f0..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_8.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "minecraft:item/whip_8" - } -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_9.json b/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_9.json deleted file mode 100644 index ad31527..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/models/item/whip_9.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/handheld", - "textures": { - "layer0": "minecraft:item/whip_9" - } -} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/sounds.json b/tunakan_resource_pack_x16/assets/minecraft/sounds.json deleted file mode 100644 index 36f7a9b..0000000 --- a/tunakan_resource_pack_x16/assets/minecraft/sounds.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "custom.whip": {"sounds":["whip"]} - } \ No newline at end of file diff --git a/tunakan_resource_pack_x16/pack.mcmeta b/tunakan_resource_pack_x16/pack.mcmeta deleted file mode 100644 index e01578e..0000000 --- a/tunakan_resource_pack_x16/pack.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pack": { - "pack_format": 8, - "description": "Tunacan's lib -for 16 Edition- [Created by tunakaniri]" - } -} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/keiba_assistant/sounds.json b/tunakan_resource_pack_x18/assets/keiba_assistant/sounds.json new file mode 100644 index 0000000..2683418 --- /dev/null +++ b/tunakan_resource_pack_x18/assets/keiba_assistant/sounds.json @@ -0,0 +1,3 @@ +{ + "whip":{"sounds":["keiba_assistant:whip"]} + } \ No newline at end of file diff --git a/tunakan_resource_pack_x16/assets/minecraft/sounds/whip.ogg b/tunakan_resource_pack_x18/assets/keiba_assistant/sounds/whip.ogg similarity index 100% rename from tunakan_resource_pack_x16/assets/minecraft/sounds/whip.ogg rename to tunakan_resource_pack_x18/assets/keiba_assistant/sounds/whip.ogg diff --git a/tunakan_resource_pack_x18/assets/minecraft/lang/en_us.json b/tunakan_resource_pack_x18/assets/minecraft/lang/en_us.json new file mode 100644 index 0000000..552ad2b --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/lang/en_us.json @@ -0,0 +1,83 @@ +{ + "tellraw.tunakan.welcome":"%s installation complete!", + "tellraw.tunakan.creator":"[Created by %s]", + "book.keiba_assistant.command":"%sCommand", + "book.keiba_assistant.start":"Manual Start", + "book.keiba_assistant.reset":"Reset", + "book.keiba_assistant.emergency":"%sFor Emergency Use", + "book.keiba_assistant.reset_whip":"Reset Whip Status", + "book.keiba_assistant.default":"Restore Default", + "book.keiba_assistant.usage":"Whip Usage", + "book.keiba_assistant.export":"(Export)", + "book.keiba_assistant.available":"Available", + "book.keiba_assistant.using":"In Use", + "book.keiba_assistant.clear":"Return Whips", + "book.keiba_assistant.whip":"Get a %s", + "item.keiba_assistant.commandbook":"Command Book", + "item.keiba_assistant.whipbook":"Whip Book", + "item.keiba_assistant.resetsign":"Reset Sign", + "item.keiba_assistant.whipsign":"Whip Book Sign", + "item.keiba_assistant.remain":"Boost remaining:%s / %s", + "item.keiba_assistant.whip":"Whip for gate %s", + "scoreboard.keiba_assistant.remain":"Number of boosts available", + "scoreboard.keiba_assistant.time":"Horse Racing(sec)", + "sign.keiba_assistant.click":"Click to %s", + "sign.keiba_assistant.click.return":"Return", + "sign.keiba_assistant.reset":"Reset", + "sign.keiba_assistant.return":"Whip and Book", + "sign.keiba_assistant.whip":"Get A Whip Book", + "storage.keiba_assistant.countdown":"COUNTDOWN", + "storage.keiba_assistant.race":"RACING", + "storage.keiba_assistant.stop":"AUTO STOP", + "storage.keiba_assistant.wait":"WAITING", + "title.keiba_assistant.ready":"seconds to the start of the race", + "title.keiba_assistant.boost":"Boost remaining:%s", + "title.keiba_assistant.start":"Start ! ! !", + "tellraw.keiba_assistant_x18.welcome":"%sHorse Racing Assistant -18-person edition-", + "tellraw.keiba_assistant.clear":"Whip returned", + "tellraw.keiba_assistant.clear.system":"This whip was returned as unusable", + "tellraw.keiba_assistant.give":"%s received", + "tellraw.keiba_assistant.reserve":"This whip already has an owner", + "tellraw.keiba_assistant.foul":"The %s was killed because it tried to cheat", + "tellraw.keiba_assistant.winner":"%s has crossed the finish line in rank %3$s%2$s!", + "tellraw.keiba_assistant.rank":"#", + "book.keiba_assistant_gamble.bet1":"Bet on number %s", + "book.keiba_assistant_gamble.cancel":"Cancel Bets", + "entity.keiba_assistant_gamble.coinsales":"Coin Salesperson", + "entity.keiba_assistant_gamble.cashier":"Cashier", + "item.keiba_assistant_gamble.coin":"Horse Racing Coin", + "item.keiba_assistant_gamble.coin.lore":"Coins for betting on horse races", + "item.keiba_assistant_gamble.betsign":"BET Sign", + "item.keiba_assistant_gamble.refundsign":"Refund Sign", + "item.keiba_assistant_gamble.bettime":"Bet Time", + "item.keiba_assistant_gamble.refund":"Refund", + "sign.keiba_assistant_gamble.bettime":"Start Betting Time", + "sign.keiba_assistant_gamble.refund":"Refund", + "tellraw.keiba_assistant_gamble.welcome":"%sHorse Racing Assistant Gambling add-on", + "tellraw.keiba_assistant_gamble.bet":"Betted on number %s", + "tellraw.keiba_assistant_gamble.cancel":"Bet Canceled", + "title.keiba_assistant_gamble.bet":"Number of bets:%s", + "book.keiba_assistant_quiz.cancel":"Cancel Answer", + "tellraw.keiba_assistant_quiz.welcome":"%sHorse Racing Assistant Quiz Add-on", + "tellraw.keiba_assistant_quiz.wrong":"The %s was a wrong answer, so it was retired", + "advancements.shigen.root.title":"Resources World", + "advancements.shigen.root.description":"Gather as many resources as you can!", + "advancements.shigen.overworld.title":"Welcome to Resource World!", + "advancements.shigen.overworld.description":"Let's mine all the ore we can find!", + "advancements.shigen.nether.title":"Welcome to the resource Nether!", + "advancements.shigen.nether.description":"Let's explore the unmaintained Nether!", + "advancements.shigen.end.title":"Welcome to Resource End!", + "advancements.shigen.end.description":"Fight the Shulkers and Get a Elytra!\nThere are many ships out there that have yet to be discovered! (compared to this server)", + "item.logintime.bonussalmon.name":"Bonus Salmon Jerky", + "item.logintime.overflow":"Congrats on the overflow!", + "item.logintime.bonussalmon.lore1":"A magical salmon jerky that", + "item.logintime.bonussalmon.lore2":"may become stronger the longer you log in", + "team.logintime.dunce":"[Dunce]", + "tellraw.logintime.bonus":"%s, here's your bonus for breaking %s %s of play time!", + "tellraw.logintime.overflow":"%s's playing time has overflowed! Congratulations!!!", + "tellraw.logintime.delay":"%s more times until you become a dunce", + "tellraw.logintime.dunce":"%s became a dunce", + "tellraw.logintime.forgive":"You've moved on from being a dunce", + "tellraw.logintime.time":"hours", + "tellraw.logintime.welcome":"%sLogin bounus" +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/lang/ja_jp.json b/tunakan_resource_pack_x18/assets/minecraft/lang/ja_jp.json new file mode 100644 index 0000000..e44075c --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/lang/ja_jp.json @@ -0,0 +1,82 @@ +{ + "tellraw.tunakan.welcome":"%sのインストールが完了しました!", + "tellraw.tunakan.creator":"[Created by %s]", + "book.keiba_assistant.command":"%sコマンド", + "book.keiba_assistant.start":"手動スタート", + "book.keiba_assistant.reset":"リセット", + "book.keiba_assistant.emergency":"%s緊急用", + "book.keiba_assistant.reset_whip":"鞭の取得状況をリセット", + "book.keiba_assistant.default":"デフォルトに戻す", + "book.keiba_assistant.usage":"鞭の利用状況", + "book.keiba_assistant.export":"(出力)", + "book.keiba_assistant.available":"利用可", + "book.keiba_assistant.using":"利用中", + "book.keiba_assistant.clear":"鞭を返却", + "book.keiba_assistant.whip":"%sを取得", + "item.keiba_assistant.commandbook":"コマンド本", + "item.keiba_assistant.whipbook":"鞭の本", + "item.keiba_assistant.resetsign":"リセット看板", + "item.keiba_assistant.whipsign":"鞭の本看板", + "item.keiba_assistant.remain":"ブースト残数:%s / %s", + "item.keiba_assistant.whip":"%s番ゲート用鞭", + "scoreboard.keiba_assistant.remain":"ブースト使用可能回数", + "scoreboard.keiba_assistant.time":"競馬(秒)", + "sign.keiba_assistant.click":"クリックして", + "sign.keiba_assistant.reset":"リセット", + "sign.keiba_assistant.return":"鞭と本を返却する", + "sign.keiba_assistant.whip":"鞭の本を受け取る", + "storage.keiba_assistant.countdown":"カウントダウン中", + "storage.keiba_assistant.race":"レース中", + "storage.keiba_assistant.stop":"自動終了", + "storage.keiba_assistant.wait":"待機中", + "title.keiba_assistant.ready":"スタートまで", + "title.keiba_assistant.boost":"ブースト残数:%s", + "title.keiba_assistant.start":"スタート! ! !", + "tellraw.keiba_assistant_x18.welcome":"%s競馬アシスタント -18人版-", + "tellraw.keiba_assistant.clear":"鞭を返却しました", + "tellraw.keiba_assistant.clear.system":"この鞭は使用できないため返却されました", + "tellraw.keiba_assistant.give":"%sを受け取りました", + "tellraw.keiba_assistant.reserve":"この鞭は既に所有者がいます", + "tellraw.keiba_assistant.foul":"%sは不正をしようとしたので殺された", + "tellraw.keiba_assistant.winner":"%sさんが%s%sでゴールしました!", + "tellraw.keiba_assistant.rank":"位", + "book.keiba_assistant_gamble.bet":"%s番に賭ける", + "book.keiba_assistant_gamble.cancel":"ベットをキャンセル", + "entity.keiba_assistant_gamble.coinsales":"コイン販売員", + "entity.keiba_assistant_gamble.cashier":"景品交換員", + "item.keiba_assistant_gamble.coin":"競馬コイン", + "item.keiba_assistant_gamble.coin.lore":"競馬で賭けをするためのコイン", + "item.keiba_assistant_gamble.betsign":"ベット看板", + "item.keiba_assistant_gamble.refundsign":"払い戻し看板", + "item.keiba_assistant_gamble.bettime":"ベット開始", + "item.keiba_assistant_gamble.refund":"払い戻し", + "sign.keiba_assistant_gamble.bettime":"ベットを開始", + "sign.keiba_assistant_gamble.refund":"一気に払い戻す", + "tellraw.keiba_assistant_gamble.welcome":"%s競馬アシスタント 賭けアドオン", + "tellraw.keiba_assistant_gamble.bet":"%s番に賭けました", + "tellraw.keiba_assistant_gamble.cancel":"賭けをキャンセルしました", + "title.keiba_assistant_gamble.bet":"賭けた人数:%s", + "book.keiba_assistant_quiz.cancel":"回答をキャンセル", + "tellraw.keiba_assistant_quiz.welcome":"%s競馬アシスタント クイズアドオン", + "tellraw.keiba_assistant_quiz.wrong":"%sさんは不正解だったのでリタイアになった", + "advancements.shigen.root.title":"資源", + "advancements.shigen.root.description":"たくさんの資源を集めよう!", + "advancements.shigen.overworld.title":"資源ワールドへようこそ!", + "advancements.shigen.overworld.description":"鉱石を採りつくそう!", + "advancements.shigen.nether.title":"資源ネザーへようこそ!", + "advancements.shigen.nether.description":"整備されてない地獄を探検しよう!", + "advancements.shigen.end.title":"資源エンドへようこそ!", + "advancements.shigen.end.description":"シュルカーたちと戦いつつエリトラを手に入れよう!\nまだ発見されていない船はたくさんあるぞ!(当鯖比)", + "item.logintime.bonussalmon.name":"ボーナス鮭とば", + "item.logintime.overflow":"オーバーフローおめでとう!", + "item.logintime.bonussalmon.lore1":"ログイン時間が長くなるほど", + "item.logintime.bonussalmon.lore2":"強くなるかもしれない魔法の鮭とば", + "team.logintime.dunce":"[負け犬]", + "tellraw.logintime.bonus":"%sさんプレイ時間%s%s突破ボーナスです!", + "tellraw.logintime.overflow":"%sさんのプレイ時間がオーバーフローしました!おめでとうございます!!!", + "tellraw.logintime.delay":"負け犬になるまであと%s回", + "tellraw.logintime.dunce":"%sは負け犬になった", + "tellraw.logintime.forgive":"あなたは負け犬の状態から脱却しました", + "tellraw.logintime.time":"時間", + "tellraw.logintime.welcome":"%sログインボーナス" +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/carrot_on_a_stick.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/carrot_on_a_stick.json new file mode 100644 index 0000000..29825f7 --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/carrot_on_a_stick.json @@ -0,0 +1,25 @@ +{ + "parent":"minecraft:item/handheld_rod", + "textures":{ + "layer0":"minecraft:item/carrot_on_a_stick" + }, + + "overrides":[ + {"predicate":{"custom_model_data":1}, "model":"minecraft:item/whip_1"}, + {"predicate":{"custom_model_data":2}, "model":"minecraft:item/whip_2"}, + {"predicate":{"custom_model_data":3}, "model":"minecraft:item/whip_3"}, + {"predicate":{"custom_model_data":4}, "model":"minecraft:item/whip_4"}, + {"predicate":{"custom_model_data":5}, "model":"minecraft:item/whip_5"}, + {"predicate":{"custom_model_data":6}, "model":"minecraft:item/whip_6"}, + {"predicate":{"custom_model_data":7}, "model":"minecraft:item/whip_7"}, + {"predicate":{"custom_model_data":8}, "model":"minecraft:item/whip_8"}, + {"predicate":{"custom_model_data":9}, "model":"minecraft:item/whip_9"}, + {"predicate":{"custom_model_data":10}, "model":"minecraft:item/whip_10"}, + {"predicate":{"custom_model_data":11}, "model":"minecraft:item/whip_11"}, + {"predicate":{"custom_model_data":12}, "model":"minecraft:item/whip_12"}, + {"predicate":{"custom_model_data":13}, "model":"minecraft:item/whip_13"}, + {"predicate":{"custom_model_data":14}, "model":"minecraft:item/whip_14"}, + {"predicate":{"custom_model_data":15}, "model":"minecraft:item/whip_15"}, + {"predicate":{"custom_model_data":16}, "model":"minecraft:item/whip_16"} + ] +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/command_block.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/command_block.json new file mode 100644 index 0000000..7662e4c --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/command_block.json @@ -0,0 +1,7 @@ +{ + "parent":"minecraft:block/command_block", + + "overrides":[ + {"predicate":{"custom_model_data":1}, "model":"minecraft:item/keibag_coin"} + ] +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/keibag_coin.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/keibag_coin.json new file mode 100644 index 0000000..15c495c --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/keibag_coin.json @@ -0,0 +1,35 @@ +{ + "parent":"item/generated", + "textures":{ + "layer0":"minecraft:item/keibag_coin" + }, + "display":{ + "thirdperson_righthand":{ + "translation":[0, 3, 0], + "scale":[0.4, 0.4, 0.4] + }, + "thirdperson_lefthand":{ + "translation":[0, 3, 0], + "scale":[0.4, 0.4, 0.4] + }, + "firstperson_righthand":{ + "translation":[3, 2.5, 0], + "scale":[0.4, 0.4, 0.4] + }, + "firstperson_lefthand":{ + "translation":[3, 2.5, 0], + "scale":[0.4, 0.4, 0.4] + }, + "ground":{ + "translation":[0, 2, 0], + "scale":[0.4, 0.4, 0.4] + }, + "gui":{ + "scale":[0.8, 0.8, 0.8] + }, + "fixed":{ + "rotation":[0, 180, 0], + "scale":[0.8, 0.8, 0.8] + } + } +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_1.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_1.json new file mode 100644 index 0000000..3ac3c7f --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_1.json @@ -0,0 +1,6 @@ +{ + "parent":"minecraft:item/handheld", + "textures":{ + "layer0":"minecraft:item/whip_1" + } +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_10.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_10.json new file mode 100644 index 0000000..5cd39c5 --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_10.json @@ -0,0 +1,6 @@ +{ + "parent":"minecraft:item/handheld", + "textures":{ + "layer0":"minecraft:item/whip_10" + } +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_11.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_11.json new file mode 100644 index 0000000..248cc7a --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_11.json @@ -0,0 +1,6 @@ +{ + "parent":"minecraft:item/handheld", + "textures":{ + "layer0":"minecraft:item/whip_11" + } +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_12.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_12.json new file mode 100644 index 0000000..982b49b --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_12.json @@ -0,0 +1,6 @@ +{ + "parent":"minecraft:item/handheld", + "textures":{ + "layer0":"minecraft:item/whip_12" + } +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_13.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_13.json new file mode 100644 index 0000000..21f522c --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_13.json @@ -0,0 +1,6 @@ +{ + "parent":"minecraft:item/handheld", + "textures":{ + "layer0":"minecraft:item/whip_13" + } +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_14.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_14.json new file mode 100644 index 0000000..c14d5ad --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_14.json @@ -0,0 +1,6 @@ +{ + "parent":"minecraft:item/handheld", + "textures":{ + "layer0":"minecraft:item/whip_14" + } +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_15.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_15.json new file mode 100644 index 0000000..09918fd --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_15.json @@ -0,0 +1,6 @@ +{ + "parent":"minecraft:item/handheld", + "textures":{ + "layer0":"minecraft:item/whip_15" + } +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_16.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_16.json new file mode 100644 index 0000000..9af315a --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_16.json @@ -0,0 +1,6 @@ +{ + "parent":"minecraft:item/handheld", + "textures":{ + "layer0":"minecraft:item/whip_16" + } +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_2.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_2.json new file mode 100644 index 0000000..bcca944 --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_2.json @@ -0,0 +1,6 @@ +{ + "parent":"minecraft:item/handheld", + "textures":{ + "layer0":"minecraft:item/whip_2" + } +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_3.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_3.json new file mode 100644 index 0000000..f74c4fd --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_3.json @@ -0,0 +1,6 @@ +{ + "parent":"minecraft:item/handheld", + "textures":{ + "layer0":"minecraft:item/whip_3" + } +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_4.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_4.json new file mode 100644 index 0000000..0525904 --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_4.json @@ -0,0 +1,6 @@ +{ + "parent":"minecraft:item/handheld", + "textures":{ + "layer0":"minecraft:item/whip_4" + } +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_5.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_5.json new file mode 100644 index 0000000..09e8093 --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_5.json @@ -0,0 +1,6 @@ +{ + "parent":"minecraft:item/handheld", + "textures":{ + "layer0":"minecraft:item/whip_5" + } +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_6.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_6.json new file mode 100644 index 0000000..fd2c757 --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_6.json @@ -0,0 +1,6 @@ +{ + "parent":"minecraft:item/handheld", + "textures":{ + "layer0":"minecraft:item/whip_6" + } +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_7.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_7.json new file mode 100644 index 0000000..a0cad8b --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_7.json @@ -0,0 +1,6 @@ +{ + "parent":"minecraft:item/handheld", + "textures":{ + "layer0":"minecraft:item/whip_7" + } +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_8.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_8.json new file mode 100644 index 0000000..b8ed9f0 --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_8.json @@ -0,0 +1,6 @@ +{ + "parent":"minecraft:item/handheld", + "textures":{ + "layer0":"minecraft:item/whip_8" + } +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_9.json b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_9.json new file mode 100644 index 0000000..23ac9bd --- /dev/null +++ b/tunakan_resource_pack_x18/assets/minecraft/models/item/whip_9.json @@ -0,0 +1,6 @@ +{ + "parent":"minecraft:item/handheld", + "textures":{ + "layer0":"minecraft:item/whip_9" + } +} \ No newline at end of file diff --git a/tunakan_resource_pack_x18/assets/minecraft/textures/item/keibag_coin.png b/tunakan_resource_pack_x18/assets/minecraft/textures/item/keibag_coin.png new file mode 100644 index 0000000000000000000000000000000000000000..683a406bf198127245825da5743e071d97f2b67b GIT binary patch literal 224 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|W_h|ehFJJ7 zoqSsGfC7ih!WlA`e7by%EhBm)J2ZqY)YzgTe~DWM4f3ei_Y literal 0 HcmV?d00001 diff --git a/tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_1.png b/tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_1.png similarity index 100% rename from tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_1.png rename to tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_1.png diff --git a/tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_10.png b/tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_10.png similarity index 100% rename from tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_10.png rename to tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_10.png diff --git a/tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_11.png b/tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_11.png similarity index 100% rename from tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_11.png rename to tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_11.png diff --git a/tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_12.png b/tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_12.png similarity index 100% rename from tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_12.png rename to tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_12.png diff --git a/tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_13.png b/tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_13.png similarity index 100% rename from tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_13.png rename to tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_13.png diff --git a/tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_14.png b/tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_14.png similarity index 100% rename from tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_14.png rename to tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_14.png diff --git a/tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_15.png b/tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_15.png similarity index 100% rename from tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_15.png rename to tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_15.png diff --git a/tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_16.png b/tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_16.png similarity index 100% rename from tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_16.png rename to tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_16.png diff --git a/tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_2.png b/tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_2.png similarity index 100% rename from tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_2.png rename to tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_2.png diff --git a/tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_3.png b/tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_3.png similarity index 100% rename from tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_3.png rename to tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_3.png diff --git a/tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_4.png b/tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_4.png similarity index 100% rename from tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_4.png rename to tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_4.png diff --git a/tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_5.png b/tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_5.png similarity index 100% rename from tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_5.png rename to tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_5.png diff --git a/tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_6.png b/tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_6.png similarity index 100% rename from tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_6.png rename to tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_6.png diff --git a/tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_7.png b/tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_7.png similarity index 100% rename from tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_7.png rename to tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_7.png diff --git a/tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_8.png b/tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_8.png similarity index 100% rename from tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_8.png rename to tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_8.png diff --git a/tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_9.png b/tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_9.png similarity index 100% rename from tunakan_resource_pack_x16/assets/minecraft/textures/item/whip_9.png rename to tunakan_resource_pack_x18/assets/minecraft/textures/item/whip_9.png diff --git a/tunakan_resource_pack_x18/pack.mcmeta b/tunakan_resource_pack_x18/pack.mcmeta new file mode 100644 index 0000000..1b2f4e8 --- /dev/null +++ b/tunakan_resource_pack_x18/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack":{ + "pack_format":8, + "description":"Tunakan's lib -For 18-person Edition- v4.2" + } +} \ No newline at end of file diff --git a/tunakan_resource_pack_x16/pack.png b/tunakan_resource_pack_x18/pack.png similarity index 100% rename from tunakan_resource_pack_x16/pack.png rename to tunakan_resource_pack_x18/pack.png