File tree Expand file tree Collapse file tree
data/extendedrecipe/recipe/projecte/fuelblock Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Extended Recipe
22
33---
4- ## Latest 1.0.0-alpha.2
4+ ## Latest 1.0.0-alpha.3
5+ ### 新增
6+ - 无
7+
8+ ### 修复
9+ - 无
10+
11+ ### 调整
12+ - 移除 pack.mcmeta
13+
14+ ---
15+ ## 1.0.0-alpha.2
516### 新增
617- 无
718
1122### 调整
1223- 无
1324
14- ---
1525## 1.0.0-alpha.1
1626### 新增
1727- 无
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ mod_name=Extended Recipe
3434# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
3535mod_license =MIT
3636# The mod version. See https://semver.org/
37- mod_version =1.0.0-alpha.2
37+ mod_version =1.0.0-alpha.3
3838# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
3939# This should match the base package used for the mod sources.
4040# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ license="MIT"
2323modId =" extendedrecipe" # mandatory
2424
2525# The version number of the mod
26- version =" 1.0.0-alpha.2 " # mandatory
26+ version =" 1.0.0-alpha.3 " # mandatory
2727
2828# A display name for the mod
2929displayName =" Extended Recipe" # mandatory
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " minecraft:crafting_shapeless" ,
3+ "ingredients" : [
4+ {
5+ "item" : " projecte:philosophers_stone"
6+ },
7+ {
8+ "item" : " minecraft:coal_block"
9+ },
10+ {
11+ "item" : " minecraft:coal_block"
12+ },
13+ {
14+ "item" : " minecraft:coal_block"
15+ },
16+ {
17+ "item" : " minecraft:coal_block"
18+ }
19+ ],
20+ "result" : {
21+ "id" : " projecte:alchemical_coal_block" ,
22+ "count" : 1
23+ }
24+ }
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " minecraft:crafting_shapeless" ,
3+ "ingredients" : [
4+ {
5+ "item" : " projecte:philosophers_stone"
6+ },
7+ {
8+ "item" : " projecte:alchemical_coal_block"
9+ },
10+ {
11+ "item" : " projecte:alchemical_coal_block"
12+ },
13+ {
14+ "item" : " projecte:alchemical_coal_block"
15+ },
16+ {
17+ "item" : " projecte:alchemical_coal_block"
18+ }
19+ ],
20+ "result" : {
21+ "id" : " projecte:mobius_fuel_block" ,
22+ "count" : 1
23+ }
24+ }
Original file line number Diff line number Diff line change 11{
22 "schemaVersion" : 1 ,
33 "id" : " extendedrecipe" ,
4- "version" : " 1.0.0-alpha.2 " ,
4+ "version" : " 1.0.0-alpha.3 " ,
55 "name" : " Extended Recipe" ,
66 "description" : " Extended Recipes." ,
77 "authors" : [
88 " Hamburger0abcde"
99 ],
1010 "contact" :{
11- "sources" :" https://github.com/Boruto-code/Extended-Recipe" ,
12- "issues" :" https://github.com/Boruto-code/Extended-Recipe/issues"
11+ "home" : " https://www.curseforge.com/minecraft/mc-mods/extended-recipe" ,
12+ "sources" : " https://github.com/Boruto-code/Extended-Recipe" ,
13+ "issues" : " https://github.com/Boruto-code/Extended-Recipe/issues"
1314 },
1415 "license" :" MIT" ,
1516 "icon" :" pack.png" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments