After changing info.json to get it to load, it fails with:
Error ModManager.cpp:1552: Failed to load mod "Built-in-Beacons": Built-in-Beacons/prototypes/beaconed-centrifuge.lua:118: attempt to index field 'animation' (a nil value)
stack traceback:
Built-in-Beacons/prototypes/beaconed-centrifuge.lua:118: in main chunk
[C]: in function 'require'
Built-in-Beacons/data.lua:271: in main chunk
Basically the animation field is gone from the centrifuge prototype.
If I remove the whole for i,layer in pairs(beaconed_centrifuge.animation.layers) do
section in each of the beaconed-centrifuge{1,2,3}.lua files, the mod works just fine.
I made a PR for it: https://github.com/V453000/Built-in-Beacons/pull/3
Just putting a thread here so others can find it if needed.