Skip to content

Can't use Creative Mod items in remote view (breaks space platform testing) #53

@jodli

Description

@jodli

Problem
Creative Mod items are completely missing when using remote view to design space platforms. This is super frustrating since you can't quickly test designs or place creative items while working remotely.

Why this matters
Space platform design becomes a pain when you have to physically travel there just to access creative items. Remote view is supposed to make designing easier, but without creative mod support it's actually slower than just going there yourself.

What's happening

  • Creative items don't show up in inventory/crafting when in remote view
  • Have to exit remote view and travel to the platform to use creative items
  • Makes iterative testing of space platforms really tedious

Where this might need fixing
This is likely related to how Creative Mod handles item availability when the player's controller type changes. The mod probably needs to:

  • Check for the defines.controllers.remote controller type and ensure creative items remain available
  • Maybe hook into the on_player_controller_changed event to maintain item access
  • Look at how the mod determines when to show/hide creative items based on different player states

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions