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

Simple Hollow Logs

Adds the hollow logs from the birch concept art of Minecraft Live 2021!

2K загрузок17 подписчиковLGPL-3.0-onlyfabric

Обновлён 6 декабря 2023 г. · опубликован 9 октября 2023 г.

  • A player crawling inside a hollow log

Hi there! Thank you for checking out Simple Hollow Logs!

Simple Hollow Logs is a client and server-side Fabric mod which attempts to add the hollow logs from the Minecraft Live 2021 Birch Forest concept art! They generate naturally in some forest-like biomes across the overworld, and they can be crafted using 8 of their regular log counterparts. They also have a unique collision box, allowing you to crawl inside!

A player crawling inside a hollow log.

Unlike normal logs, they can be filled with water. When this happens, they will hold it in on their 4 solid faces, but will let it spill out the holes.

Hollow logs may also be stripped using an axe.


Getting Started

Due to the use of FlammableBlockRegistry, FabricItemSettings, ItemGroupEvents, BiomeModifications and BiomeSelectors, you will need to download Fabric API in order to use this mod. Once you have, simply drag both Fabric API and Simple Hollow Logs in your mods folder. If you're playing on a multiplayer server, you'll need to have these mods installed on both the server and client sides.


Mod Compatibility

Currently, this mod features hollow log variants of every vanilla log type, some of which may generate naturally in overworld biomes. Logs and biome types from other mods may be supported in the future, but it's not on the roadmap.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.0.2Релиз1.20.3, 1.20.4fabric6 декабря 2023 г.Скачать (121 КБ)
1.0.1Релиз1.20.2fabric1 ноября 2023 г.Скачать (387 КБ)
1.0.0Релиз1.20.1, 1.20.2fabric9 октября 2023 г.Скачать (387 КБ)

Ченджлог

1.0.2Релиз1.20.3, 1.20.4 · 6 декабря 2023 г.

Updated to 1.20.3:

  • Hollow logs now use block codecs. This should hopefully mean improved future-proofing, which is always nice to hear about :)

Added ModMenu fabric.mod.json integration

Redesigned the mod icon to fit it more in line with the general vision I have for my mods

1.0.1Релиз1.20.2 · 1 ноября 2023 г.

This release doesn't obviously change anything about how these blocks behave, but the code has been drastically improved in almost every way.

  • The blocks now copy the behaviours of the vanilla (non-hollow) counterparts, reducing the amount of custom logic. This will make it easier to add hollow counterparts to logs from other mods or vanilla updates in the future. Consequently, hollow logs now share the mining speed of their non-hollow counterparts instead of being insta-mineable.
  • The collision, outline and raycast geometry logic has been totally rewritten which is now far simpler and faster to run. Instead of, for each possible orientation of the block, stitching 4 sides together from a list of possible 6, it calculates the dimensions of the hole in each orientation and subtracts them from the fullCube() shape.
  • The biomes the hollow log decorations can place in are now hardcoded. This sounds like a bad thing, but it totally removes the need for a built-in datapack and should now be compatible with datapacks that modify biome .json files.
  • Improved general code readability, by renaming certain methods and classes, adding comments and indents, and separating if expressions from their returns.

Enjoy! :D

NOTE FROM THE FUTURE

Due to my own negligence, this release actually supports 1.20.2+, not 1.20.1. I don't have the ability to edit older versions of my mods. Apologies for the inconvenience; this won't happen again!

1.0.0Релиз1.20.1, 1.20.2 · 9 октября 2023 г.

Initial release.

Комментарии

Загружаем…