|
3 | 3 | "item.animal_pen.animal_cage.entity": "Entity: %s", |
4 | 4 | "item.animal_pen.animal_cage.amount": "Count: %d", |
5 | 5 | "item.animal_pen.animal_cage.variants": "Variants: %d", |
6 | | - "item.animal_pen.animal_cage.tip": "Right-click on animal to catch it", |
7 | | - "item.animal_pen.animal_cage.release": "Crouch and right-click on any block to release it", |
| 6 | + "item.animal_pen.animal_cage.tip": "Right-click an animal to catch it", |
| 7 | + "item.animal_pen.animal_cage.release": "Sneak + right-click on a block to release it", |
8 | 8 | "item.animal_pen.animal_cage.error.baby": "Cannot catch baby animals", |
9 | | - "item.animal_pen.animal_cage.error.blocked": "Animal is blocked from picking up", |
10 | 9 | "item.animal_pen.animal_cage.error.tame": "Cannot catch tamed animals", |
11 | | - "item.animal_pen.animal_cage.error.wrong": "Animal cage contains different animal", |
| 10 | + "item.animal_pen.animal_cage.error.wrong": "This cage contains a different animal", |
12 | 11 | "item.animal_pen.animal_cage.error.unknown": "Failed to catch animal", |
13 | | - "item.animal_pen.animal_cage.error.not_allowed": "Cannot pick up with animal cage", |
14 | | - "item.animal_pen.animal_cage.error.not_mob": "Only mobs can be picked up", |
15 | | - "item.animal_pen.animal_cage.error.too_many_variants": "Variant cannot be stored. Memory is full", |
16 | | - "item.animal_pen.animal_cage.error.leashed": "Cannot pickup leashed animals", |
17 | | - "item.animal_pen.animal_cage.error.saddled": "Cannot pickup animals with saddle", |
18 | | - "item.animal_pen.animal_cage.error.chested": "Cannot pickup animals with chests equipped", |
| 12 | + "item.animal_pen.animal_cage.error.not_allowed": "This animal cannot be caught with an Animal Cage", |
| 13 | + "item.animal_pen.animal_cage.error.too_many_variants": "Cannot store another variant. The cage is full", |
| 14 | + "item.animal_pen.animal_cage.error.chested": "Cannot catch animals carrying chests", |
| 15 | + "item.animal_pen.animal_cage.error.full": "Animal Cage is full", |
19 | 16 |
|
20 | | - "item.animal_pen.water_animal_container": "Water Animal Container", |
| 17 | + "item.animal_pen.water_animal_container": "Aquatic Jar", |
21 | 18 | "item.animal_pen.water_animal_container.entity": "Entity: %s", |
22 | 19 | "item.animal_pen.water_animal_container.amount": "Count: %d", |
23 | 20 | "item.animal_pen.water_animal_container.variants": "Variants: %d", |
24 | | - "item.animal_pen.water_animal_container.tip": "Right-click on water animal to catch it", |
25 | | - "item.animal_pen.water_animal_container.release": "Crouch and right-click on any block to release it", |
26 | | - "item.animal_pen.water_animal_container.error.baby": "Cannot catch baby water animals", |
27 | | - "item.animal_pen.water_animal_container.error.blocked": "Animal is blocked from picking up", |
28 | | - "item.animal_pen.water_animal_container.error.wrong": "Animal cage contains different water animal", |
29 | | - "item.animal_pen.water_animal_container.error.unknown": "Failed to catch water animal", |
30 | | - "item.animal_pen.water_animal_container.error.not_allowed": "Cannot pick up with water animal container", |
31 | | - "item.animal_pen.water_animal_container.error.not_mob": "Only mobs can be picked up", |
32 | | - "item.animal_pen.water_animal_container.error.too_many_variants": "Variant cannot be stored. Memory is full", |
33 | | - "item.animal_pen.water_animal_container.error.tame": "Cannot pickup tamed water animals", |
34 | | - "item.animal_pen.water_animal_container.error.leashed": "Cannot pickup leashed water animals", |
35 | | - "item.animal_pen.water_animal_container.error.saddled": "Cannot pickup water animals with saddle", |
36 | | - "item.animal_pen.water_animal_container.error.chested": "Cannot pickup animals with chests equipped", |
| 21 | + "item.animal_pen.water_animal_container.tip": "Right-click an aquatic animal to capture it", |
| 22 | + "item.animal_pen.water_animal_container.release": "Sneak + right-click on a block to release it", |
| 23 | + "item.animal_pen.water_animal_container.error.baby": "Cannot capture baby aquatic animals", |
| 24 | + "item.animal_pen.water_animal_container.error.wrong": "This jar contains a different aquatic animal", |
| 25 | + "item.animal_pen.water_animal_container.error.unknown": "Failed to capture aquatic animal", |
| 26 | + "item.animal_pen.water_animal_container.error.not_allowed": "This animal cannot be captured with an Aquatic Jar", |
| 27 | + "item.animal_pen.water_animal_container.error.too_many_variants": "Cannot store another variant. The jar is full", |
| 28 | + "item.animal_pen.water_animal_container.error.tame": "Cannot capture tamed aquatic animals", |
| 29 | + "item.animal_pen.water_animal_container.error.chested": "Cannot capture animals carrying chests", |
| 30 | + "item.animal_pen.water_animal_container.error.full": "Aquatic Jar is full", |
37 | 31 |
|
38 | | - "item.animal_pen.bird_catcher": "Bird Catcher", |
| 32 | + "item.animal_pen.bird_catcher": "Avian Net", |
39 | 33 | "item.animal_pen.bird_catcher.entity": "Entity: %s", |
40 | 34 | "item.animal_pen.bird_catcher.amount": "Count: %d", |
41 | 35 | "item.animal_pen.bird_catcher.variants": "Variants: %d", |
42 | | - "item.animal_pen.bird_catcher.tip": "Right-click on flying mobs to catch it", |
43 | | - "item.animal_pen.bird_catcher.release": "Crouch and right-click on any block to release it", |
44 | | - "item.animal_pen.bird_catcher.error.baby": "Cannot catch baby mobs", |
45 | | - "item.animal_pen.bird_catcher.error.blocked": "Mob is blocked from picking up", |
46 | | - "item.animal_pen.bird_catcher.error.wrong": "Bird Catcher contains different mob", |
47 | | - "item.animal_pen.bird_catcher.error.unknown": "Failed to catch mob", |
48 | | - "item.animal_pen.bird_catcher.error.not_allowed": "Cannot pick up with bird catcher", |
49 | | - "item.animal_pen.bird_catcher.error.not_mob": "Only mobs can be picked up", |
50 | | - "item.animal_pen.bird_catcher.error.too_many_variants": "Variant cannot be stored. Memory is full", |
51 | | - "item.animal_pen.bird_catcher.error.tame": "Cannot pickup tamed mobs", |
52 | | - "item.animal_pen.bird_catcher.error.leashed": "Cannot pickup leashed mobs", |
53 | | - "item.animal_pen.bird_catcher.error.saddled": "Cannot pickup mobs with saddle", |
54 | | - "item.animal_pen.bird_catcher.error.chested": "Cannot pickup with chests equipped", |
| 36 | + "item.animal_pen.bird_catcher.tip": "Right-click a flying animal to capture it", |
| 37 | + "item.animal_pen.bird_catcher.release": "Sneak + right-click on a block to release it", |
| 38 | + "item.animal_pen.bird_catcher.error.baby": "Cannot capture baby flying animals", |
| 39 | + "item.animal_pen.bird_catcher.error.wrong": "This net contains a different flying animal", |
| 40 | + "item.animal_pen.bird_catcher.error.unknown": "Failed to capture flying animal", |
| 41 | + "item.animal_pen.bird_catcher.error.not_allowed": "This animal cannot be captured with an Avian Net", |
| 42 | + "item.animal_pen.bird_catcher.error.too_many_variants": "Cannot store another variant. The net is full", |
| 43 | + "item.animal_pen.bird_catcher.error.tame": "Cannot capture tamed flying animals", |
| 44 | + "item.animal_pen.bird_catcher.error.chested": "Cannot capture animals carrying chests", |
| 45 | + "item.animal_pen.bird_catcher.error.full": "Avian Net is full", |
55 | 46 |
|
56 | 47 | "category.animal_pen.items": "Animal Pen Items", |
57 | 48 |
|
|
104 | 95 |
|
105 | 96 | "display.animal_pen.requires_pollen": "%1$s §cNeeds at least §2%3$d §cpollen", |
106 | 97 | "display.animal_pen.requires_food": "%1$s §cNeeds at least 2 mobs", |
| 98 | + "display.animal_pen.reached_max": "%1$s §dMax mob count reached", |
107 | 99 |
|
108 | 100 | "gui.animal_pen.variant_selection_screen": "§8Variant Selection", |
109 | | - "gui.animal_pen.variant_selection_screen.select_variant": "Pose %d", |
110 | 101 | "gui.animal_pen.variant_selection_screen.fixed_size": "%d", |
111 | 102 | "gui.animal_pen.variant_selection_screen.apply_tooltip": "Click to apply this variant", |
112 | 103 | "gui.animal_pen.variant_selection_screen.delete_tooltip": "Click to remove this variant", |
|
116 | 107 | "gui.animal_pen.variant_selection_screen.configure_tooltip": "Click to configure animal pen", |
117 | 108 |
|
118 | 109 | "gui.animal_pen.variant_selection_screen.configure.title": "Configure", |
119 | | - "gui.animal_pen.variant_selection_screen.configure.minimal_animal_count": "Minimal animal count in block:", |
| 110 | + "gui.animal_pen.variant_selection_screen.configure.minimal_animal_count": "Min Animals:", |
| 111 | + "gui.animal_pen.variant_selection_screen.configure.minimal_animal_count.tooltip": "The minimum number of animals that must always remain in the block. \nPrevents accidental harvesting or removal below this amount.", |
120 | 112 | "gui.animal_pen.variant_selection_screen.configure.entity_size": "Display Size: %d / %d", |
121 | | - "gui.animal_pen.variant_selection_screen.configure.enable_protection": "Toggle protection for block", |
| 113 | + "gui.animal_pen.variant_selection_screen.configure.entity_size.tooltip": "Adjusts how large the animal appears inside the block.", |
| 114 | + "gui.animal_pen.variant_selection_screen.configure.entity_size.disabled": "§cOption disabled in config.", |
| 115 | + "gui.animal_pen.variant_selection_screen.configure.enable_protection": "Block Protection", |
| 116 | + "gui.animal_pen.variant_selection_screen.configure.enable_protection.tooltip": "When enabled, other players cannot interact with this block or the animals inside.", |
122 | 117 | "gui.animal_pen.variant_selection_screen.configure.save": "Save", |
123 | 118 | "gui.animal_pen.variant_selection_screen.configure.cancel": "Cancel", |
124 | 119 |
|
|
183 | 178 | "option.animal_pen.max_stored_animal_variants.tooltip[1]": "can be stored per item.", |
184 | 179 | "option.animal_pen.max_stored_animal_variants.tooltip[2]": "Be aware, this increases NBT data size,", |
185 | 180 | "option.animal_pen.max_stored_animal_variants.tooltip[3]": "so not recommended to put infinite amount.", |
| 181 | + "option.animal_pen.block_dispenser_interactions": "Prevent Dispenser Interactions", |
| 182 | + "option.animal_pen.block_dispenser_interactions.tooltip[0]": "Allows toggling whether dispensers are", |
| 183 | + "option.animal_pen.block_dispenser_interactions.tooltip[1]": "prevented from interacting with animals", |
| 184 | + "option.animal_pen.block_dispenser_interactions.tooltip[2]": "in pens, aviaries, and aquariums.", |
186 | 185 | "option.animal_pen.debug": "Debug Output", |
187 | 186 | "option.animal_pen.debug.tooltip[0]": "When enabled, displays debug messages in log", |
188 | 187 |
|
|
271 | 270 | "advancements.animal_pen.entity.minecraft.frog_froglight.description": "Feed magma cubes to frog", |
272 | 271 |
|
273 | 272 | "advancements.animal_pen.aquatic_keeper.title": "Aquatic Keeper", |
274 | | - "advancements.animal_pen.aquatic_keeper.description": "Catch your first aquatic creature with an Animal Water Container", |
| 273 | + "advancements.animal_pen.aquatic_keeper.description": "Catch your first aquatic creature with an Aquatic Jar", |
275 | 274 | "advancements.animal_pen.entity.minecraft.axolotl.title": "Adorable Amphibian", |
276 | 275 | "advancements.animal_pen.entity.minecraft.axolotl.description": "Catch an Axolotl", |
277 | 276 | "advancements.animal_pen.entity.minecraft.axolotl_water_bucket.title": "Axolotl in a Bucket", |
|
308 | 307 | "advancements.animal_pen.entity.minecraft.tadpole_water_bucket.description": "Use a water bucket on an Aquarium to pick it up", |
309 | 308 |
|
310 | 309 | "advancements.animal_pen.bird_watcher.title": "Bird Watcher", |
311 | | - "advancements.animal_pen.bird_watcher.description": "Catch your first flying creature with a Bird Catcher", |
| 310 | + "advancements.animal_pen.bird_watcher.description": "Catch your first flying creature with a Avian Net", |
312 | 311 | "advancements.animal_pen.entity.minecraft.bee.title": "Busy Bee", |
313 | 312 | "advancements.animal_pen.entity.minecraft.bee.description": "Catch a Bee", |
314 | 313 | "advancements.animal_pen.entity.minecraft.bee_shear.title": "Honeycomb Harvest", |
|
328 | 327 | "advancements.animal_pen.variant_change.description": "Change an animal's appearance variant", |
329 | 328 |
|
330 | 329 | "jei.animal_pen.item_info_animal_cage": "Animal Cage Capturable", |
331 | | - "jei.animal_pen.item_info_water_animal_container": "Water Animal Container Capturable", |
332 | | - "jei.animal_pen.item_info_bird_catcher": "Bird Catcher Capturable", |
| 330 | + "jei.animal_pen.item_info_water_animal_container": "Aquatic Jar Capturable", |
| 331 | + "jei.animal_pen.item_info_bird_catcher": "Aviary Net Capturable", |
333 | 332 | "jei.animal_pen.animal_cage": "Right-click with Animal Cage to capture:", |
334 | | - "jei.animal_pen.water_animal_container": "Right-click with Water Animal Container to capture:", |
335 | | - "jei.animal_pen.bird_catcher": "Right-click with Bird Catcher to capture:", |
| 333 | + "jei.animal_pen.water_animal_container": "Right-click with Aquatic Jar to capture:", |
| 334 | + "jei.animal_pen.bird_catcher": "Right-click with Aviary Net to capture:", |
336 | 335 | "jei.animal_pen.animal_cage.info": "Right-click a mob to capture it. Crouch + Right-click a block to release it. Place in an Animal Pen to interact with captured animals.", |
337 | 336 | "jei.animal_pen.water_animal_container.info": "Right-click a mob to capture it. Crouch + Right-click a block to release it. Place in an Aquarium to interact with captured animals.", |
338 | 337 | "jei.animal_pen.bird_catcher.info": "Right-click a mob to capture it. Crouch + Right-click a block to release it. Place in an Aviary to interact with captured animals." |
|
0 commit comments