Commit 32dc86a 1 parent 3cae407 commit 32dc86a Copy full SHA for 32dc86a
File tree 3 files changed +15
-1
lines changed
common/src/main/resources/assets/create_pattern_schematics/lang
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 23
23
- Added crafting using existing schematics instead of paper
24
24
1.20.1-1.1.14 : |
25
25
- Update logo for 1.20.1
26
+ 1.20.1-1.1.15 : |
27
+ - Added Spanish gameplay translations
26
28
...
Original file line number Diff line number Diff line change
1
+ {
2
+ "create_pattern_schematics.contraption_application.applied_to" : " Aplicar Esquema Patrón a " ,
3
+ "create_pattern_schematics.contraption_application.deployers" : " Desplegado(r/os)" ,
4
+ "create_pattern_schematics.contraption_application.not_positioned" : " No se pudo aplicar el esquema: ¡Esquema no esta colocado!" ,
5
+ "create_pattern_schematics.schematic.tool.clone" : " Clonar" ,
6
+ "create_pattern_schematics.schematic.tool.clone.description.0" : " Repetir el esquema seleccionado" ,
7
+ "create_pattern_schematics.schematic.tool.clone.description.1" : " Apunte al Esquema y usar [Ctrl]+[RUEDA DEL RATÓN] para repetir" ,
8
+ "create_pattern_schematics.schematic.tool.clone.description.2" : " [Ctrl+Shift]+[RUEDA DEL RATÓN] clonaré donde donde te enfrentas" ,
9
+ "create_pattern_schematics.schematic.tool.clone.description.3" : " " ,
10
+ "item.create_pattern_schematics.empty_pattern_schematic" : " Esquema Patrón vacío" ,
11
+ "item.create_pattern_schematics.pattern_schematic" : " Esquema Patrón"
12
+ }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx2G
2
2
3
3
# Mod Info
4
4
archives_base_name = pattern_schematics
5
- mod_version = 1.1.14
5
+ mod_version = 1.1.15
6
6
maven_group = com.cak.pattern_schematics
7
7
8
8
minecraft_version = 1.20.1
You can’t perform that action at this time.
0 commit comments