-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'refs/heads/1.19' into 1.18
- Loading branch information
Showing
8 changed files
with
115 additions
and
114 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 |
---|---|---|
@@ -1,34 +1,24 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
insert_final_newline = true | ||
tab_width = 4 | ||
trim_trailing_whitespace = true | ||
|
||
[*.gradle] | ||
indent_style = tab | ||
|
||
[*.java] | ||
indent_size = 4 | ||
indent_style = tab | ||
tab_width = 4 | ||
insert_final_newline = true | ||
|
||
[*.json] | ||
indent_style = space | ||
[*.yml] | ||
indent_size = 2 | ||
|
||
[quilt.mod.json] | ||
indent_style = tab | ||
tab_width = 2 | ||
|
||
[*.toml] | ||
indent_style = tab | ||
tab_width = 2 | ||
|
||
[*.properties] | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
[.editorconfig] | ||
indent_style = space | ||
indent_size = 4 | ||
[*.java] | ||
ij_java_block_brace_style = end_of_line | ||
ij_java_lambda_brace_style = end_of_line | ||
ij_java_method_brace_style = end_of_line | ||
ij_java_names_count_to_use_import_on_demand = 999 | ||
|
||
[{*.gant,*.groovy,*.gy,*.gradle}] | ||
ij_groovy_block_brace_style = end_of_line | ||
ij_groovy_class_brace_style = end_of_line | ||
ij_groovy_lambda_brace_style = end_of_line | ||
ij_groovy_method_brace_style = end_of_line | ||
|
||
[{*.har,*.json,*.png.mcmeta,mcmod.info,pack.mcmeta}] | ||
ij_json_array_wrapping = split_into_lines |
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
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
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
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
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
20 changes: 10 additions & 10 deletions
20
src/main/resources/assets/switchy_teleport/lang/en_us.json
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"switchy.modules.switchy_teleport.last_location.description": "A module that switches the location of the player.", | ||
"switchy.modules.switchy_teleport.last_location.enabled": "You will have a separate tracked location for each preset.", | ||
"switchy.modules.switchy_teleport.last_location.disabled": "Your location wont be tracked per-preset; you will not be teleported when switching.", | ||
"switchy.modules.switchy_teleport.last_location.warning": "All saved locations will be IMMEDIATELY lost. This is irreversible.", | ||
"switchy.modules.switchy_teleport.spawn_point.description": "A module that switches the spawn point of the player.", | ||
"switchy.modules.switchy_teleport.spawn_point.enabled": "You will have separate spawn points per-preset.", | ||
"switchy.modules.switchy_teleport.spawn_point.disabled": "You will share a single spawn point across all presets.", | ||
"switchy.modules.switchy_teleport.spawn_point.warning": "All other spawn points will be IMMEDIATELY lost. This is irreversible.", | ||
"switchy.modules.switchy_teleport.last_location.preview.tooltip": "Location: %s X:%s Y:%s Z:%s", | ||
"switchy.modules.switchy_teleport.spawn_point.preview.tooltip": "Spawn: %s X:%s Y:%s Z:%s" | ||
"switchy.modules.switchy_teleport.last_location.description": "A module that switches the location of the player.", | ||
"switchy.modules.switchy_teleport.last_location.enabled": "You will have a separate tracked location for each preset.", | ||
"switchy.modules.switchy_teleport.last_location.disabled": "Your location wont be tracked per-preset; you will not be teleported when switching.", | ||
"switchy.modules.switchy_teleport.last_location.warning": "All saved locations will be IMMEDIATELY lost. This is irreversible.", | ||
"switchy.modules.switchy_teleport.spawn_point.description": "A module that switches the spawn point of the player.", | ||
"switchy.modules.switchy_teleport.spawn_point.enabled": "You will have separate spawn points per-preset.", | ||
"switchy.modules.switchy_teleport.spawn_point.disabled": "You will share a single spawn point across all presets.", | ||
"switchy.modules.switchy_teleport.spawn_point.warning": "All other spawn points will be IMMEDIATELY lost. This is irreversible.", | ||
"switchy.modules.switchy_teleport.last_location.preview.tooltip": "Location: %s X:%s Y:%s Z:%s", | ||
"switchy.modules.switchy_teleport.spawn_point.preview.tooltip": "Spawn: %s X:%s Y:%s Z:%s" | ||
} |
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 |
---|---|---|
@@ -1,38 +1,38 @@ | ||
{ | ||
"schemaVersion": 1, | ||
"id": "${modId}", | ||
"version": "${version}", | ||
"name": "${modName}", | ||
"description": "${modDescription}", | ||
"authors": [ | ||
"${authors}" | ||
], | ||
"contributors": [ | ||
"${contributors}" | ||
], | ||
"contact": { | ||
"homepage": "${homepage}", | ||
"issues": "${issues}", | ||
"sources": "${sources}" | ||
}, | ||
"license": "${license}", | ||
"icon": "assets/${modId}/icon.png", | ||
"depends": { | ||
"minecraft": ">=${mc}", | ||
"fabricloader": ">=${fl}", | ||
"fabric-api": ">=${fapi}", | ||
"switchy-core": ">=${switchy}", | ||
"switchy-client": ">=${switchy}", | ||
"switchy-ui": ">=${switchy}" | ||
}, | ||
"entrypoints": { | ||
"switchy": [ | ||
"xyz.fulmine.switchy_teleport.modules.LocationModule", | ||
"xyz.fulmine.switchy_teleport.modules.SpawnModule" | ||
], | ||
"switchy_client": [ | ||
"xyz.fulmine.switchy_teleport.modules.client.LocationClientModule", | ||
"xyz.fulmine.switchy_teleport.modules.client.SpawnClientModule" | ||
] | ||
} | ||
"schemaVersion": 1, | ||
"id": "${modId}", | ||
"version": "${version}", | ||
"name": "${modName}", | ||
"description": "${modDescription}", | ||
"authors": [ | ||
"${authors}" | ||
], | ||
"contributors": [ | ||
"${contributors}" | ||
], | ||
"contact": { | ||
"homepage": "${homepage}", | ||
"issues": "${issues}", | ||
"sources": "${sources}" | ||
}, | ||
"license": "${license}", | ||
"icon": "assets/${modId}/icon.png", | ||
"depends": { | ||
"minecraft": ">=${mc}", | ||
"fabricloader": ">=${fl}", | ||
"fabric-api": ">=${fapi}", | ||
"switchy-core": ">=${switchy}", | ||
"switchy-client": ">=${switchy}", | ||
"switchy-ui": ">=${switchy}" | ||
}, | ||
"entrypoints": { | ||
"switchy": [ | ||
"xyz.fulmine.switchy_teleport.modules.LocationModule", | ||
"xyz.fulmine.switchy_teleport.modules.SpawnModule" | ||
], | ||
"switchy_client": [ | ||
"xyz.fulmine.switchy_teleport.modules.client.LocationClientModule", | ||
"xyz.fulmine.switchy_teleport.modules.client.SpawnClientModule" | ||
] | ||
} | ||
} |