@@ -437,21 +437,21 @@ opencomputers {
437437 # and get access to things that should be considered implementation
438438 # detail / private (mods may keep "secret" data in such NBT tags).
439439 # The recommended method is to use the database component instead.
440- allowItemStackNBTTags =false
440+ allowItemStackNBTTags =true
441441
442442 # Whether to enable the inventory driver. This driver allows interacting
443443 # with inventories adjacent to adapters in a way similar to what the
444444 # inventory controller upgrade allows when built into a robot or placed
445445 # inside an adapter. It is therefore considered to be somewhat cheaty by
446446 # some, and disabled by default. If you don't care about that, feel free
447447 # to enable this driver.
448- enableInventoryDriver =false
448+ enableInventoryDriver =true
449449
450450 # Whether to enable the tank driver. This driver is like the inventory
451451 # driver, just for fluid tanks, and is disabled by default with the same
452452 # reasoning as the inventory driver - using a tank controller upgrade in
453453 # an adapter has pretty much the same effect.
454- enableTankDriver =false
454+ enableTankDriver =true
455455 }
456456 }
457457
@@ -547,7 +547,7 @@ opencomputers {
547547 # applies *per extracted item*. For example, if an item was crafted from
548548 # three other items and gets disassembled, each of those three items has
549549 # this chance of breaking in the process.
550- disassemblerBreakChance =0.05
550+ disassemblerBreakChance =0
551551
552552 # Controls how noisy results from the Geolyzer are. This is the maximum
553553 # deviation from the original value at the maximum vertical distance
0 commit comments