jhuckaby / magic-sorting-system

A data pack for Minecraft 1.13, 1.14 and 1.15 (Java) for automatically sorting every item in the game.
39 stars 15 forks source link

Bat file for easier config compiling #18

Open thegamerx1 opened 4 years ago

thegamerx1 commented 4 years ago

I made a script which helps running the generate.js so you dont have to open cmd and type the command just double click it and done

generate.bat (Manual close)

@echo off
title Magic Sorting System Generator
cls
node generate.js
pause

generate.bat (Instant)

@echo off
title Magic Sorting System Generator
cls
node generate.js

generate.bat (3Sec close)

@echo off
title Magic Sorting System Generator
cls
node generate.js
TIMEOUT /T 3 >nul
jhuckaby commented 4 years ago

Thanks! This would only work on Windows of course, and I have many Mac and Linux users, but thank you! I'm sure some people will find this quite useful. I'll leave this issue open so people can find it.

thegamerx1 commented 4 years ago

it could be done for mac and linux users with a bash program but i dont know making those and i dont have a linux machine.