From 369c2d7d9d2cd5940cc8821a7dd4a20393568222 Mon Sep 17 00:00:00 2001 From: LordGrimmauld Date: Sat, 2 May 2020 10:13:15 +0200 Subject: [PATCH 1/3] added apparently missing stonecutter recipe for create:polished_dark_scoria --- .../recipes/stonecutting/polished_dark_scoria.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/main/resources/data/create/recipes/stonecutting/polished_dark_scoria.json 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 From 188139e5d19cc1c338d43f84cd908b58545eb1c0 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Tue, 5 May 2020 10:14:25 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index b56e05f04..15f87ccc7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + [![](https://img.shields.io/badge/Supporters-30-ff5733)](https://www.patreon.com/simibubi) [![](https://img.shields.io/badge/Available%20for-MC%201.14-c70039)](https://www.curseforge.com/minecraft/mc-mods/create/files) [![](https://img.shields.io/github/license/Creators-of-Create/Create?style=flat&color=900c3f)](https://github.com/Creators-of-Create/Create/blob/master/LICENSE) [![](https://img.shields.io/discord/620934202875183104?color=844685&label=Feedback%20%26%20Help&style=flat)](https://discord.gg/hmaD7Se) [![](https://cf.way2muchnoise.eu/short_create.svg?badge_style=flat)](https://www.curseforge.com/minecraft/mc-mods/create) + # Create Welcome to Create, a mod offering a variety of tools and blocks for Building, Decoration and Aesthetic Automation. @@ -5,14 +7,11 @@ The added elements of tech are designed to leave as many design choices to the p 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 +24,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) From a3b47c1b255bbe080a15cbb6d5b9eb477ce7181e Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Tue, 5 May 2020 10:39:42 +0200 Subject: [PATCH 3/3] Update README.md again --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15f87ccc7..bbec6e64f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ - [![](https://img.shields.io/badge/Supporters-30-ff5733)](https://www.patreon.com/simibubi) [![](https://img.shields.io/badge/Available%20for-MC%201.14-c70039)](https://www.curseforge.com/minecraft/mc-mods/create/files) [![](https://img.shields.io/github/license/Creators-of-Create/Create?style=flat&color=900c3f)](https://github.com/Creators-of-Create/Create/blob/master/LICENSE) [![](https://img.shields.io/discord/620934202875183104?color=844685&label=Feedback%20%26%20Help&style=flat)](https://discord.gg/hmaD7Se) [![](https://cf.way2muchnoise.eu/short_create.svg?badge_style=flat)](https://www.curseforge.com/minecraft/mc-mods/create) +

Logo

+

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

+

-# Create 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.