teoxoy / factorio-blueprint-editor

A feature-rich Factorio Blueprint Editor
https://fbe.teoxoy.com
MIT License
299 stars 61 forks source link

Update to Factorio 1.1.100 #255

Closed joelverhagen closed 8 months ago

joelverhagen commented 8 months ago

Version 1.1.41 is no longer available. Moved to 1.1.100.

yarn run start:exporter now succeeds. Without the FBE-DATA- changes it fails with the error shared by Mike on Discord: https://discord.com/channels/540738973413408809/543167234470838272/1180566492803256331

  1.393 Loading mod export-data 0.0.0 (data-final-fixes.lua)
   5.515 Error Util.cpp:86: Failed to load mod "export-data": bad argument #7 of 8 to '?' (string expected, got number)
stack traceback:
    [C]: in ?

I did a smoke test with yarn run start:website. All of the basis behavior appears to work just fine.

There is a huge diff of .basis files + data.json + metadata.yaml. I wasn't sure if you wanted these included in the diff. I'm happy to commit them if it's intended. image

joel@Nox:~/factorio-blueprint-editor$ git status | grep "new file:" | wc -l
100
joel@Nox:~/factorio-blueprint-editor$ git status | grep "deleted:" | wc -l
1
joel@Nox:~/factorio-blueprint-editor$ git status | grep "modified:" | wc -l
2305

You can see the commit here: https://github.com/joelverhagen/factorio-blueprint-editor/commit/c439499aaddfd0a6502dfbdbbbaf761b13fcb878 (not in the PR currently)