diff --git a/README.md b/README.md index b56e05f04..bbec6e64f 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,23 @@ -# Create +

Logo

+

Create
+ Patreon + Supported Versions + License + Discord + Curseforge Downloads

+

+ Welcome to Create, a mod offering a variety of tools and blocks for Building, Decoration and Aesthetic Automation. The added elements of tech are designed to leave as many design choices to the player as possible, where item processing doesn't happen inside a single block with funny textures, it requires a set of actors working together in many possible arrangements. Check out the wiki and in-game Tool-tips for further info on how to use these features, and stay tuned for an ever-growing selection of possibilities for Creative and Survival Minecraft. -## Links -[](https://github.com/simibubi/Create/issues "Report Issues") -[](https://www.youtube.com/playlist?list=PLyADkcfPLU8ywCXZPaDbQ_JZJL0CGDN5Z "Watch Videos") -[](https://discord.gg/hmaD7Se "Feedback & Help") -[](https://www.patreon.com/simibubi "Support Us") +[](https://github.com/simibubi/Create/issues "Report Issues") +[](https://www.youtube.com/playlist?list=PLyADkcfPLU8ywCXZPaDbQ_JZJL0CGDN5Z "Watch Videos") +[](https://discord.gg/hmaD7Se "Feedback & Help") +[](https://www.patreon.com/simibubi "Support Us") -## Current Progress -- Create 0.2.2 is coming soon with more bug-fixes. Thank you for testing Create with us! - Support for Minecraft 1.12: Not planned - Support for Minecraft 1.15: Porting work is in Progress! - Support for Fabric: Not planned @@ -25,14 +30,4 @@ Check out the wiki and in-game Tool-tips for further info on how to use these fe - simibubi - Developer & Artist - tterrag - Developer & Port-Meister -## Localization - -| Code | Version | Language | Author | -|-------|---------|------------|--------------------------| -| en_us | 0.2.2 | English US | | -| de_de | 0.1 | German | Vexatos & Azratosh | -| nl_nl | 0.1 | Dutch | Prusias | -| fr_fr | 0.2.1 | French | Kiro | -| zh_cn | 0.2.1 | Chinese | noptia & spider_stranger | -| ru_ru | 0.1 | Russian | sirabein | -| pt_br | 0.1 | Brazilian | lucassabreu | +### For more information, check out our [Project Page](https://www.curseforge.com/minecraft/mc-mods/create) diff --git a/src/main/resources/data/create/recipes/stonecutting/polished_dark_scoria.json b/src/main/resources/data/create/recipes/stonecutting/polished_dark_scoria.json new file mode 100644 index 000000000..36ac32453 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/polished_dark_scoria.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dark_scoria" + }, + "result": "create:polished_dark_scoria", + "count": 1, + "conditions": [ + { + "type": "create:module", + "module": "palettes" + } + ] +} \ No newline at end of file