Skip to content

Configuring1

SphereII edited this page Sep 18, 2024 · 1 revision

Configuring

Crafting From Containers has a few features to turn it on and off.

 

The features are spread over two different Class configurations: Advanced Recipes and BlockUpgradeRepair.

 

 

<property class="AdvancedRecipes" >

<!-- Enable Remote Crafting Feature Experimental -->

<property name="ReadFromContainers" value="false"/>

 

<!-- reasonable block range seems to be around 10. -->

<property name="Distance" value="10" />


<!-- shows name of opened container/workstation in log -->
<property name="Debug" value="false" />


<!-- disable remote crafing on named workstations case sensitive-->

<property name="BroadcastManage" value="false"/>

 

<!-- disable remote crafing from named containers. case sensitive e.g storageCrate, birdNest -->

<property name="disablereceiver" value="forge, tbd" />

 

<!-- enables sending only from workstations in disablesender-->

<property name="disablesender" value="" />

<property name="Invertdisable" value="false"/>

 

<!-- disable remote crafing on workstation from certain containers. e.g workbench:storageCrate, birdNest;campfire:birdNest,storageCrate -->

<!-- sections are separated by ";" workstation and containers by ":" containers are separated by ",". workstations can be grouped by "," e.g workbench,campfire:birdNest,storageCrate -->

<property name="nottoWorkstation" value=""/>

 

<!-- enables remote crafing on workstations only from named containers. e.g workbench:storageCrate, birdNest;campfire:birdNest,storageCrate -->

<!-- binds are separated by ";" workstation and containers by ":" containers are separated by ",". workstations can be grouped by "," e.g workbench,campfire:birdNest,storageCrate -->

<property name="bindtoWorkstation" value=""/>

<property name="enforcebindtoWorkstation" value="false"/>

<!-- disables remote crafting if not bound -->
</property>

            

<property class="BlockUpgradeRepair" >

<!-- disables repair/upgrade when enemies nearby -->

<property name="BlockOnNearbyEnemies" value="false"/>

<property name="DistanceEnemy" value="30" />

<!-- remote repair/upgrade -->

<property name="ReadFromContainers" value="false"/>

<property name="Distance" value="40" />

</property>


Created with the Personal Edition of HelpNDoc: Achieve Professional Documentation Results with a Help Authoring Tool

0-SCore

Table of contents

Clone this wiki locally