File tree Expand file tree Collapse file tree 3 files changed +58
-0
lines changed
src/main/resources/assets
dynamictrees/patchouli_books/guide/ja_jp/entries/trees Expand file tree Collapse file tree 3 files changed +58
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " サボテン" ,
3
+ "icon" : " dynamictreesplus:pillar_cactus_seed" ,
4
+ "category" : " dynamictrees:trees" ,
5
+ "sortnum" : 5 ,
6
+ "pages" : [
7
+ {
8
+ "type" : " text" ,
9
+ "title" : " サボテン" ,
10
+ "text" : " 様々な種類のサボテンが乾燥したバイオームで生成されます。このトゲトゲした植物は伐採してサボテンブロックを入手でき、十分に成熟していればさらに種子も手に入れることができます。$(br2)砂漠ではパイプ型や柱型など、多くのサボテンを見つけることができます。一方荒地ではクラシックなサワロサボテンを見つけることができます。"
11
+ },
12
+ {
13
+ "type" : " image" ,
14
+ "images" : [" dynamictreesplus:textures/patchouli/images/cacti_1.png" ," dynamictreesplus:textures/patchouli/images/cacti_2.png" ],
15
+ "text" : " サボテンの例" ,
16
+ "border" : true
17
+ }
18
+ ]
19
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " 巨大キノコ" ,
3
+ "icon" : " dynamictreesplus:red_mushroom_seed" ,
4
+ "category" : " dynamictrees:trees" ,
5
+ "sortnum" : 6 ,
6
+ "pages" : [
7
+ {
8
+ "type" : " text" ,
9
+ "title" : " 巨大キノコ" ,
10
+ "text" : " 条件が整うと、キノコは巨大サイズに成長することがあります。そのかさは切り取ることができるほか、木のように伐採することも可能です。$(br2)これらは覆われた森で一般的に見られ、運が良ければキノコ島でも見つけることができます。"
11
+ },
12
+ {
13
+ "type" : " image" ,
14
+ "images" : [" dynamictreesplus:textures/patchouli/images/mushrooms_1.png" ," dynamictreesplus:textures/patchouli/images/mushrooms_2.png" ],
15
+ "text" : " 茶色と赤色の巨大キノコ" ,
16
+ "border" : true
17
+ }
18
+ ]
19
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "block.dynamictreesplus.cactus_branch" : " サボテン" ,
3
+ "block.dynamictreesplus.mushroom_branch" : " キノコ" ,
4
+
5
+ "species.dynamictreesplus.saguaro_cactus" : " サワロサボテン" ,
6
+ "species.dynamictreesplus.pillar_cactus" : " 柱サボテン" ,
7
+ "species.dynamictreesplus.pipe_cactus" : " パイプサボテン" ,
8
+ "species.dynamictreesplus.mega_cactus" : " 巨大サボテン" ,
9
+ "species.dynamictreesplus.red_mushroom" : " 赤色のキノコ" ,
10
+ "species.dynamictreesplus.brown_mushroom" : " 茶色のキノコ" ,
11
+ "species.dynamictreesplus.mega_red_mushroom" : " 赤色の巨大キノコ" ,
12
+ "species.dynamictreesplus.mega_brown_mushroom" : " 茶色の巨大キノコ" ,
13
+
14
+ "item.dynamictreesplus.saguaro_cactus_seed" : " サワロサボテンの果実" ,
15
+ "item.dynamictreesplus.pillar_cactus_seed" : " 柱サボテンの種子" ,
16
+ "item.dynamictreesplus.pipe_cactus_seed" : " パイプサボテンの種子" ,
17
+ "item.dynamictreesplus.brown_mushroom_seed" : " 茶色のキノコのかさ" ,
18
+ "item.dynamictreesplus.red_mushroom_seed" : " 赤色のキノコのかさ" ,
19
+ "item.dynamictreesplus.chorus_seed" : " コーラスの種子"
20
+ }
You can’t perform that action at this time.
0 commit comments