Debug the debug entries from the block class and entity

This commit is contained in:
zontreck 2024-12-25 11:13:31 -07:00
parent 34810349a0
commit 6961cc5495
3 changed files with 4 additions and 4 deletions

View file

@ -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");
}
}

View file

@ -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");
}
}

View file

@ -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"