Mods / Chisel Tools Lite

Tags: #Utility
Author: QPTech
Side: Both
Created: Jun 8th at 2:16 PM
Last modified: 5 days ago
Downloads: 201
Follow Unfollow 24

Recommended download (for Vintage Story 1.20.11 - 1.20.12):
chiseltoolslite 1.14.20.zip  1-click install


This is Chisel Tools Lite - Make sure you're not looking for regular Chisel Tools

 

I've had a few requests for something like this. This is a bare bones version of Chisel Tools


You get:
Hand Planer - remove and add layers or partial layers of voxels
Hand Wedge - move, flip, and rotation chiseled blocks on all 3 axis
Pantograph - with limited modes:
 - shape only paste
 - shape & material paste
 - material only paste
 - shape add
 - undo
 - rename
 - remove unused and duplicate materials

You also still get the Portfolio (press P while looking at a chiseled block, you may have to rebind the key) which is fully compatible with the main chisel tools portfolio. (Portfolio saves shapes on your PC across worlds & saves)

That's it! If you're looking for decorative objects (chiselabel versions of ovens, planters etc), the paintbrush, palettes, the QP Chisel, you need to use the regular Chisel Tools.


**Please make sure you don't have this installed at the same time as regular chisel tools, IDK what would happen, but it won't be good**

 

Well my dreams of having the same version number as Chisel Tools are shattered xD - 1.14.20 fixes the pantograph snapshot crash.


FAQ:
Y Tho?
Chisel Tools Lite is meant for servers that hate fun servers that want a more vanilla experience. Also you should be able to remove Chisel Tools lite with no impact to your game save (apart from the actual tools becoming invalid)


This is great, but can you add functionality "X"?
 No. Use this, or use regular Chisel Tools. Seriously please don't ask lol.


Will this be kept up to date with regular Chisel Tools?
I will do my best. I will keep the same version numbers between the two hopefully. 


Will future Chisel Tools features be added to Chisel Tools Lite?
Only where it makes sense, like some core functionality that isn't too OP etc.

Awesome can I just switch to Chisel Tools Lite on my server then?

Switching from Regular Chisel Tools to Chisel Tools Lite will cause missing blocks and is generally not recommended. All the decorative objects (ovens, paths, ladders and so on) will be ? blocks that will have to be removed.  Also the palettes include blocks that are part of Chisel Tools so some chiseled blocks in your world will also be missing textures. Also make sure to not have both variants of the mod at once! 

OK We're ready for the good Stuff, can I switch my server from Lite to Regular Chisel Tools?
Yes there should be no problems with this, just make sure you've removed Chisel Tools Lite - you don't want both mods at once!

Mod Version For Game version Downloads Release date Changelog Download 1-click mod install*
1.14.20
1.20.11 - 1.20.12
124 5 days ago chiseltoolslite 1.14.20.zip 1-click install

Fixed pantograph crash on snapshot

1.14.19 77 Jun 8th at 2:16 PM chiseltoolslite 1.14.19.zip 1-click install

Welcome to Chisel Tools Lite!


8 Comments (oldest first | newest first)

💬 QPTech , 5 days ago

D3Rpcake Witold Just released a new version that fixes the crash.

💬 D3Rpcake, 5 days ago

QPTech It happens every time no matter what block I use the pantograph on.

💬 QPTech , 6 days ago

D3Rpcake Does it happen every time, or everytime with the same block? Or just random?

💬 D3Rpcake, 6 days ago

I'm also getting the crash when left clicking with the pantograph on a chiseled block. I don't really like using discord, but here is the crashlog.

Spoiler!

Running on 64 bit Windows 10.0.19045.0 with 16336 MB RAM
Game Version: v1.20.12 (Stable)
6/10/2025 2:19:23 PM: Critical error occurred in the following mod: chiseltoolslite@1.14.19
Loaded Mods: aculinaryartillery@1.2.5, chiseltoolslite@1.14.19, primitivesurvival@3.7.7, game@1.20.12, vsimgui@1.1.8, betterentityinteraction@1.0.4, betterfpcamera@1.3.0, betterruins@0.4.12, carryon@1.8.0, customwaypointsuggestions@1.0.0, expandedfoods@1.7.4, farseer@1.3.1, globalplayermapmarker@1.2.1, handbookbookmarkbutton@0.1.1, hudclockpatch@1.0.2, improvedhandbookrecipes@1.1.3, itempickupnotifier@1.7.0, minimalcompass@1.1.3, prospecttogether@2.0.4, removeprimitivesurvivalstairs@1.0.0, rockchisel@1.0.2, smithingplus@1.6.0-rc.2, statushudcont@3.2.7, stonebakeoven@1.1.6, targetDotMedium@1.1.0, vs-discordrpc@1.0.1, creative@1.20.12, survival@1.20.12, em@3.2.1, tailorsdelight@1.9.6
System.NullReferenceException: Object reference not set to an instance of an object.
at chisel.src.ItemPantograph.MakeCopy(ItemSlot slot, EntityAgent byEntity, BlockSelection blockSel, EntitySelection entitySel, EnumHandHandling& handling)
at chisel.src.ItemPantograph.OnHeldAttackStart(ItemSlot slot, EntityAgent byEntity, BlockSelection blockSel, EntitySelection entitySel, EnumHandHandling& handling)
at Vintagestory.Client.NoObf.SystemMouseInWorldInteractions.TryBeginUseActiveSlotItem(BlockSelection blockSel, EntitySelection entitySel, EnumHandInteract useType, EnumHandHandling& handling) in VintagestoryLib\Client\Systems\Player\MouseInWorldInteractions.cs:line 859
at Vintagestory.Client.NoObf.SystemMouseInWorldInteractions.HandleMouseInteractionsBlockSelected(Single dt) in VintagestoryLib\Client\Systems\Player\MouseInWorldInteractions.cs:line 617
at Vintagestory.Client.NoObf.SystemMouseInWorldInteractions.OnFinalizeFrame(Single dt) in VintagestoryLib\Client\Systems\Player\MouseInWorldInteractions.cs:line 85
at Vintagestory.Client.NoObf.ClientEventManager.TriggerRenderStage(EnumRenderStage stage, Single dt) in VintagestoryLib\Client\Util\ClientEventManager.cs:line 188
at Vintagestory.Client.NoObf.ClientMain.RenderToDefaultFramebuffer(Single dt) in VintagestoryLib\Client\ClientMain.cs:line 996
at Vintagestory.Client.GuiScreenRunningGame.RenderToDefaultFramebuffer(Single dt) in VintagestoryLib\Client\MainMenu\Screens\GuiScreenRunningGame.cs:line 242
at Vintagestory.Client.ScreenManager.Render(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 695
at Vintagestory.Client.ScreenManager.OnNewFrame(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 670
at Vintagestory.Client.NoObf.ClientPlatformWindows.window_RenderFrame(FrameEventArgs e) in VintagestoryLib\Client\ClientPlatform\GameWindow.cs:line 88
at OpenTK.Windowing.Desktop.GameWindow.Run()
at Vintagestory.Client.ClientProgram.Start(ClientProgramArgs args, String[] rawArgs) in VintagestoryLib\Client\ClientProgram.cs:line 334
at Vintagestory.Client.ClientProgram.<>c__DisplayClass10_0.<.ctor>b__1() in VintagestoryLib\Client\ClientProgram.cs:line 130
at Vintagestory.ClientNative.CrashReporter.Start(ThreadStart start) in VintagestoryLib\Client\ClientPlatform\ClientNative\CrashReporter.cs:line 93

Event Log entries for Vintagestory.exe, the latest 3
==================================
{ TimeGenerated = 6/10/2025 2:13:13 PM, Site = , Source = Application Error, Message = Faulting application name: Vintagestory.exe, version: 1.20.12.0, time stamp: 0x66470000
Faulting module name: openal32.dll, version: 1.23.0.0, time stamp: 0x63dd31ad
Exception code: 0x40000015
Fault offset: 0x00000000000df046
Faulting process id: 0x110
Faulting application start time: 0x01dbda3312a5c8d0
Faulting application path: C:\Users\me\AppData\Roaming\Vintagestory\Vintagestory.exe
Faulting module path: C:\Users\me\AppData\Roaming\Vintagestory\Lib\openal32.dll
Report Id: 354c8877-e706-4264-b69e-62693415369d
Faulting package full name:
Faulting package-relative application ID: }
--------------
{ TimeGenerated = 6/9/2025 7:31:35 PM, Site = , Source = Application Error, Message = Faulting application name: Vintagestory.exe, version: 1.20.12.0, time stamp: 0x66470000
Faulting module name: openal32.dll, version: 1.23.0.0, time stamp: 0x63dd31ad
Exception code: 0x40000015
Fault offset: 0x00000000000df046
Faulting process id: 0x364c
Faulting application start time: 0x01dbd9965e47f848
Faulting application path: C:\Users\me\AppData\Roaming\Vintagestory\Vintagestory.exe
Faulting module path: C:\Users\me\AppData\Roaming\Vintagestory\Lib\openal32.dll
Report Id: ac8e32b6-feab-4161-ae4e-29ec3c5ae739
Faulting package full name:
Faulting package-relative application ID: }
--------------
{ TimeGenerated = 6/9/2025 7:28:39 PM, Site = , Source = Application Error, Message = Faulting application name: Vintagestory.exe, version: 1.20.12.0, time stamp: 0x66470000
Faulting module name: openal32.dll, version: 1.23.0.0, time stamp: 0x63dd31ad
Exception code: 0x40000015
Fault offset: 0x00000000000df046
Faulting process id: 0x5a0
Faulting application start time: 0x01dbd995a90f4b52
Faulting application path: C:\Users\me\AppData\Roaming\Vintagestory\Vintagestory.exe
Faulting module path: C:\Users\me\AppData\Roaming\Vintagestory\Lib\openal32.dll
Report Id: 7cbf2b08-6acd-4efa-9d29-a110491faae0
Faulting package full name:
Faulting package-relative application ID: }

💬 QPTech , Jun 9th at 6:50 PM

Witold just to make sure there are no other versions of chisel tools installed and you're on the 1.20.11 or newer of Vintage Story? Please submit a crash log to my discord.

💬 Witold, Jun 9th at 6:47 PM
when I want to use the pantograph with the left mouse button, the game crashes, the regular version of the mod doesn't have it
💬 QPTech , Jun 9th at 5:16 PM

DessertOverlord at least I was consistent, all fixed thanks!

💬 DessertOverlord, Jun 9th at 4:20 PM

All of the links to the main Chisel Tools go to https://mods.vintagestory.at/chiseltool , instead of https://mods.vintagestory.at/chiseltools , so they 404. :P

 (edit comment delete)