
Et Futurum Requiem
Backport mod for 1.7.10, porting content from modern versions. Continuation of the old Et Futurum mod.
91.8K
70
2.6.2
release4 ноября 2024 г.#Et Futurum Requiem 2.6.2: Shut up, update checker!
This hotfix release aims to fix an issue with the update checker claiming an update was available even after updating. I've went ahead and made a long-overdue migration to using MCLib's UpdateCheck library which puts a small update button on the title screen instead of putting any message in chat.
Fixes:
- Fixed walls not being in the right creative tab
- CI nightlies are once again recognized as snapshots internally.
- Fixes to the way version numbers are generated when building and how they're handled internally to hopefully make it less likely for update checker errors to happen again
- Fixed manasteel shovels from Botania, and Earthmover shovels from Thaumcraft being able to create dirt paths, which interfered with their special functions
Removals:
- Removed color-coded mod version and name
Et Futurum Requiem 2.6.1
release31 октября 2024 г.Et Futurum Requiem 2.6.1: It's About Time
Major Changes:
- Now requires UniMixins (GTNH Mixins module MUST be present)
- Mixins have been moved to use the new early and late mixins system.
- Internally updated recipes to check for GTNH
Additions:
- Option to make some dimensions be entirely deepslate (PR #515)
- Option to disable bamboo generation but keep the blocks (PR #507)
- Option to enable fences, pressure plates, buttons etc for newly added wood SEPARATELY from the ones for vanilla woods (PR #503)
- Option to make deepslate hardness the same as stone (PR #501)
- New tuff variants, copper variants, copper doors, trapdoors and copper bulbs
- Added playersSleepingPercentagegamerule (PR #537)
Fixes:
- Possibly fix ConcurrentModificationException crash with GTNH NEI and furnace fuel handler
- Fix signs pick block crash
- Fix severe crashing with TCon smelteries when certain mods or config options are used
- Option for 3D bed models was ignored
- Fixed falling dust particles falling from wrong spot in blocks
- Fixed trapdoors having stone break sound (Issue #488)
- Fixed Shulker Boxes being stackable inside of each other (Issue #487)
- Fixed muddy mangrove roots (experimental) not supporting some plants
- Fixed many entity interactions in spectator mode
- Fixed spectators being counted when calculating sleeping players
- Fixed concrete logic running on the client
- Fixed slime pistons and possibly many more not working due to a registry object having incorrect hashing
Misc Changes:
- Use IExtendedEntityProperties instead of a separate file for saving enchantment seeds (PR #531)
- Additional blocks can be used as beehive smokers ("Thaumcraft:blockAiry",mod_ecru_MapleTree:ecru_BlockFallenLeavesFire,BambooMod:campfire,campfirebackport:foxfire_campfire,campfirebackport:shadow_campfire)
- Grass inventory item is now colored (PR #530)
- Revised BluePower/ProjectRed smooth stone compat
- Updated fast Cherry Leaves texture to use the texture from bedrock edition
- If all enchanting fuels are removed from the fuels list, then no fuels are required and the GUI switches to the 1.7 one (but keeps 1.8 updated values)
And of course, thanks to kotmatross28729 and omgise for consistent translation updates!
The following is from experimental content, only available in experiments.cfg. This content may be unfinished and/or broken.
Additions:
- Started work on bubble columns
Et Futurum Requiem 2.6.0
release24 мая 2024 г.Et Futurum Requiem 2.6.0: Support from the Depths
From this version forward, anything below the experiments tab in the changelog, will be available as a toggle in experiments.cfg, no longer needing a snapshot build. Some settings related to it may still be in the main configs (eg Nether biomes ID config in world.cfg) but the main toggles will be in experiments.cfg. More on this in the change log.
Additions:
- Mud and mud bricks (by @KAMKEEL) (generation by @Roadhog360)
- Bamboo wood by (by @KAMKEEL) (bamboo stalks, model, rafts and generation by @Roadhog360)
- Bamboo fences and fence gates don't have their custom model yet so for now they just use the regular bamboo plank texture
 
- Cherry wood (base blocks by @kamkeel) (generation, leaves, pink petals, sapling etc by @Roadhog360)
- Blackstone -Generates in patches, no new nether requires
- Soul Soil -Can be crafted with dirt and soul sand when new Nether is disabled
- Basalt
- Basalt generators from modern work; when lava flows on top of soul soil and adjacent to blue ice it creates basalt.
- If soul soil or blue ice are disabled, you can use soul sand or packed ice, respectively to create basalt.
 
- Soul fire, soul lanterns, soul torches
- Raw ore support for the following materials: oreCopper,oreAluminum,oreTin,oreSilver,oreLead,oreNickel,orePlatinum,oreMythril/oreMithril,oreUranium,oreThorium,oreTungsten,oreTitanium,oreZinc,oreMagnesium,oreBoron- Every material under this tag drops a singleton raw ore item for it, helping to unify ores in your pack. These items are also registered with the oreXXXtag as their base blocks, this behavior can be turned off in the config. As with copper, tin also drops multiple raw ore items when mined. This behavior can be turned off in the config, or adjusted. These are registered automatically depending on the tags present in your pack. The hardnesses and blast resistances are automatically determined by the first block in the "blockThing" tags.
- These can be toggled individually via modcompat.cfg
 
- Every material under this tag drops a singleton raw ore item for it, helping to unify ores in your pack. These items are also registered with the 
- Deepslate support for the following materials: oreCopper,oreAluminum,oreTin,oreSilver,oreLead,oreNickel,orePlatinum,oreMythril/oreMithril,oreUranium,oreThorium,oreTungsten,oreTitanium,oreZinc,oreMagnesium,oreBoron- Every material under this tag converts to a singleton deepslate ore block for it, helping to unify ores in your pack. It is recommended you do some texture editing to make them match. These are registered automatically depending on the tags present in your pack. The hardnesses and blast resistances are automatically determined by the first block in the "oreThing" tags.
- These can be toggled individually via modcompat.cfg
 
- Explicit deepslate support for: AE2, Draconium, Ars Magica 2, Thaumcraft, Biomes o'Plenty, Project Red, BluePower, Dragon Block C, Dragon Quest
- Since they are gems or other non-metal materials, each one of these mods gets their own set of deepslate ores. They are registered automatically depending on the mods present in your pack.
 
- Dark oak texture overrides to use 1.13 textures
- New config option to not auto-add things to the composter, similar to how the blast furnace and smoker have this option, allowing packers to initialize it blank and start from scratch.
- Thin glass panes and iron bars instead of + shaped when not connected mixin by @KAMKEEL
Changes:
- Shulkers spawn less frequently when enabled to spawn anywhere
- Unfinished content is no longer tied to snapshots, instead being tied to experimental.cfg. This means you can download a snapshot and get new stable features without a warning. Only if you enable the unstable/unfinished stuff yourself will you get a warning.
- Modded paintings now also play painting place/break SFX by @jss2a98aj
- Modded boats now have OreDict tags by @jss2a98aj
Removals:
- Removed interpolated textures being built into the mod. See #467 for more information as to why.
Fixes:
- Light block AI pathing fix (by @kamkeel)
- Fix elytra sometimes not rendering in the inventory until it is displayed in 3rd person. (By iocmet)
- Fix cave sounds not playing at all
- Elytra flight can no longer proliferate with Thaumcraft haste boots enchantment
- Fix a button mixin causing a crash with some mods ( #390 )
- Fix spectator managing noClip/invisible state for non spectators, causing mods that trigger noClip to not work any more.
- Fix spectator mode being able to interact with entities it shouldb'e be able to. There may be some stray interactions possible but for the most part they should be addressed.
- Composters had 6 levels instead of 7
- Fix armor equip sounds playing when leaving spectator
- BOP sponge patches in coral reefs now generate as wet sponges if present ( #425 )
- Fix BuildCraft causing Ocean Monuments to trigger RNG bugs with End pillars (wtf) ( #410 )
- Lanterns can now be placed on slabs and stairs, or hang off of the bottom of fences ( 352 & #372 )
- Torches can now be placed on EFR walls ( 323 )
- Smooth sandstone and smooth quartz now drop from their old slab variants, as does smooth stone ( 428 )
- Colored beds are no longer usable as furnace fuel
- Recipes use an OreDict Item as Output directly, without copying it before #455
- Fixed some types of flowers not spawning or spawning in the wrong conditions
- Fixed deepslate ores trying to generate when disabled, causing seemingly random veins of blocks to appear around the world
##Experimental features:
- Mangrove base blocks (by @KAMKEEL) (models and roots by @Roadhog360)
- No tree growth or generation yet
 
- Moss and azalea (by @KAMKEEL) (models by @Roadhog360)
- No tree growth or generation yet
 
- Nether biomes and blocks
- No mobs or structures just yet, some blocks are still missing.
 
Et Futurum Requiem 2.6.0 Release Candidate 2
beta21 мая 2024 г.Notice: Interpolated texture support will no longer be built into Et Futurum Requiem as of this version. Visit #467 for more information about what that means. NotFine or Angelica will be required in the future to use this feature.
- Removed interpolated texture icon support
- Update boat textures to use the pre-JAPPA style (thanks DarkBum!)
Contributions by @KAMKEEL:
- Added thin glass panes/bars (when not connected to anything, the pane/bar is a thin pole instead of a plus shape)
- Fix moss having pathfinding issues and wrong material
Et Futurum Requiem 2.6.0 Release Candidate 1
beta14 мая 2024 г.- Fix StackOverflowError with ChickenChunks loader
- Improve accuracy of Smoker check
- Conditionally add tree sapling recipe
- Fix #455
Contributions by jss2a98aj:
- Register cherry tree sapling to the ore dictionary
- Correct output total for Soul Torch recipes
- Don't register Mosaic Stairs as stairWood
- English localization for Cherry Boats
- Register boats to the ore dictionary
- Painting sounds for modded painting blocks
- Register signs to the ore dictionary
- Fix lantern light opacity
Совместимость
Детали
Лицензия:LGPL-3.0-only
Опубликован:3 года назад
Обновлён:12 месяцев назад
