Skip to content

Commit 14a0e2d

Browse files
committed
- Added NeoForge tags
- Added Pine Cone to arrows tag - Leaf and Pine Litter now dampen vibrations - Added Pine Nuts and Toasted Pine Nuts to foods tag - Added Forest Snack - Added ForestSnack to ModFoods - Added Appleskin to dev environment
1 parent 8a9be2d commit 14a0e2d

File tree

21 files changed

+155
-6
lines changed

21 files changed

+155
-6
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ repositories {
2929
name = "ModMaven"
3030
url = "https://modmaven.dev"
3131
}
32+
maven { url "https://maven.ryanliptak.com/" }
3233
}
3334

3435
base {
@@ -126,6 +127,9 @@ dependencies {
126127
compileOnly("mezz.jei:jei-${minecraft_version}-neoforge-api:${jei_version}")
127128
// at runtime, use the full JEI jar for NeoForge
128129
runtimeOnly("mezz.jei:jei-${minecraft_version}-neoforge:${jei_version}")
130+
131+
runtimeOnly ("squeek.appleskin:appleskin-neoforge:${appleskin_version}")
132+
129133
}
130134

131135
// This block of code expands all declared replace properties in the specified resource targets.

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ loader_version_range=[1,)
1515

1616
## Dependencies
1717
jei_version=19.25.0.322
18+
appleskin_version=mc1.21-3.0.7
1819

1920
## Mod Properties
2021
mod_id=floraexpansion
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// 1.21.1 2025-10-10T20:51:26.7159946 Tags for minecraft:item mod id floraexpansion
1+
// 1.21.1 2025-10-11T20:43:18.8248694 Tags for minecraft:item mod id floraexpansion
2+
6cd5efc060b308d174bb3d0b942076fafe684445 data/c/tags/item/foods.json
3+
549a4399a95aba6b2b4a30d53c8edd21ce66347c data/minecraft/tags/item/arrows.json
24
b1f6018b539de1406095ca4f0c5d813762a0d7d5 data/minecraft/tags/item/chicken_food.json
5+
507439d4f99a03d7ac25c59cbcaf3d15f7f45bea data/minecraft/tags/item/dampens_vibrations.json
36
b1f6018b539de1406095ca4f0c5d813762a0d7d5 data/minecraft/tags/item/parrot_food.json
47
c9aadd8aa861dc18394a6c048766e319d1449882 data/minecraft/tags/item/parrot_poisonous_food.json

src/generated/resources/.cache/236d47bc0498c41b2a1b672b45e9c1a35494d975

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// 1.21.1 2025-10-11T16:03:58.0503594 Item Models: floraexpansion
1+
// 1.21.1 2025-10-11T20:56:35.2084895 Item Models: floraexpansion
2+
ed54c98a55c1c5f1a4dcfb3bbf364978b2cecb6b assets/floraexpansion/models/item/forest_snack.json
23
0fa9ec917dbf9c53cb32d2ea083173f18715bbd2 assets/floraexpansion/models/item/pine_cone.json
34
db1eb7875bb4e25c3075aa43ae4b17cd52df720e assets/floraexpansion/models/item/pine_nuts.json
45
6ced3f4a75a3076381a1bcc55661e08b48ec9d62 assets/floraexpansion/models/item/toasted_pine_nuts.json

src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
// 1.21.1 2025-10-11T17:07:50.1468766 Recipes
1+
// 1.21.1 2025-10-11T20:56:35.2073023 Recipes
22
d36b7482d644f2d192c669ca386ec459f9aa171f data/floraexpansion/advancement/recipes/food/toasted_pine_nuts_from_campfire_cooking.json
33
8af93f0f6731114fb9467d1ccc71945c3dee693d data/floraexpansion/advancement/recipes/food/toasted_pine_nuts_from_smelting.json
44
3f26d4040f28986817eaa78a7cd37fc4e44c4bec data/floraexpansion/advancement/recipes/food/toasted_pine_nuts_from_smoking.json
5+
e045d8b7fbb9fd9efe03fd6ed9d96dbf229a7894 data/floraexpansion/advancement/recipes/misc/forest_snack.json
56
54ddccae971fc1cb31fb6d0cc471efbb76533cc2 data/floraexpansion/advancement/recipes/misc/pine_cone.json
67
67833b0e977709de2e283a3002ec30aef3a44958 data/floraexpansion/advancement/recipes/misc/pine_nuts.json
8+
7861eedd7ed31f0cb274d015384e0b64a893e593 data/floraexpansion/recipe/forest_snack.json
79
c36dd48e353651460e6c31804127f9a6195cd46f data/floraexpansion/recipe/pine_cone.json
810
b89fb3ecc04b276a698181304e7fe7106147f5c1 data/floraexpansion/recipe/pine_nuts.json
911
418314e152b8a80893e8863687483d347fc2df2e data/floraexpansion/recipe/toasted_pine_nuts_from_campfire_cooking.json
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// 1.21.1 2025-10-11T17:07:50.1447081 Languages: en_us for mod: floraexpansion
2-
a2c45f147326e7a1f5504169fb1f6542c79de30b assets/floraexpansion/lang/en_us.json
1+
// 1.21.1 2025-10-11T20:56:35.2057632 Languages: en_us for mod: floraexpansion
2+
f457632b06614272dfe87dbb49c03cf32bf98395 assets/floraexpansion/lang/en_us.json

src/generated/resources/assets/floraexpansion/lang/en_us.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"block.floraexpansion.leaf_litter": "Leaf Litter",
33
"block.floraexpansion.pine_litter": "Pine Litter",
44
"floraexpansion.creative_tab": "Artemis' Flora Expansion",
5+
"item.floraexpansion.forest_snack": "Forest Snack",
56
"item.floraexpansion.pine_cone": "Pine Cone",
67
"item.floraexpansion.pine_nuts": "Pine Nuts",
78
"item.floraexpansion.toasted_pine_nuts": "Toasted Pine Nuts",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/generated",
3+
"textures": {
4+
"layer0": "floraexpansion:item/forest_snack"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"values": [
3+
"floraexpansion:pine_nuts",
4+
"floraexpansion:toasted_pine_nuts"
5+
]
6+
}
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_honey_bottle": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "minecraft:honey_bottle"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_pumpkin_seeds": {
15+
"conditions": {
16+
"items": [
17+
{
18+
"items": "minecraft:pumpkin_seeds"
19+
}
20+
]
21+
},
22+
"trigger": "minecraft:inventory_changed"
23+
},
24+
"has_sweet_berries": {
25+
"conditions": {
26+
"items": [
27+
{
28+
"items": "minecraft:sweet_berries"
29+
}
30+
]
31+
},
32+
"trigger": "minecraft:inventory_changed"
33+
},
34+
"has_the_recipe": {
35+
"conditions": {
36+
"recipe": "floraexpansion:forest_snack"
37+
},
38+
"trigger": "minecraft:recipe_unlocked"
39+
},
40+
"has_toasted_pine_nuts": {
41+
"conditions": {
42+
"items": [
43+
{
44+
"items": "floraexpansion:toasted_pine_nuts"
45+
}
46+
]
47+
},
48+
"trigger": "minecraft:inventory_changed"
49+
}
50+
},
51+
"requirements": [
52+
[
53+
"has_the_recipe",
54+
"has_toasted_pine_nuts",
55+
"has_pumpkin_seeds",
56+
"has_sweet_berries",
57+
"has_honey_bottle"
58+
]
59+
],
60+
"rewards": {
61+
"recipes": [
62+
"floraexpansion:forest_snack"
63+
]
64+
}
65+
}

0 commit comments

Comments
 (0)