Releases: dongle-r/Factorio-Minecraft-Bridge
Releases · dongle-r/Factorio-Minecraft-Bridge
Factorio-Minecraft-Bridge Release 1.2 BETA
This is a beta release. Some bugs may be present.
Factorio and Minecraft mods must be updated in all places. The Bridge Application received no updates so no replacement is needed for it, but it is still included along with a better example of item_mappings.
This release includes new commands for both Factorio and Minecraft, as well as NBT support for Minecraft mappings.
Factorio now has an /itemData command that can be run while holding an item to see the item's name to use in the item_mappings file.
Minecraft comes with new command that can take more parameters based on what data you need.
-
/item_data will simply print out the item_name|metadata, useful for simple items in the item mappings file.
-
/item_data nbt will print out the item_name|metadata|NBTData for an item, use the complete line in the item_mappings file.
-
Both commands can also take a -c as the last argument in the command. This arg will copy the printed out text directly to clipboard for ease in pasting into the item mappings file.