▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Geode
Geode

Geode

Level up your average Minecraft modding experience.

369
4

Geode 1.2.1

beta7 февраля 2026 г.

Version 1.2.1

Patches & Bug Fixes

  • Removed "Sharpness Copycat"

Additions

Enchantments

GeodeEnchantment has been expanded with new utility methods.

Features

  • getRegistryEntry(ServerWorld) to get the registry entry of that enchantment.
  • getLevel(ServerWorld, ItemStack) to get the level of this enchantment on the given stack, or 0 if the enchantment isn't present.
  • hasEnchantment(ServerWorld, ItemStack) to check whether the stack is enchanted with this enchantment or not.

Geode 1.2

beta4 февраля 2026 г.

Version 1.2

🛠️ Added

🏷️ Datagen

  • Added getModId to GeodeDataGeneration providing the generation with the ID of the mod data is generated for. Example:
    @Override
    public String getModId() {
      return ExampleMod.MOD_ID;
    }
    
  • Added block state datagen.

Geode 1.1

beta3 февраля 2026 г.

Geode 1.1

🔥 Bug Fixes

  • Fixed Draw#arrow(double3, double3, int) calling Draw#line(double3, double3, int, float) instead of Draw#arrow(double3, double3, int, float).

Geode 1.0

release28 января 2026 г.

First Version

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Детали

Лицензия:Apache-2.0
Опубликован:1 месяц назад
Обновлён:2 недели назад
Главная