-
Notifications
You must be signed in to change notification settings - Fork 19
Update texture contribution, not have idea is all to change of texture #196
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -47,6 +47,7 @@ minetest.register_craft({ | |
|
|
||
| sbz_power.register_battery("sbz_power:very_advanced_battery", { | ||
| description = "Very Advanced Battery", | ||
| info_extra = "Description is so original, i am aware.", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You seem to have a slightly outdated version of skyblock zero, try replacing mods/sbz_power with the one that is in https://github.com/ChefZander/skyblock_zero (except the the textures folder)
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. if doing that is difficult, then maybe zander could manually merge the textures
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I think so, it's preferable, I feel like I'm going to break something |
||
| tiles = { "very_advanced_battery.png" }, | ||
| groups = { matter = 1, level = 2 }, | ||
| battery_max = 200000, | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| local HEAT_MAX = 30 | ||
| local POWER_GEN = 1200 | ||
| local POWER_GEN = 800 | ||
| --[[ | ||
| local ghost_removal_delay = 5 | ||
|
|
||
|
|
||
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.
Does this look distinct enough from other elements?
and was this done intentionally or is it from an older version of sbz
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.
probably is to old version... the first try have more a year