add gitignore, minor readme fix

This commit is contained in:
Redo
2025-10-01 16:31:02 -07:00
parent 36ba54b248
commit dd78711d28
3 changed files with 3 additions and 16 deletions

View File

@@ -1,15 +0,0 @@
@for /F "tokens=2" %%K in ('
tasklist /FI "ImageName eq Blockland.exe" /FO LIST ^| findstr /B "PID:"
') do (
DllRemover32 %%K BlockLua.dll
)
@call %~dp0compile.bat || exit
@for /F "tokens=2" %%K in ('
tasklist /FI "ImageName eq Blockland.exe" /FO LIST ^| findstr /B "PID:"
') do (
RemoteDllInjector32 %%K %~dp0BlockLua.dll
)
@pause

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
.*
!.gitignore

View File

@@ -2,7 +2,7 @@
# BlockLua
## How to Install
- Install RedBlocklandLoader
- Copy `BlockLua.dll`, `lua5.1.dll`, into the `modules` folder next to `Blockland.exe`
- Copy `BlockLua.dll` and `lua5.1.dll` into the `modules` folder next to `Blockland.exe`
- Optional: Copy the `lualib` folder into `modules`