Skip to content

Releases: Nixinova/Modcrafter

0.5

21 Feb 02:53
Compare
Choose a tag to compare

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

View commits

  • 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.
image

0.4: Add GUI

20 Feb 06:55
Compare
Choose a tag to compare

Version 0.4 of Modcrafter: now with GUI!

Download from the attached exe.

Changelog

View commits

  • Added GUI for creating and compiling mods.

0.3

07 Feb 07:31
Compare
Choose a tag to compare
0.3

Version 0.3 of Modcrafter.

Install using the attached exe and use Modcrafter.yml to configure your mod.

Changelog

View commits

  • 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 to translucent 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

05 Feb 22:40
Compare
Choose a tag to compare

Version 0.2 of Modcrafter.

Install using the attached exe and use Modcrafter.yml to configure your mod.

Changelog

View commits

  • 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

04 Feb 07:50
Compare
Choose a tag to compare
0.1

Initial release of Modcrafter.

Install using the attached exe and use Modcrafter.yml to configure your mod.

Features

View commits

  • Added support for blocks, with customisable texture mappings.
  • Added support for items.