Hi
There is a crash :
Error while running event MinimalStart::on_player_created (ID 24)
real number expected got nil.
stack traceback:
MinimalStart/control.lua:5: in function <MinimalStart/control.lua:1>
stack traceback:
[C]: in function 'get_inventory'
MinimalStart/control.lua:5: in function <MinimalStart/control.lua:1>
The reason is your defines: You should replace "player" with "character" in the name
Other problem : Your last version is not downloadable, due to your json file. The version value should just be 0.17 and you need to add a key "dependencies".
Cheers