Git Product home page Git Product logo

ironchest's Introduction

lol

Iron Chests - Fabric Mod

[Fabric] Iron Chests is a complete Fabric port of the original Iron Chest mod. It adds a variety of new chests to the game with different storage sizes. Each chest can each be upgraded over time as you collect and store more materials!

Downloads

Remember to always backup your worlds before adding or updating mods!

Recommended Releases

The latest stable releases can always be found on either CurseForge or Modrinth.
The top file in the list is the latest recommended release!

Development Builds

If you are looking for the latest bleeding edge build, you can find unstable releases here.
Use these builds with caution, and please do not put these in modpacks. They may contain major bugs!

Issues and Suggestions

To report issue, add a translation, or make a feature suggestion, please open a new issue in the Issues tab. This will require that you create a free GitHub account. Please always include the version of IronChest that you are using!

Screenshots

Credits

  • TechnoVision - Lead Developer
  • Cyberanner - Contributor
  • NeRdTheNed - Contributor

License

[Fabric] Iron Chests is licensed under the GPL-3.0 license. Full license is in LICENSE.md.

ironchest's People

Contributors

hambaka avatar kyoth25f avatar nerdthened avatar tap6386 avatar tapeters2023 avatar technovisiondev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ironchest's Issues

Holiday break texture

Might want to change the holiday break texture as it's copied from expanded storage and is as far as I am aware is licensed under All Rights Reserved as it was provided by Yoghurt4c and was not made by me.

Curseforge page also shows the Christmas chest from expanded storage which should show the vanilla holiday chest instead.

Silver And Copper Ingots are gone!

Copper & Silver Ingots dissappear on startup
Couldn't load item tag c:silver_ingots as it is missing following references: c:silver_ingot (from Iron Chests),#c:silver_ingot (from Iron Chests),c:silver_ingot (from Iron Chests),#c:silver_ingot (from Iron Chests)
Couldn't load item tag c:copper_ingots as it is missing following references: c:copper_ingot (from Iron Chests),#c:copper_ingot (from Iron Chests),c:copper_ingot (from Iron Chests),#c:copper_ingot (from Iron Chests)

Version: IronChest-1.16.2-v1.1.2
TechReborn-1.16-3.5.1+build.101

(fabric) Crash on startup 1.17.1

Hi,

When I add Iron Chests mod, my Minecraft fails to start at all, with this crash log:

[04/09/2021 22:40:38 PM] Exception in thread "main" java.lang.RuntimeException: Could not execute entrypoint stage 'preLaunch' due to errors, provided by 'sodium'!
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:33)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:143)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
[04/09/2021 22:40:38 PM] Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [modid.mixins.json:ExampleMixin] from phase [DEFAULT] in config [modid.mixins.json] FAILED during PREPARE
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:642)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinPrepareError(MixinProcessor.java:590)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:517)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:439)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:415)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:285)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:208)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:162)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:154)
[04/09/2021 22:40:38 PM] 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519)
[04/09/2021 22:40:38 PM] 	at java.base/java.lang.Class.forName0(Native Method)
[04/09/2021 22:40:38 PM] 	at java.base/java.lang.Class.forName(Class.java:466)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:50)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.EntrypointStorage$NewEntry.lambda$getOrCreate$0(EntrypointStorage.java:106)
[04/09/2021 22:40:38 PM] 	at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1224)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:104)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.EntrypointStorage.lambda$getEntrypointContainers$1(EntrypointStorage.java:191)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:37)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:47)
[04/09/2021 22:40:38 PM] 	... 3 more
[04/09/2021 22:40:38 PM] Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: The specified mixin 'net.fabricmc.example.mixin.ExampleMixin' was not found
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinInfo.<init>(MixinInfo.java:855)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:715)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:652)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:514)
[04/09/2021 22:40:38 PM] 	... 21 more
[04/09/2021 22:40:38 PM] Caused by: java.lang.ClassNotFoundException: The specified mixin 'net.fabricmc.example.mixin.ExampleMixin' was not found
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinInfo.loadMixinClass(MixinInfo.java:1297)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinInfo.<init>(MixinInfo.java:848)
[04/09/2021 22:40:38 PM] 	... 24 more
[04/09/2021 22:40:38 PM] Oh no. Minecraft crashed. Please check the logs for any errors and provide these logs when asking for support.

I'm playing Minecraft 1.17.1, with the following mods:

[04/09/2021 22:40:37 PM] [main/INFO]: [FabricLoader] Loading 221 mods:
[04/09/2021 22:40:37 PM] 	- [email protected]+1.17.1
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]+mc.1.17
[04/09/2021 22:40:37 PM] 	- [email protected]+mc21w16a
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]+1.17.1
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]+1.17
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]+1.17
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]+1.17
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446313
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446318
[04/09/2021 22:40:37 PM] 	- [email protected]+5ab9934c18
[04/09/2021 22:40:37 PM] 	- [email protected]+92519afa18
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+be9da31018
[04/09/2021 22:40:37 PM] 	- [email protected]+6cefd57718
[04/09/2021 22:40:37 PM] 	- [email protected]+87cc6e4c18
[04/09/2021 22:40:37 PM] 	- [email protected]+fc40aa9d18
[04/09/2021 22:40:37 PM] 	- [email protected]+92519afa18
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b44633d
[04/09/2021 22:40:37 PM] 	- [email protected]+b7ab612118
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+36b77c3e18
[04/09/2021 22:40:37 PM] 	- [email protected]+kotlin.1.5.30
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b44633d
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446318
[04/09/2021 22:40:37 PM] 	- [email protected]+92519afa18
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446318
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446318
[04/09/2021 22:40:37 PM] 	- [email protected]+92519afa18
[04/09/2021 22:40:37 PM] 	- [email protected]+b7ab612118
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446318
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446318
[04/09/2021 22:40:37 PM] 	- [email protected]+e2961fee18
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+fc40aa9d18
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446313
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446318
[04/09/2021 22:40:37 PM] 	- [email protected]+fc40aa9d18
[04/09/2021 22:40:37 PM] 	- [email protected]+fc40aa9d18
[04/09/2021 22:40:37 PM] 	- [email protected]+a00e834b18
[04/09/2021 22:40:37 PM] 	- [email protected]+198a96213d
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+5ab9934c18
[04/09/2021 22:40:37 PM] 	- [email protected]+b06cb95b18
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446318
[04/09/2021 22:40:37 PM] 	- [email protected]+b7ab61213d
[04/09/2021 22:40:37 PM] 	- [email protected]+fc40aa9d18
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- flighthud@${version}
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]+1.17
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]

No synthesis

1.12 Easy to use

Wooden box at the back

Axes and pickaxes dig slowly,

There is no synthetic formula available in versions 1.20.1 to 5.0.2 now
This version

Empty crafting = getting copper to silver upgrade item

How to replicate: place any item in crafting table and take it out. Voila! You now can receive your free copper to silver upgrade. Checked it in REI; it appears that it is a blank recipe that still results in item being craftable every time.

CDT when looking up the recipes

The game crashes to desktop when you enter a crafting bench and try looking up a recipe for one of the available chests like the copper or silver ones.

It is clear to me that those ores are missing but in my opinion this is a bug of the mod - you need to either make the ores available in world generation or disable those items/recipes if the ores are not present (unless another mod already takes care of generating them)

alternatively - kindly please advise of mods that generate copper and silver ores,

thank you,

( @TechnoVisionDev - Are you still working on this mod ?)

crash-2021-03-20_12.21.16-client.txt
crash-2021-03-20_12.30.16-client.txt

Error in Datapacks

When I have IronChest loaded in my custom modpack, (in conjunction with AstroMine), I get a message that there are "Errors in currently selected datapacks", when I try to load or create a new world.

Current Modlist:

320215: 'Adorn' as 'Adorn-1.11.0+1.16.2.jar'
397698: 'Age of Exile' as 'Age-Of-Exile-1.16.2-1.2.1.jar'
336361: 'Allure' as 'Allure-1.2.6.jar'
223794: 'Applied Energistics 2' as 'appliedenergistics2-fabric-8.1.0-alpha.9.jar'
391739: 'Astromine: Complete' as 'astromine-1.10.6+fabric-1.16.3.jar'
356643: 'Auth Me' as 'authme-1.16.3-1.3.2.jar'
406876: 'CC: Restitched' as 'cc-tweaked-fabric-1.16.2-1.91.2.jar'
371307: 'Cave Biomes' as 'cavebiomes-0.3.0.jar'
407206: 'Chat Heads' as 'chat_heads-0.1.2+1.16.2.jar'
317121: 'Cloth API (Fabric)' as 'cloth-api-1.4.8.jar'
380356: 'Crimson Moon' as 'crimson-moon-1.2.3-1.16.2.jar'
394941: 'Curios API (Fabric)' as 'curios-fabric-0.0.6-1.16.2.jar'
381973: 'EZ Pipes and Stuff (EZPaS)' as 'ezpas-1.2.2-1.16.2.jar'
338778: 'End: Rebellion' as 'EndRebellion+[1.8].jar'
247357: 'Extra Alchemy' as 'extraalchemy-fabric-1.16.2-1.3.0.jar'
306612: 'Fabric API' as 'fabric-api-0.20.1+build.401-1.16.jar'
308769: 'Fabric Language Kotlin' as 'fabric-language-kotlin-1.4.0+build.1.jar'
407500: 'Gate of Babylon' as 'gate-of-babylon-1.0.0-1.16.2.jar'
406220: 'Home Camp' as 'HomeCamp-1.0.2.jar'
253449: 'Hwyla' as 'Hwyla-fabric-1.16.2-1.9.23-79.jar'
292908: 'Illuminations 🔥' as 'illuminations-1.0.5.jar'
355914: 'Improved Stations (Fabric)' as 'improved-stations-2.0.3.jar'
269618: 'Inca' as 'inca-1.2.3.jar'
391708: 'Industrial Revolution' as 'indrev-1.6.11-BETA.jar'
369254: 'Inmis' as 'inmis-1.3.0-1.16.2.jar'
400322: 'LambdaBetterGrass' as 'lambdabettergrass-fabric-1.0.0+1.16.3.jar'
398780: 'Library of Exile' as 'Library-Of-Exile-1.16.2-1.0.3.jar'
357718: 'Linked Storage' as 'linkedstorage-1.3.8-1.16.jar'
360438: 'Lithium (Fabric)' as 'lithium-fabric-mc1.16.2-0.5.4.jar'
407311: 'MC Dungeons Weapons' as 'mcdw-1.1.0-1.16.2.jar'
323810: 'Materialisation' as 'materialisation-3.0.3.jar'
378266: 'Mo' Structures' as 'mostructures-1.0.0-pre3+mc.1.16.2.jar'
308702: 'Mod Menu' as 'modmenu-1.14.6+build.31.jar'
405388: 'Modern Industrialization' as 'Modern-Industrialization-0.1.4.jar'
317514: 'Mouse Wheelie (Fabric)' as 'mousewheelie-1.5.5+mc1.16.2-pre1.jar'
391378: 'Oh The Biomes You'll Go [FABRIC]' as 'byg-1.0.9.jar'
354047: 'Ok Zoomer' as 'okzoomer-4.0.1+1.16.2.jar'
391943: 'Origins' as 'Origins-1.16.3-0.3.8.jar'
393236: 'Patchouli (Fabric)' as 'Patchouli-1.16-40-FABRIC.jar'
237903: 'Reborn Core' as 'RebornCore-1.16-4.4.1+build.69.jar'
388793: 'Rings of Ascension (Fabric)' as 'RingsOfAscension-1.16.2-1.0.7.jar'
310111: 'Roughly Enough Items (REI)' as 'RoughlyEnoughItems-5.4.2.jar'
325625: 'Roughly Enough Resources' as 'rer-2.1.2.jar'
315811: 'ShulkerBoxTooltip' as 'shulkerboxtooltip-2.1.1+1.16.2.jar'
233564: 'Tech Reborn' as 'TechReborn-1.16-3.5.3+build.115.jar'
404471: 'The Parakeet Mod' as 'theparakeetmod-Fabric-1.16.2-1.0.4.jar'
380345: 'The Veggie Way [FABRIC]' as 'TheVeggieWay_Fabric_1.16.2-1.0.29.jar'
341284: 'Trinkets (Fabric)' as 'trinkets-2.6.4.jar'
317756: 'Vanilla Hammers' as 'vanilla-hammers-2.0.8-1.16.2.jar'
358973: 'Water Erosion' as 'water-erosion-1.16.2-fabric-1.1.1.jar'
378036: 'Where Is It' as 'WhereIsIt-1.16.3-rc1-1.8.4.jar'
407149: 'Wishing Well' as 'wishing-well-1.1.0-1.16.2.jar'
402750: '[Fabric] Iron Chests' as 'IronChest-1.16.2-v1.1.2.jar'

Logfile:

https://gist.github.com/tyra314/c3b8c70b3f5c694a270321568dbfae30

I already reported it to AstroMine, but it was closed: Mixinors/Astromine#278

This isn't a issue at all...

`{
"_comment": "Blocks",
"block.ironchest.iron_chest": "Eisenkiste",
"block.ironchest.gold_chest": "Goldkiste",
"block.ironchest.diamond_chest": "Diamantkiste",
"block.ironchest.copper_chest": "Kupferkiste",
"block.ironchest.silver_chest": "Silberkiste",
"block.ironchest.crystal_chest": "Kristallkiste",
"block.ironchest.obsidian_chest": "Obsidiankiste",
"block.ironchest.holiday_chest": "Ferienkiste",
"block.ironchest.dirt_chest": "Erdkiste 9000!",

"_comment": "Upgrades",
"item.ironchest.iron_gold_upgrade": "Eisen zu Gold Upgrade Upgrade",
"item.ironchest.gold_diamond_upgrade": "Gold zu Diamant Upgrade",
"item.ironchest.copper_silver_upgrade": "Kupfer zu Silber Upgrade",
"item.ironchest.silver_gold_upgrade": "Silber zu Gold Upgrade",
"item.ironchest.copper_iron_upgrade": "Kupfer zu Eisen Upgrade",
"item.ironchest.diamond_crystal_upgrade": "Diamant zu Kristall Upgrade",
"item.ironchest.wood_iron_upgrade": "Holz zu Eisen Upgrade",
"item.ironchest.wood_copper_upgrade": "Holz zu Kupfer Upgrade",
"item.ironchest.diamond_obsidian_upgrade": "Diamant zu Obsidian Upgrade",

"_comment": "Books",
"book.ironchest.guidebook.title": "Wie du deine Erdkiste 9000 verwendest!",
"book.ironchest.guidebook.page1": "Willkommen zu deiner Erdkiste 9000! Wir hoffen, dass du viel Spaß dabei haben wirst, Stackweise deine Erde zu speichern.",
"book.ironchest.guidebook.page2": "Benutzung: Pack deine Erde einfach in den empfänglichen Slot deiner Wahl und genieße den Vorteil, dass du jederzeit darauf zugreifen kannst!",
"book.ironchest.guidebook.page3": "Wir hoffen, dass es dir gefallen diese Einführung zu lesen. Auch hoffen wir, dass du unsere Produkte auch in Zukunft in Anspruch nehmen wirst!",
"book.ironchest.guidebook.page4": "Garantie: Dieses Produkt hat keine Garantie. Es kann sein, dass deine Erde nicht gespeichert wird. Auch kann es sein, dass deine Erde langsam aus der Kiste verschwindet, oder es passiert nichts.",
"book.ironchest.guidebook.page5": "Die Erdkiste 9000 ist umweltfreundlich. Bitte geh mit diesem Buch verantwortungsbewusst um und schmeiß es nicht in Lava. Das würde uns sehr traurig machen.",

"_comment": "Item Groups",
"itemGroup.ironchest.ironchest": "Iron Chests"
}`

Here is a "de_de.json" file for the ironchest mod. I hope you can use it :D

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.