Skip to content

Commit

Permalink
Alpha 0.0.1 is ready
Browse files Browse the repository at this point in the history
- Changed Gradle Properties

- Changed ReadMe English and Spanish sections (thx jonh)

- World Gen for the ores work perfectly

- Changed minimum Neoforge version to 21.1.60

- Missing gears, but i'll work on those later on

- Code Cleanup is necessary, and it will be done for Alpha 0.0.4
  • Loading branch information
RadzRatz committed Nov 15, 2024
1 parent 3d97f50 commit 61477fd
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 13 deletions.
73 changes: 63 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,25 @@ English Section
About
=======

Eternal Items mod adds quite a lot of known items to a single mod.
The Eternal Items mod adds many well-known items into a single mod, such as ingots, gears, rods, nuggets, plates, raw ores, and ore blocks!

Such as Ingots, Gears, Rods, Nuggets, Plates, Raw Ores and Ore Blocks!
Based on FTB Materials, AllTheOres, and Emendatus Enigmatica, Eternal Items is compatible with these mods, using the correct tags
for proper integration while adding new materials and ores for Catalyst Studios Modpacks. It also adds ore
generation for its ores, compatible with both modded and vanilla biomes.

The use of Almost Unified is highly recommended to unify Eternal Items ores and ingots with those from other mods.
Additionally, KubeJS is recommended if you want to avoid duplicate recipes for a single item or specific types of ores and materials.

This mod can be used in any modpack!

Mod Compat
===================

We also plan to add Items for mods!
We also plan to add compatibility for other mods!

**Like**;

- Create (NYI)
- Mekanism (NYI)

Catalyst Team
Expand All @@ -37,14 +45,14 @@ Credits

This section is still in a W.I.P state!

- RadzRatz - Mod Author - Base Items/Blocks Creator
- RadzRatz - Mod Author/Owner - Base Items/Blocks Creator
-

Licence
=======

As stated, this mod is under ARR Licence. That being said, the use of this mod on any modpack is allowed, however, it will be appreciated
if you mention me that the mod is being used on said modpack.
if you mention me that the mod is being used on said modpack, you are not forced to mention me if you don't want to.

Have fun and I hope you enjoy the Mod!

Expand All @@ -57,17 +65,62 @@ Sección en Español
Acerca
=======

El mod Eternal Items o Ítems Eternos agrega muchisimos objetos nuevos y conocidos.
El mod Eternal Items agrega muchos ítems bien conocidos en un solo mod, como lingotes, engranajes, varillas, pepitas, placas, minerales
en bruto y bloques de mineral.

Basado en FTB Materials, AllTheOres y Emendatus Enigmatica, Eternal Items es compatible con estos mods, utilizando las etiquetas
correctas para una integración adecuada, al mismo tiempo que añade nuevos materiales y minerales para los Modpacks de Catalyst Studios.
También incluye generación de minerales compatible con biomas tanto de mods como de Minecraft Vanilla.

Como Lingotes, Comidas *perdidas* y *nuevas*, Engranajes, Bloques de Minerales e inclusive sus versiones en bruto, Metal Blocks, aqui encontraras 'casi' **TODO** en un solo lugar!
Se recomienda encarecidamente el uso de Almost Unified para unificar los minerales y lingotes de Eternal Items con los de otros mods.
Además, se recomienda KubeJS si deseas evitar recetas duplicadas para un mismo ítem o tipos específicos de minerales y materiales.

**Nota**: Algunos ítems NO TIENEN UNA RECETA.
¡Este mod se puede utilizar en cualquier modpack!

Compatibilidad con Mods (T.E.P)
===================

Tambien planeamos agregar nuevos Items para mods conocidos!
Tambien planeamos agregar compatibilidad con otros mods!

**Como**;

- Mekanism (No Implementado)
- Create (No Implementado)
- Mekanism (No Implementado)

Equipo de Catalyst
==========

Discord: https://discord.gg/FAvjyGtDbf

Traducción a otros idiomas
=============

¡Este mod viene con traducciones en Inglés y Español por defecto!

Si deseas contribuir con traducciones, eres libre de hacerlo sin necesidad de pedir permiso. Simplemente crea un PR en
Github y con gusto lo revisaremos.

Sin embargo, asegúrate de **NO USAR NINGÚN TIPO DE IA PARA LAS TRADUCCIONES**.

Buscamos personas que realmente hablen el idioma. ¡Amamos la tecnología, pero no ese tipo de tecnología!

Créditos
============

Esta sección aún está en desarrollo.

- RadzRatz - Autor del Mod - Creador de Ítems y Bloques Base
-

Licencia
=======

Como se ha mencionado, este mod está bajo la licencia All Rights Reserved (ARR). Dicho esto, el uso de este mod en
cualquier modpack está permitido. Sin embargo, se agradecerá si me mencionas que el mod está siendo utilizado
en dicho modpack. No estás obligado a mencionarme si no lo deseas.

¡Diviértete y espero que disfrutes el mod!

Además, **NO permito la distribución del mod Eternal Items fuera de las plataformas CurseForge o Modrinth**.

*Atentamente, RadzRatz*
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ minecraft_version=1.21.1
# as they do not follow standard versioning conventions.
minecraft_version_range=[1.21.1, 1.22)
# The Neo version must agree with the Minecraft version to get a valid artifact
neo_version=21.1.66
neo_version=21.1.60
# The Neo version range can use any version of Neo as bounds
neo_version_range=[21.1.0,)
# The loader version range can only use the major version of FML as bounds
Expand All @@ -42,4 +42,4 @@ mod_group_id=net.radzratz.eternalitems
# The authors of the mod. This is a simple text string that is used for display purposes in the mod list.
mod_authors=RadzRatz
# The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list.
mod_description=Eternal Items mod comes with plenty of new items! Adding, known ones such as Ores, Raw Ores, Plates, Rods, Blocks, Ingots and Nuggets in a single place! Need ores? You can find them in here. We also have mod Compatibility
mod_description=The Eternal Items mod adds many well-known items into a single mod, such as ingots, gears, rods, nuggets, plates, raw ores, and ore blocks!
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected void generate() {
dropSelf(ModBlocks.RAW_URANIUM_BLOCK.get());
dropSelf(ModBlocks.RAW_ZINC_BLOCK.get());

//ORE BLOCK TO RAW ORE
//ORE BLOCK TO RAW ORE/GEM
//ALUMINUM ORE BLOCKS
add(ModBlocks.ALUMINUM_ORE_BLOCK.get(), block -> createMultipleOreDrops(ModBlocks.ALUMINUM_ORE_BLOCK.get(), Moditems.RAW_ALUMINUM.get(),2,5));
add(ModBlocks.DEEPSLATE_ALUMINUM_ORE_BLOCK.get(), block -> createMultipleOreDrops(ModBlocks.DEEPSLATE_ALUMINUM_ORE_BLOCK.get(), Moditems.RAW_ALUMINUM.get(),2,5));
Expand Down

0 comments on commit 61477fd

Please sign in to comment.