promotional bannermobile promotional banner

CC:Modded

CC-Tweaked, Tweaked again as a Java 1.18.2 Mod

File Details

cc-modded-1.18.2-1.100.4.jar

  • R
  • Apr 9, 2022
  • 1.83 MB
  • 5.6K
  • 1.18.2
  • Forge

File Name

cc-modded-1.18.2-1.100.4.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:cc-modded-607033:3741141")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

./src/main/java/dan200/computercraft/shared/peripheral/modem/wired/WiredModemPeripheral.java#L222
- missing `getTypeLocal()` which calls methods in `WiredModemLocalPeripheral.java`
- missing `setIDLocal( @Nonnull int id )` which calls methods in `WiredModemLocalPeripheral.java`
- missing `setNameLocal( @Nonnull String name )` which calls methods in `WiredModemLocalPeripheral.java`
- peripheral ID of wired modem comes up as 0 or duplicated when cloned by worldedit

./src/main/java/dan200/computercraft/shared/peripheral/modem/wired/WiredModemLocalPeripheral.java#L36
- missing `getConnectedType()` which returns the type of peripheral connected
- missing `setConnectedID( @Nonnull int newid )` which changes the private id (not fine)
- missing `setConnectedName( @Nonnull String newname )` which concatenates peripheral type and private id (not fine)
- `string name` unnecessarily became `@Nonnull String newname` for every method, breaking a tonne of mods from 1.16.2

./src/main/resources/assets/computercraft/textures/block
- Change the following files to have even dark crimson red texture with python PIL
- cable_*.png
- computer_command_*.png
- disk_drive_*.png
- monitor_advanced-*.png
- Change the following files to have odd dark bluish gray texture with python PIL
- speaker_*.png