-
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?
Conversation
change texture of Simple Generator, Matter extractor, and High Furnace i'm new testing and for in contribute in github
You made a directory called "sbz_chem" in the "sbz_power" mod, you should delete that |
|
Otherwise, looks good to me |
|
@OscarDSanchezJ (in case you missed it) |
Sorry i'm not have idea how contribute and not make a chaos... not work much in git |
you didn't make that much chaos, you only copied one directory to a place where it shouldn't be, i think that should be fixable |
New texture, and resolve conflict of folder i'm not see
| @@ -61,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.", | |||
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.
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)
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.
if doing that is difficult, then maybe zander could manually merge the textures
| @@ -255,7 +260,7 @@ sbz_api.register_element("silicon", "#5ba082", "Silicon %s (Si)", | |||
| { part_of_crusher_drops = false, part_of_enhanced_drops = true, fluid = 1 }) | |||
| -- alloys | |||
|
|
|||
| sbz_api.register_element("bronze", "#87461d", "Bronze %s (CuSn)", { part_of_crusher_drops = false }) | |||
| sbz_api.register_element("bronze", "#CD7F32", "Bronze %s (CuSn)", { part_of_crusher_drops = false }) | |||
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
change texture of Simple Generator, Matter extractor, and High Furnace i'm new testing and for in contribute in github