Created sm.modpackAPI for other mods to use#87
Open
niknal357 wants to merge 1 commit intoSMTheGuild:devfrom
Open
Created sm.modpackAPI for other mods to use#87niknal357 wants to merge 1 commit intoSMTheGuild:devfrom
niknal357 wants to merge 1 commit intoSMTheGuild:devfrom
Conversation
Author
|
This is in response to issue #43 |
|
I don't know how much more work you want to put into this, so this suggestion might be more than required: Consider moving interfaces into the Anyway, it would be great to have an active maintainer testing all of those changes for proper behaviour and approving the final design. Better to wait for further feedback before reworking these changes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added modpack API for other mods to use. This will be especially helpful with mods that want to interface with data stored in memory panels and counters. I added the other methods because I saw no harm in doing so.
The following methods have been added:
sm.modpackAPI.memorypanel.write (compatible with old sm.modpack.memorypanelWrite)
sm.modpackAPI.memorypanel.read
sm.modpackAPI.memorypanel.writeValue
sm.modpackAPI.memorypanel.readValue
sm.modpackAPI.counter.setValue
sm.modpackAPI.counter.getValue
sm.modpackAPI.mathblock.getMode
sm.modpackAPI.mathblock.setMode
sm.modpackAPI.wirelessblock.setIsSender
sm.modpackAPI.wirelessblock.getIsSender
sm.modpackAPI.wirelessblock.getWirelessData
sm.modpackAPI.wirelessblock.getWirelessDataValues
sm.modpackAPI.smartsensor.setMode
sm.modpackAPI.smartsensor.getMode
sm.modpackAPI.orienter.setMode
sm.modpackAPI.orienter.getMode