You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In builddatapack.sh, the simulation is run 40 times. All data is bundled into a datapack using mkdir, mv, zip, and rm. Finding a pythonic way to do this would increase the number of operating systems that could use dice-mechanic-sim.
In
builddatapack.sh
, the simulation is run 40 times. All data is bundled into a datapack usingmkdir
,mv
,zip
, andrm
. Finding a pythonic way to do this would increase the number of operating systems that could use dice-mechanic-sim.zipfile should work.
The text was updated successfully, but these errors were encountered: