@@ -162,7 +162,7 @@ animated_java.dialog.camera_config: Animated Java Kamera-Konfiguration
162
162
animated_java.camera_config.entity_type : Typ des teleportierten Objektes
163
163
animated_java.camera_config.entity_type.description : |-
164
164
Das Objekt, das beim Erzeugen der Kamera verwendet werden soll.
165
- Zum Beispiel, falls Sie `minecraft:armor_stand` einstellen, wird die Kamera im Spiel zu einem armor_stand.
165
+ Zum Beispiel, falls Sie `minecraft:armor_stand` einstellen, wird die Kamera im Spiel ein armor_stand sein .
166
166
animated_java.camera_config.entity_type.error.space : |-
167
167
Objekt-IDs dürfen keine Leerzeichen enthalten.
168
168
animated_java.camera_config.entity_type.error.invalid_namespace : |-
@@ -178,25 +178,25 @@ animated_java.camera_config.nbt.description: |-
178
178
Beachten Sie, dass einige interne NBT Vorrang vor dieser Einstellung habn können.
179
179
180
180
# ## Locator Config
181
- animated_java.dialog.locator_config : Animated Java Locator Config
181
+ animated_java.dialog.locator_config : Animated Java Locator-Konfiguration
182
182
183
- animated_java.locator_config.entity_type : Entity Type
183
+ animated_java.locator_config.entity_type : Objekt-Typ
184
184
animated_java.locator_config.entity_type.description : |-
185
- The entity to use when summoning the locator .
186
- For instance, if you set this to `minecraft:pig`, The locator will be a pig in-game .
185
+ Das Objekt, das beim Erzeugen des Locators verwendet wird .
186
+ Zum Beispiel, falls Sie `minecraft:pig` einstellen, wird der Locator im Spiel ein Schwein sein .
187
187
animated_java.locator_config.entity_type.error.space : |-
188
- Entity IDs cannot contain spaces .
188
+ Objekt- IDs dürfen keine Leerzeichen enthalten .
189
189
animated_java.locator_config.entity_type.error.invalid_namespace : |-
190
- Entity IDs must have a namespace .
190
+ Objekt- IDs müssen ein Namespace haben .
191
191
animated_java.locator_config.entity_type.warning.unknown_entity : |-
192
- Entity ID isn't in vanilla minecraft
193
- This may cause issues when exporting .
194
- Ignore this warning if you're using snapshots or mods .
192
+ Objekt existiert nicht in Vanilla Minecraft.
193
+ Dies könnte Probleme verursachen beim exportieren .
194
+ Ignorieren Sie diese Warnung, falls Sie Snapshot-Versionen oder mit Mods spielen .
195
195
196
196
animated_java.locator_config.nbt : NBT
197
197
animated_java.locator_config.nbt.description : |-
198
- Custom NBT to apply to the summoned locator entity .
199
- Note that some internal NBT tags will take priority over this setting .
198
+ Benutzerdefinierte NBT, die bei diesem Locator angewendet werden soll .
199
+ Beachten Sie, dass einige interne NBT Vorrang vor dieser Einstellung habn können .
200
200
201
201
# ## Animation Config
202
202
animated_java.dialog.animation_config.title : Animation Properties
0 commit comments