Hi,
i'm using your mod and i'm having fun with it but it seems your mod has a compatibility problem with other mods.
I'm using this mod:
https://mods.factorio.com/mod/WaterExtractor
It adds a water pump jack to factorio.
The pump should be unlocked with the technology "steel-processing" from the base game.
When i use your mod the pump jack is missing.
When i use the following command to show all "effects" (f.e. the unlocked recipes) of the technologie "steel-processing" i see only the three recipes that are defined in your technology.lua ("steel-plate", "steel-chest", "large-burner-mining-drill")
/c game.player.print(serpent.block(game.player.force.technologies["steel-processing"].prototype.effects))
For me it looks like your technology.lua overrides all effects of the technology "steel-processing" instead of only adding your specific effects.
With this you delete all effects of other mods. If i'm correct.
How it should be done i do not know.