simple-tech

Minecraft: Better than Adventure! mod that adds simple blocks to automate tasks
git clone git://memoryshards.xyz/simple-tech.git
Log | Files | Refs | README | LICENSE

commit 6a193c7a008d003e85fbe2b48d3597f06de27a8a
parent 4c70e5eadb6cbc549ade63b63a1c9a8253ee935e
Author: Amb0s <ambos@disroot.org>
Date:   Wed,  7 Feb 2024 05:30:42 +0100

Updated the American English translation and removed the French one

Diffstat:
Msrc/main/resources/lang/simpletech/en_US.lang | 6+++---
Dsrc/main/resources/lang/simpletech/fr_FR.lang | 14--------------
2 files changed, 3 insertions(+), 17 deletions(-)

diff --git a/src/main/resources/lang/simpletech/en_US.lang b/src/main/resources/lang/simpletech/en_US.lang @@ -7,8 +7,8 @@ tile.simpletech.jumppad.desc=Boing! Hop hop! tile.simpletech.chest.trapped.name=Trapped Chest tile.simpletech.chest.trapped.desc=It's a trap! tile.simpletech.lightsensor.name=Light Sensor -tile.simpletech.lightsensor.desc=...and there was light +tile.simpletech.lightsensor.desc=...and there was light. tile.simpletech.allocator.name=Allocator -tile.simpletech.allocator.desc=WIP +tile.simpletech.allocator.desc=Items placed near the input will be sucked in and ejected through the output. item.simpletech.not.gate.name=Not Gate -item.simpletech.not.gate.desc=WIP +item.simpletech.not.gate.desc=Invert a redstone signal. diff --git a/src/main/resources/lang/simpletech/fr_FR.lang b/src/main/resources/lang/simpletech/fr_FR.lang @@ -1,14 +0,0 @@ -tile.simpletech.fan.unpowered.name=Ventilateur -tile.simpletech.fan.unpowered.desc= -tile.simpletech.fan.powered.name=Ventilateur en marche -tile.simpletech.fan.powered.desc= -tile.simpletech.jumppad.name=Trampoline -tile.simpletech.jumppad.desc=Boing ! -tile.simpletech.chest.trapped.name=Coffre piégé -tile.simpletech.chest.trapped.desc=J'active ma carte piège ! -tile.simpletech.lightsensor.name=Détecteur de lumière -tile.simpletech.lightsensor.desc=... et la lumière fut -tile.simpletech.allocator.name=Allocateur -tile.simpletech.allocator.desc=WIP -item.simpletech.not.gate.name=Porte Non -item.simpletech.not.gate.desc=WIP