-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add granite bricks #229
Add granite bricks #229
Conversation
Click for detailed source code test coverage reportTest coverage report for Technic CNC 79.48% in 8/8 files:
Test coverage report for technic 9.61% in 10/103 files:
Raw test runner output for geeks:CNC:
Technic:
|
Should |
From the lua api docs:
This should not really matter IMO and the field removed entirely, the bricks are artificially crafted/placed and should not end up somewhere in mapgen anyway |
Yeah, maybe I was thinking bit too much ahead probably as I was actually thinking about mapgen buildings (for mods discussed around pandorabox ideas repo). |
I would say yes, that would be better, but that can be left for a different PR, as other nodes should have that changed too. |
Tested, seems nice and good. Texture could be updated to make edges nicer, seems to be just default stone brick texture over granite node. I bet someone will notice that in game too, probably stone brick can be used just fine but with some better filter to make it similar to other dark bricks instead of following edges of light bricks. |
I am ok with it. |
This adds granite bricks from
sfence
(original PR here: minetest-mods/technic#593)@sfence i took the liberty and copied your code and textures, if thats alright with you (i like the addition 😄)