Add autogeneration of localization of fluid_types
s
Adapt to changes in NeoForge 20.4.25-beta
Port to 1.20.4
Adapt to registry overhaul
Add lootTable
property for blocks and ores
- Optimize images (#10)
- Port to 1.20.2 NeoForge
Note: Due to the change to NeoForge, all bucket model files need to be regenerated. They are located in ./config/modularmaterials/resourcepack/assets/modularmaterials/models/item/bucket.*.json
.
- Only register CreativeModeTabs when they won't be empty
- Add pulse mode for textures
- Add textures for
plasma
andcrushed_centrifuged
types
Full Changelog: https://github.com/glowredman/modularmaterials/compare/v0.11-beta...v0.12-beta
Port to 1.20
Config changes:
config.json/oresInheritMaterial
has been removedconfig.json/oresInheritNoteblockInstrument
has been addedmaterials.json/block/material
has been removedmaterials.json/noteblockInstrument
has been added
- Port to 1.19.3
- Fix update URL in
mods.toml
- Improve logging and other code improvements
- Change texture paths to follow Minecraft's standard
- Change biome modifier (removing vanilla oregen now must be done via datapacks)
- Using the
/mm install <preset>
command now replaces existing config files
- Adapt to changes in Forge 41.0.64 and 41.0.94
Port to 1.19
- Port to 1.18.2
- Minor number formatting changes
- Allow the usage of any
Random
-implementation (shortcutsXSTR
,Xoshiro256**
andStandard
can be used inconfig.json/"random"
, for other implementations use the full classname, e.g.java.util.Random
) - Fixed tooltip border rendering using the background color for borderStart and borderEnd
- New texture-sets
fiery
,fine
,gem_horizontal
,gem_vertical
,leaf
,magnetic
,opal
,paper
,quartz
andwood
- Reduced amount of log-spam
- Fixed TagHandler completely breaking down when using filters for types or oreVariants
- Fixed item tags being applied for fluids instead of fluid tags
- Added vanilla preset
- Implemented removal of ores
- Fix items/dull/round_overlay.png texture
- Make write operations less likely to leak resources
- Add command to directly install a preset
Fix oreviens generating 128 blocks higher than wanted
Fix Typo: enchantPowerBonuMultipliers -> enchantPowerBonusMultiplier
Port to Minecraft version 1.17.1
- corrected common and client proxy -> works now also on a server
- moved some classes
- added
/mm
commands