File Details
Modernity 1.0-alpha.2
- B
- Oct 13, 2019
- 4.24 MB
- 138
- 1.14.4
File Name
modernity-INDEV-0.2.0.jar
Supported Versions
- 1.14.4
~ Updated to MC 1.14.4 and Forge 28.1.40
+ Items are now organized in 6 different tabs
~ Packet that sent information about cave heightmap now only sends the heightmap instead of the complete cave structure
~ Removed BlockBase and ItemBase: Blocks and Items now inherit vanilla's classes directly
~ Migrated from prefixes to suffixes as MCP did this too ('BlockFluid' -> 'FluidBlock')
~ ProxyCommon, ProxyClient and ProxyServer are now Modernity, ModernityClient and ModernityServer respectively
~ Modernity (the mod boot class) is now ModernityBootstrap
~ Fluids and ParticleTypes now use forge-supplied registries
– Removed some hooks which are useless as forge now provides other ways for that
– Removed portal system as ITeleporter API is gone. A new portal system will be introduced when this API is back again...
– Removed portal fluid and portal cauldron block (nether altar will be gone in future)
– Removed structures that spawned for the portal system...
– Removed EcoBlockPos as it only caused thread synchronization issues
+ Leaf and humus particles can now be summoned by /effect
~ Rewrote the world generator structure
~ Completely changed the way noises are mixed during worldgen to create surface hills
~ Forest have a rougher surface now
~ Worldgen-related things are now registered via registries
~ Buffet world support might be gone, but I'm not sure
– Removed settings, these must be re-evaluated
~ Salt resources now have their drop rates and items slightly changed, salt block may drop significantly more items...
+ Added loot tables for all blocks
~ Replaced the only used access transformer rule with reflection and removed access transformer
+ Added a block event system with registry for custom block events (as replacement of world.playEvent() which no longer references an event listener)
~ Rewrote all biome classes
~ Blackwood and inver leaves now drop their respective sticks
+ Added internal mapper which uses a tsrg file to remap between mcp and srg (for reflection)
* Fixed bug where leaves did not destroy faster with shears
– Removed Wiki tools as other mods exist for this...
* Fixed a typo in extinguished_anthracite_torch (extinghuished -> extinguished)
* Fixed hardness issue on ores
~ 'Aluminium Bucket with Heatrock Fluid' is renamed to 'Aluminium Bucket with Heatrock' (dutch translation did not change)
+ Added missing translation for nettles death message
* Fix torches and salt crystals not breaking by water flows
* Fix torches being placable on leaves
* Fix lightrock torch recipe have anthracite torch as result
~ Several name and ID changes:
|
Old ID |
New ID |
|
modernity:dark_grass |
modernity:dark_grass_block |
|
modernity:blackwood_bark |
modernity:blackwood |
|
modernity:inver_bark |
modernity:inver_wood |
|
modernity:heatrock_fluid |
modernity:heatrock |
|
modernity:heatrock_fluid_flowing |
modernity:flowing_heatrock |
|
modernity:oil_flowing |
modernity:flowing_oil |
|
modernity:modernized_water_flowing |
modernity:flowing_modernized_water |
|
modernity:extinghuished_anthracite_torch |
modernity:extinguished_anthracite_torch |