Skip to content

Commit 1ab0b69

Browse files
committed
fix recipes
1 parent 256c11a commit 1ab0b69

File tree

5 files changed

+18
-21
lines changed

5 files changed

+18
-21
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"category": "building",
4+
"key": {
5+
"I": "minecraft:iron_ingot",
6+
"S": "minecraft:stone"
7+
},
8+
"pattern": [
9+
"ISI",
10+
"S S",
11+
"ISI"
12+
],
13+
"result": {
14+
"count": 32,
15+
"id": "factory_blocks:factory"
16+
}
17+
}

common/src/main/resources/data/factory_blocks/recipes/factory.json

-20
This file was deleted.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2048M
33
minecraft_version=1.21.3
44
enabled_platforms=fabric,neoforge
55

6-
mod_version=1.3.2
6+
mod_version=1.3.3
77
maven_group=com.slaincow.factoryblocks
88
archives_base_name=factory_blocks
99

0 commit comments

Comments
 (0)