-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blueprint Shotgun
compatibility
#34
base: main
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,33 @@ | |||
local tech_lv_0 = data.raw['technology']['blueprint-shotgun'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file needs wrapped in if mods['blueprint-shotgun']
so that it doesn't cause errors when that mod isn't active.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dang it that's been in my head like 10-20 times whilst prepping the compatibility, dunno how i forgot 💀
I guess we're waiting on the blueprint shotgun PR? |
i haven't heard back from @CodeGreen0386 as to whether or not he likes the code i presented in my initial pr 🤔 |
This adds data stage compatibility for the blueprint shotgun mod, the technology costs & recipe ingredients are just fragments of my imagination and feel free to change them as you see fit, some control stage changes will also be required for proper cube tracking, and that is done here: https://github.com/CodeGreen0386/blueprint-shotgun/pull/1