Chikorita-Lover / MCBE-Unified-Ore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCBE-Unified-Ore

This project aims to create an open sorce repository for custom ores in Minecraft Bedrock!

Added ores

  • Tin
  • Deepslate Tin
  • White Diamond
  • Deepslate White Diamond
  • Topaz
  • Deepslate Topaz
  • Tourmaline
  • Deepslate Tourmaline

Contributing

Thank you for considering to contribute to the "MCBE-Unified-Ore" project!

Starting development

We recommend "bridge." to edit the project files.

Code Rules

Verified as working

All code contributed to this repository should be verified as working, meaning you've tested the functionality at least once and didn't encounter unexpected behaviour.

Code Style

General

We request that all texture submissions be nested in a folder with the name of the ore you are submitting

RP/textures/blocks/"ore_name"/deepslate_"ore_name"
RP/textures/blocks/"ore_name"/"ore_name"

Same with items

RP/textures/items/"ore_name"/"ore_name"_chunk

Names

All identifier names should be in the vanilla style and use the namespace ore-uni:.

"ore-uni:deepslate_"ore_name"
"ore-uni:"ore_name"

Copyright

Please ensure that any and all texture submissions are either your own work or submitted with permission of the original creator

Opening a Pull Request

Please make sure that you have been working with the "dev" branch. Pull request should use the "dev" branch as their base.

About