Skip to content

Commit

Permalink
Merge branch '1.16' into 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Siphalor committed Nov 20, 2021
2 parents 751c341 + ba838fe commit 31b61a2
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 9 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ repositories {
maven {
url "https://maven.terraformersmc.com/releases"
}
maven { url "https://jitpack.io" }
}

dependencies {
Expand All @@ -53,8 +54,7 @@ dependencies {
]

for (entry in fabric_deps.entrySet()) {
modImplementation "net.fabricmc.fabric-api:" + entry.getKey() + ":" + entry.getValue()
include "net.fabricmc.fabric-api:" + entry.getKey() + ":" + entry.getValue()
modImplementation(include("net.fabricmc.fabric-api:" + entry.getKey() + ":" + entry.getValue()))
}

modImplementation "net.fabricmc.fabric-api:fabric-item-groups-v0:0.2.0+0121bd900c"
Expand All @@ -71,10 +71,9 @@ dependencies {
include(modApi("de.siphalor.tweed4:tweed4-tailor-coat-$minecraft_major_version:1.0.1+"))
include(modApi("de.siphalor:coat-$minecraft_major_version:$coat_version"))

modImplementation("de.siphalor:amecsapi-1.15:${project.amecs_version}") {
modImplementation(include("de.siphalor:amecsapi-$minecraft_major_version:${project.amecs_version}")) {
exclude group: "net.fabricmc.fabric-api"
}
include "de.siphalor:amecsapi-1.15:${project.amecs_version}"

// Smooth startup
modRuntimeOnly("com.github.astei:lazydfu:master-SNAPSHOT")
Expand Down
9 changes: 4 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ yarn_build=17:v2
loader_version=0.9.0+build.204
# Mod Properties
mod_id=mousewheelie
mod_version=1.7.3-newconfig.3
mod_release=beta
mod_version=1.7.4
mod_release=release
mod_mc_version_specifier=1.15.x
mod_mc_versions=1.15;1.15.1;1.15.2
maven_group=de.siphalor
archives_base_name=mousewheelie
# Dependencies
tweed_version=3.0.0-beta.26
amecs_version=1.1.4+
coat_version=1.0.0-beta.12
amecs_version=1.3.1+
coat_version=1.0.0-beta.14
47 changes: 47 additions & 0 deletions src/main/resources/assets/mousewheelie/lang/es_ar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"key.categories.mousewheelie": "Mouse Wheelie",
"key.mousewheelie.open_config_screen": "Abrir menú de configuración",
"key.mousewheelie.sort_inventory": "Ordenar inventario",
"key.mousewheelie.scroll_up": "Desplazar hacia arriba",
"key.mousewheelie.scroll_down": "Desplazar hacia abajo",
"key.mousewheelie.pick_tool": "Elegir la herramienta correcta",
"mousewheelie.gui.config-screen-unavailable": "No se puede abrir el menú de configuración con el atajo en este momento.",
"mousewheelie.gui.config-screen-unavailable.note": "Por favor usa el menú de mods para editar la configuración o usa una aplicación externa para editarlo directamente.",
"mousewheelie.sortmode.alphabet": "Por alfabeto",
"mousewheelie.sortmode.quantity": "Por cantidad",
"mousewheelie.sortmode.raw_id": "Por número de id",
"mousewheelie.sortmode.none": "No ordenar",
"tweed.cloth.mousewheelie": "Configuración de Mouse Wheelie",
"tweed.cloth.mousewheelie.general": "General",
"tweed.cloth.mousewheelie.general.interaction-rate": "Índice de interaccion",
"tweed.cloth.mousewheelie.general.enable-quick-craft": "Habilitar crafteo rapido",
"tweed.cloth.mousewheelie.general.hotbar-scope": "Tratar la barra separadamente",
"tweed.cloth.mousewheelie.scrolling": "Desplazamiento",
"tweed.cloth.mousewheelie.scrolling.enable": "Habilitar desplazamiento de ítems",
"tweed.cloth.mousewheelie.scrolling.invert": "Invertir dirección del desplazamiento",
"tweed.cloth.mousewheelie.scrolling.directional-scrolling": "Desplazamiento direccional",
"tweed.cloth.mousewheelie.scrolling.scroll-creative-menu-items": "Desplazar ítems del menú de creativo",
"tweed.cloth.mousewheelie.scrolling.scroll-creative-menu-tabs": "Desplazar pestañas del menú de creativo",
"tweed.cloth.mousewheelie.sort": "Clasificador",
"tweed.cloth.mousewheelie.sort.primary-sort": "Botón de la ruedita del mouse",
"tweed.cloth.mousewheelie.sort.shift-sort": "Shift + botón de la ruedita del mouse",
"tweed.cloth.mousewheelie.sort.control-sort": "Control + botón de la ruedita del mouse",
"tweed.cloth.mousewheelie.refill": "Relleno",
"tweed.cloth.mousewheelie.refill.off-hand": "Rellenar la mano secundaria",
"tweed.cloth.mousewheelie.refill.eat": "Rellenar cuando se esta comiendo",
"tweed.cloth.mousewheelie.refill.drop": "Rellenar cuando se sueltan ítems",
"tweed.cloth.mousewheelie.refill.use": "Rellenar cuando se usan ítems",
"tweed.cloth.mousewheelie.refill.other": "Rellenar en otras ocasiones",
"tweed.cloth.mousewheelie.refill.rules": "Reglas de relleno",
"tweed.cloth.mousewheelie.refill.rules.any-block": "Rellenar con cualquier bloque",
"tweed.cloth.mousewheelie.refill.rules.itemgroup": "Rellenar por grupo de ítems",
"tweed.cloth.mousewheelie.refill.rules.item-hierarchy": "Rellenar ítems con funcionalidades similares",
"tweed.cloth.mousewheelie.refill.rules.block-hierarchy": "Rellenar bloques con funcionalidades similares",
"tweed.cloth.mousewheelie.refill.rules.food": "Rellenar comidas",
"tweed.cloth.mousewheelie.refill.rules.equal-items": "Rellenar con el mismo ítem (no nbt)",
"tweed.cloth.mousewheelie.refill.rules.equal-stacks": "Rellenar con el mismo stack (nbt)",
"tweed.cloth.mousewheelie.tool-picking": "Elección de herramientas",
"tweed.cloth.mousewheelie.tool-picking.hold-tool": "Botón del medio para usar herramienta mientras se sostiene una herramienta cualquiera",
"tweed.cloth.mousewheelie.tool-picking.hold-block": "Botón del medio para usar herramienta mientras se sostiene el bloque y encaras el mismo",
"tweed.cloth.mousewheelie.tool-picking.pick-from-inventory": "Elegir del inventario"
}

0 comments on commit 31b61a2

Please sign in to comment.