Code Monkey home page Code Monkey logo

forestrype's Introduction

Foresty

ForestryPE

icmods

An unofficial port of ForestryMC for Minecraft: Bedrock Edition that adds beekeeping and lots of mechanics.

How to Play?

  1. Install Horizon Modding Kernel from the Play Market
  2. Open app and install InnerCore pack
  3. Open installed pack and download ForestryPE from Mod Manager

How to Follow?

You can follow the news about the development in the community of our team on VK or the official Horizon community (in Russian).

How to Build?

The project uses innercore-mod-toolchain, so it requires:

  • Python 3.7 or higher
  • node.js 10.15.1 or higher, tsc version 3 or higher must also be installed (to do this, run npm install -g tsc)

To compile the development version of the mod and immediately push it to the device, use the Build and Push All run configuration in Intellij Idea or the command:

{PROJECT_PATH}\toolchain\python\build-and-push-all.bat

To compile the release version, use Assemble Mod for Release or the command:

{PROJECT_PATH}\toolchain\python\assemble-release.bat

License

All rights to textures belong to the original authors of ForestryMC.

forestrype's People

Contributors

ddshadowru avatar fgsoftware1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

forestrype's Issues

Неверные строковые айди

В коде регистрации рецептов были допущены ошибки в строковых айди некоторых предметов. Например, рюкзаков и шёлка.

Global method override

The mod overwrites the global Entity.getArmorSlot method without using all the arguments of the original, which causes problems in other mods (For example, in IndustrialCraft)

Entity.getArmorSlot = function (ent) {

Улучшение API пчел

  • Переименовать объект localize в names и сделать установку имён только для стандартную локализацию (метод Bee.registerBee)
  • Удалить поле biome_override или изменить код получения климата в методе onMutate
  • Установка TERRITORY объектом, а не строкой

Рефакторинг пасек

  • Заменить пересоздание ModifierList каждый тик на обновление модификаторов только при изменении предмета в слотах рамок
  • Улучшить код установки текстуры для healthScale и вывода ошибки

Интеграция с RecipeViewer

Написать просмотр для:

  • Торфяного двигателеля
  • Биогенератора
  • Дистиллятора
  • Соковыжималки

Апи для анализатора

Необходимо написать апи для создания анализаторов, который можно будет использовать
не только ванильному моду, но и аддонам к нему

English documentation

Is there any documentation available explaining what the mod can do at the moment?

Код BackpacksAPI

Сделать сохранение контейнера в экстра дате

Код огромного улья

Следует провести рефакторинг огромного улья

  • Переименовать ApiaryRegistry в AlvearyRegistry
  • Рисовать слоты циклом
  • Убрать двойную установку материала для alveary_misc

Код пчел

Переписать код генома пчёл, сделав следующее:

  • Вынести константы в отдельные сущности
  • Сделать сохранение пчёл в экстра дате
  • Вынести методы класса Bee в прототип
  • Переписать метод BeeRegistry. getChromosomeValueName

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.