Skip to content

Update block textures and rename generators to factories#17

Merged
CoderJoeW merged 3 commits intomainfrom
feature/texture-updates-and-factory-rename
Mar 15, 2026
Merged

Update block textures and rename generators to factories#17
CoderJoeW merged 3 commits intomainfrom
feature/texture-updates-and-factory-rename

Conversation

@CoderJoeW
Copy link
Copy Markdown
Owner

Summary

  • Replace placeholder textures for multi power cable and power merger blocks with proper pixel art (red = input, blue = output, with distinct input/output shapes)
  • Rename cobblestone generator and obsidian generator to cobblestone factory and obsidian factory, since they produce items not power

Red square connector for input faces, blue square connector for output
faces. Input faces have inward-pointing arrows and hollow center, output
faces have outward-radiating indicators and solid fill.
These blocks produce items, not power, so "factory" is a more accurate
name. Renames classes, block IDs, display names, textures, YAML
definitions, recipes, and tests.
These were renamed to cobblestone_factory/obsidian_factory but the
originals were not deleted in the previous commit.
@CoderJoeW CoderJoeW merged commit dd0dd55 into main Mar 15, 2026
1 check passed
@CoderJoeW CoderJoeW deleted the feature/texture-updates-and-factory-rename branch March 15, 2026 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant