generated from AriasCreations/vsmodtemplate
Debug the debug entries from the block class and entity
This commit is contained in:
parent
34810349a0
commit
6961cc5495
3 changed files with 4 additions and 4 deletions
|
@ -5,6 +5,6 @@ public class BlockDrawerTrim : Block
|
|||
{
|
||||
public BlockDrawerTrim()
|
||||
{
|
||||
api.Logger.Notification("\n\n/!\\New Block Drawer Trim instance/!\\\n\n");
|
||||
//api.Logger.Notification("\n\n/!\\New Block Drawer Trim instance/!\\\n\n");
|
||||
}
|
||||
}
|
|
@ -4,6 +4,6 @@ public class BlockEntityDrawerTrim : BlockEntity
|
|||
{
|
||||
public BlockEntityDrawerTrim()
|
||||
{
|
||||
Api.Logger.Notification("\n\n/!\\ New DrawerTrim block entity created /!\\\n\n");
|
||||
//Api.Logger.Notification("\n\n/!\\ New DrawerTrim block entity created /!\\\n\n");
|
||||
}
|
||||
}
|
4
runTest
4
runTest
|
@ -4,5 +4,5 @@ rm -rf Releases
|
|||
./build.sh
|
||||
vsleep 2
|
||||
rm -rf Releases/vintagestorage
|
||||
#.game/Vintagestory --tracelog --addModPath "$(pwd)/Releases" -o modtest
|
||||
.game/Vintagestory --tracelog --addModPath "$(pwd)/Releases"
|
||||
.game/Vintagestory --tracelog --addModPath "$(pwd)/Releases" -o modtest
|
||||
#.game/Vintagestory --tracelog --addModPath "$(pwd)/Releases"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue