Skip to content

Commit 6e5f116

Browse files
committed
Update ProjectE Recipes
1 parent f5a568d commit 6e5f116

7 files changed

Lines changed: 66 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
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

@@ -11,7 +22,6 @@
1122
### 调整
1223
-
1324

14-
---
1525
## 1.0.0-alpha.1
1626
### 新增
1727
-

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
3535
mod_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

src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ license="MIT"
2323
modId="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
2929
displayName="Extended Recipe" #mandatory
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
}

src/main/resources/fabric.mod.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
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",

src/main/resources/pack.mcmeta

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)