File Details
3.14 - Long Time No See!
- R
- Jul 24, 2025
- 27.45 MB
- 243.4K
- 1.12.2
- Forge
File Name
twilightforest-1.12.2-3.14.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
- Set missing localizations
- Fix Hydra Spawner placement. Always place it in the same place like the other bosses.
- Add foods to creative tab.
- Replace Uncrafting Table graylist methods with ore dictionary. Ore name is 'uncraftingList', you can set it as blacklist or whitelist in configs.
- Fix trees breaking blocks. Make them work more like vanilla trees. The exception is magical tree cores which they can replace blocks but only if the block is breakable and has hardness less than Obsidian.
- Ore Magnet custom block support. Just add it to 'blockMagnetable'. You can remove ores supported by default too. Also potentially fix magnet pulling blocks which aren't ores just because they have 'ore' in their registry name.
- Fix Force Field canConnectTo method. Fixes #1902.
- Make deers be able to eat apples. #2140.
- Check if block is plantable for portal plant checking. This makes you be able to use blocks like Harvestcraft gardens to build TF portals.
- Version which fits to semver name convention. Thank you EBWizardry for checking a pretty specific version of the mod. Though at least he didn't check specific range. Would just not support it if that was the case.