AdvancedPeripherals icon indicating copy to clipboard operation
AdvancedPeripherals copied to clipboard

Can't disable peripheral methods

Open juh9870 opened this issue 5 months ago • 1 comments

Describe

I am trying to use CC's serverconfig disabled_generic_methods to disable item and fluid movement via ME interface, but no matter what I try, methods stay enabled.

The forms I tried using for specifying methods to disable (none worked):

  • advancedperipherals:meBridge#exportFluid
  • Advancedperipherals:meBridge#exportFluid
  • meBridge#exportFluid
  • meBridge.exportFluid
  • advancedperipherals:meBridge.exportFluid

note 1: that base CC's peripheral methods can be disabled as easily as computercraft:inventory#pushItems note 2: peripheral.getType returns meBridge for the ME bridge on 1.20, and source code has meBridge too

Steps to reproduce

  1. Install CC, AP, and AE
  2. Create a new world
  3. Edit serverconfig in the world folder to try to disable ME bridge methods

Multiplayer?

No

Version

1.20.1-0.7.46r

Minecraft, Forge and maybe other related mods versions

Forge 47.4.0, MC 1.20.1

Screenshots or Videos

No response

Crashlog/log

No response

juh9870 avatar Dec 15 '25 20:12 juh9870