Make chunks Stack

Started by Blue9, February 04, 2018, 02:26:00 AM

Previous topic - Next topic

Blue9

Hello, so i'm trying to make a mod for myself. I want to make chunks (stones and slags) stack.

I've tryed patching the stacklimit and the drawGuiOverlay but that doesn't work.

Any ideas?

<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationAdd">
  <xpath>Defs/ThingDef[@ParentName="ChunkBase"]</xpath>
  <value><drawGUIOverlay>true</drawGUIOverlay><stackLimit>75</stackLimit></value>
</Operation>
</Patch>