-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
13 changed files
with
31 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"advancements.husbandry.axolotl_in_a_bucket.description": "让六角恐龙入住蓝的盆", | ||
"advancements.husbandry.tadpole_in_a_bucket.description": "让蝌蚪入住蓝的盆", | ||
"advancements.story.lava_bucket.description": "让蓝的盆红温", | ||
"item.minecraft.axolotl_bucket": "六角恐龙:蓝的盆", | ||
"item.minecraft.bucket":"蓝的盆", | ||
"item.minecraft.cod_bucket": "使命召唤:蓝的盆", | ||
"item.minecraft.lava_bucket": "蓝的盆:红温了", | ||
"item.minecraft.milk_bucket": "奶的盆", | ||
"item.minecraft.powder_snow_bucket": "凉的盆", | ||
"item.minecraft.pufferfish_bucket": "泡芙鱼:蓝的盆", | ||
"item.minecraft.salmon_bucket": "鲑鱼:蓝的盆", | ||
"item.minecraft.tadpole_bucket": "蝌蚪:蓝的盆", | ||
"item.minecraft.tropical_fish_bucket": "小鱼君:蓝的盆", | ||
"item.minecraft.water_bucket": "贴吧:蓝的盆", | ||
"subtitles.item.bucket.empty": "蓝的盆:盆了", | ||
"subtitles.item.bucket.fill": "蓝的盆:舀了", | ||
"subtitles.entity.wandering_trader.drink_milk": "流浪奸商:喝/奶的盆" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+459 Bytes
modules/blue_basin/assets/minecraft/textures/item/powder_snow_bucket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.89 KB
modules/blue_basin/assets/minecraft/textures/item/pufferfish_bucket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+475 Bytes
modules/blue_basin/assets/minecraft/textures/item/tadpole_bucket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.96 KB
modules/blue_basin/assets/minecraft/textures/item/tropical_fish_bucket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"name": "blue_basin", | ||
"type": "resource", | ||
"description": "蓝的盆,,,", | ||
"author": ["Don_Trueno"], | ||
"languageModification": [ | ||
{ | ||
"file": "assets/minecraft/lang/zh_meme.json", | ||
"add": "add.json" | ||
} | ||
] | ||
} |