Releases: Nixinova/Modcrafter
Releases · Nixinova/Modcrafter
0.5
Version 0.5 of Modcrafter, now with a fully functional interface for creating a mod!
Download the exe attached and drag it into a new folder to use.
Changelog
- Added support for reading from an existing configuration file to initialise the program.
- Fixed block textures being missing when the
texture
field is set to a string.
0.4: Add GUI
Version 0.4 of Modcrafter: now with GUI!
Download from the attached exe.
Changelog
- Added GUI for creating and compiling mods.
0.3
Version 0.3 of Modcrafter.
Install using the attached exe and use Modcrafter.yml
to configure your mod.
Changelog
- Added
mapDisplay
field for blocks to set the map color type. - Added
solid
field for blocks to control whether the block stops entity movement. - Added error logger, while places log files in folder
logs/
. - Changed parsing to allow blocks to be empty of fields.
- Changed old
solid
field totranslucent
for blocks and inverted the value. - Fixed custom inventory tabs not allowing display names.
- Fixed top and bottom faces of blocks being improperly set.
0.2: Add custom tab support and split Java files
Version 0.2 of Modcrafter.
Install using the attached exe and use Modcrafter.yml
to configure your mod.
Changelog
- Added support for custom inventory tabs.
- Changed output to split Java files into separate block, item, and inventory tab classes.
- Fixed gitignore file being overwritten on initialisation.
0.1
Initial release of Modcrafter.
Install using the attached exe and use Modcrafter.yml
to configure your mod.
Features
- Added support for blocks, with customisable texture mappings.
- Added support for items.