-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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.remotecontroller type and ensure creative items remain available - Maybe hook into the
on_player_controller_changedevent to maintain item access - Look at how the mod determines when to show/hide creative items based on different player states
Metadata
Metadata
Assignees
Labels
No labels