Перейти к содержимому
Mineforgian

Sfreeze

Unsmelt items by sfreezing them with powder snow!

Загрузки
985
Подписчики
9
Обновлён
26 октября 2023 г.
Лицензия
ISC

Опубликован 1 октября 2022 г.

When an item is within a block of powder snow for long enough, it will sfreeze the stack of items into an uncooked form. Depending on the amount of items in the stack, the powder snow has a chance of disappearing after sfreezing the stack. A stack of 64 items will always cause the powder snow to disappear.

Additionally, powder snow has been made more easily obtainable. If a snow golem is damaged within a cauldron, it has a chance of shedding some snow into the cauldron, increasing the level of powder snow.

What is sfreezing?

To sfreeze something is to unsmelt it; its name is derived by taking "smelt", and replacing the contained "melt" (to which "smelt" is etymologically related) with "freeze". Thence we get "sfreeze".

How do I add my own sfreezing recipes?

Sfreezing is implemented by creating a new recipe type, so you can add your own sfreezing recipes the way you would a normal recipe, with the JSON format of

{
    "type": "sfreeze:sfreezing",

    "ingredient": {
        "item": "namespace:item"
    },

    "result": "namespace:item"
}

This is similar to how vanilla cooking recipes are defined.

Ченджлог

1.1.0Релиз1.20.2 · 26 октября 2023 г.
  • Update for Minecraft 1.20.2.
  • Improve compatibility potential of mixins.
1.0.4Релиз1.19.3, 1.19.4 · 23 декабря 2022 г.
  • Prevent sfreezing recipes from ever being sent to the client
1.0.3Релиз1.19.3 · 23 декабря 2022 г.
  • Update for 1.19.3
1.0.2Релиз1.19.2 · 8 октября 2022 г.
  • Fix bug where sfreezing recipes would not work properly after changes to item tags
1.0.1Релиз1.19.2 · 3 октября 2022 г.
  • Add translation for item sfreezing subtitle
1.0.0Релиз1.19.2 · 1 октября 2022 г.

Initial release

Комментарии

Загружаем…