Skip to content

Commit 7522967

Browse files
KaupenjoeKaupenjoe
authored andcommitted
update to 1.21.3
1 parent fd24dfe commit 7522967

87 files changed

Lines changed: 484 additions & 675 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'eclipse'
44
id 'idea'
55
id 'maven-publish'
6-
id 'net.neoforged.moddev' version '1.0.14'
6+
id 'net.neoforged.moddev' version '1.0.21'
77
}
88

99
tasks.named('wrapper', Wrapper).configure {
@@ -132,9 +132,9 @@ dependencies {
132132
// localRuntime "mezz.jei:jei-${mc_version}-neoforge:${jei_version}"
133133

134134
// compile against the JEI API but do not include it at runtime
135-
compileOnly("mezz.jei:jei-${minecraft_version}-neoforge-api:${jei_version}")
135+
// compileOnly("mezz.jei:jei-${minecraft_version}-neoforge-api:${jei_version}")
136136
// at runtime, use the full JEI jar for NeoForge
137-
runtimeOnly("mezz.jei:jei-${minecraft_version}-neoforge:${jei_version}")
137+
// runtimeOnly("mezz.jei:jei-${minecraft_version}-neoforge:${jei_version}")
138138

139139
// Example mod dependency using a mod jar from ./libs with a flat dir repository
140140
// This maps to ./libs/coolmod-${mc_version}-${coolmod_version}.jar

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ org.gradle.configuration-cache=true
77

88
#read more on this at https://github.com/neoforged/ModDevGradle?tab=readme-ov-file#better-minecraft-parameter-names--javadoc-parchment
99
# you can also find the latest versions at: https://parchmentmc.org/docs/getting-started
10-
parchment_minecraft_version=1.21
11-
parchment_mappings_version=2024.07.28
10+
parchment_minecraft_version=1.21.3
11+
parchment_mappings_version=2024.12.07
1212
# Environment Properties
1313
# You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge
1414
# The Minecraft version must agree with the Neo version to get a valid artifact
15-
minecraft_version=1.21.1
15+
minecraft_version=1.21.3
1616
# The Minecraft version range can use any release version of Minecraft as bounds.
1717
# Snapshots, pre-releases, and release candidates are not guaranteed to sort properly
1818
# as they do not follow standard versioning conventions.
19-
minecraft_version_range=[1.21,1.21.2)
19+
minecraft_version_range=[1.21.3,1.21.4)
2020
# The Neo version must agree with the Minecraft version to get a valid artifact
21-
neo_version=21.1.93
21+
neo_version=21.3.76
2222
# The Neo version range can use any version of Neo as bounds
23-
neo_version_range=[21.0.0-beta,)
23+
neo_version_range=[21.3.76,)
2424
# The loader version range can only use the major version of FML as bounds
2525
loader_version_range=[4,)
2626

src/generated/resources/.cache/103d9f3f36b01595f1aa5172191e60eff02e6924

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 1.21.1 2024-12-08T16:47:55.5514796 Registries
1+
// 1.21.3 2025-05-16T14:32:20.1350253 Registries
22
3fd2de41d7f56602b24c8c3db6189289bbbe5aec data/tutorialmod/enchantment/lightning_striker.json
33
7f12bbcc0196a5e16c72dbee4a65a0c54ecd8131 data/tutorialmod/neoforge/biome_modifier/add_bismuth_ore.json
44
c04e2d2718fe82b49b71b226ced92e16b3899de5 data/tutorialmod/neoforge/biome_modifier/add_end_bismuth_ore.json

src/generated/resources/.cache/2057a5fbf4536910f4a3021fe8f247710d27f3b9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 1.21.1 2024-12-08T15:05:01.4888135 Item Models: tutorialmod
1+
// 1.21.3 2025-05-16T14:32:20.1383445 Item Models: tutorialmod
22
f746b64540daf2ab6302b3ec01a78490c48fc10b assets/tutorialmod/models/item/bar_brawl_music_disc.json
33
85c4092ee8a88b79898e775ffd1ddd7a535d2b66 assets/tutorialmod/models/item/bismuth.json
44
02b77817941627a9a89f06fa5972e0a4ddb84b4c assets/tutorialmod/models/item/bismuth_axe.json

src/generated/resources/.cache/2a28fcdbeac64b3f0fb1da9f964f3a73de497648

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 1.21.1 2024-11-27T16:00:24.2456943 Tags for minecraft:item mod id tutorialmod
1+
// 1.21.3 2025-05-16T14:32:20.1360252 Tags for minecraft:item mod id tutorialmod
22
a672dfbd7b3f2222de3ffe0cd7beba69d14c59c0 data/minecraft/tags/item/axes.json
33
69f08f273d31fad588319daa4daeb97f2230e6f7 data/minecraft/tags/item/hoes.json
44
6ed04b30e3cd16c9d86ca497efb5b9acad7f8211 data/minecraft/tags/item/logs_that_burn.json
@@ -9,4 +9,5 @@ faf99ce12272d5954548427105f8faf7c2998f1a data/minecraft/tags/item/swords.json
99
29808b71d81eb4053fbd846676151f4e88fc2947 data/minecraft/tags/item/trimmable_armor.json
1010
72f9f73c0b358183ce62749ab330c88ef81b02f0 data/minecraft/tags/item/trim_materials.json
1111
3785ccf2250da2396658a0921bd6f81beb1f7be9 data/minecraft/tags/item/trim_templates.json
12+
72f9f73c0b358183ce62749ab330c88ef81b02f0 data/tutorialmod/tags/item/bismuth_repairable.json
1213
ec4bf09a2f27e3af971596648aa61fd2be709db1 data/tutorialmod/tags/item/transformable_items.json

src/generated/resources/.cache/413029547eff04357dd66df1ba8615b193c39dc3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 1.21.1 2025-03-02T13:32:59.6490414 Block States: tutorialmod
1+
// 1.21.3 2025-05-16T14:32:20.1360252 Block States: tutorialmod
22
fc4b73d7d5429cd1c496b45459a243216fd5ce35 assets/tutorialmod/blockstates/bismuth_block.json
33
12833e7b89e5c0f2e9106085dcf9d9e11cf75b57 assets/tutorialmod/blockstates/bismuth_button.json
44
b4895c3f5396f7c4c029762f48f46f1369cf5748 assets/tutorialmod/blockstates/bismuth_deepslate_ore.json

src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 1.21.1 2025-03-02T13:32:59.6470412 Loot Tables
1+
// 1.21.3 2025-05-16T14:32:20.1340249 Loot Tables
22
ea33c2a1e420da7916da2626364d946e161c2f6c data/tutorialmod/loot_table/blocks/bismuth_block.json
33
63b39624969e53a57f98de95c0d38077aa71266c data/tutorialmod/loot_table/blocks/bismuth_button.json
44
fd34a70d43389eb067a721582f8a89c3b58d29ab data/tutorialmod/loot_table/blocks/bismuth_deepslate_ore.json

src/generated/resources/.cache/95bb3a2eea1b1ca79b1089cc135e8d6882c6b2ad

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// 1.21.1 2025-02-10T16:33:41.5388596 Global Loot Modifiers : tutorialmod
2-
42e3a6871db45b5632dfe1e4ede489bd312fcd37 data/neoforge/loot_modifiers/global_loot_modifiers.json
1+
// 1.21.3 2025-05-16T14:32:20.1320248 Global Loot Modifiers : tutorialmod
2+
df34d6c357677ad493a248d81f0bab28e7c4312b data/neoforge/loot_modifiers/global_loot_modifiers.json
33
4b9d2885653a320f8b77e961f00002fef0d3d5af data/tutorialmod/loot_modifiers/berry_from_creeper.json
44
c06e4331aba273288afce360b396ac4f5ed6ffe7 data/tutorialmod/loot_modifiers/chisel_from_jungle_temple.json
55
3fba1cb75fe11b12b8b75110fcb8d0e689c1b01d data/tutorialmod/loot_modifiers/radish_seeds_to_short_grass.json

src/generated/resources/.cache/9e626b95ebbec93dbf63c677d19e13e520c20d6b

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 1.21.1 2024-11-27T16:00:24.2456943 Tags for minecraft:block mod id tutorialmod
1+
// 1.21.3 2025-05-16T14:32:20.1350253 Tags for minecraft:block mod id tutorialmod
22
c487c499dafd346e63d23506f4441685ff075db9 data/minecraft/tags/block/fences.json
33
04136d3d9ee4cfece5e370999ba5949334ee6ebb data/minecraft/tags/block/fence_gates.json
44
6ed04b30e3cd16c9d86ca497efb5b9acad7f8211 data/minecraft/tags/block/logs_that_burn.json

src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e renamed to src/generated/resources/.cache/d1e5b7db46c3b446712c4a6a88b0a56eb63e5481

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 1.21.1 2024-10-06T19:43:34.3540329 Recipes
1+
// 1.21.3 2025-05-16T14:32:20.1330249 My Recipes
22
8e4c3f6cdf6ca3b9d6a847665610e11a4ddf77b1 data/tutorialmod/advancement/recipes/building_blocks/bismuth_slab.json
33
abcb8819161618051ea5ef39cff7ffb4ae979720 data/tutorialmod/advancement/recipes/building_blocks/bismuth_stairs.json
44
2dcc5010a83039fe55ab69d220bf256abf0bdf0e data/tutorialmod/advancement/recipes/building_blocks/bismuth_wall.json
@@ -18,22 +18,22 @@ a21b8fd8784417b0b765f0c3ac1dafc79187351c data/tutorialmod/advancement/recipes/re
1818
c207006d7c82b75ce0fab2055cf6cba421734f64 data/tutorialmod/advancement/recipes/redstone/bismuth_fence_gate.json
1919
c38a45ab255d7022456ba44ecf94407f7e040ef9 data/tutorialmod/advancement/recipes/redstone/bismuth_pressure_plate.json
2020
c11d8c57cf30c10fc689bc193a02c9fcf69bfcf5 data/tutorialmod/advancement/recipes/redstone/bismuth_trapdoor.json
21-
9ca38e011a6b8254f37888f01e6c74bdb1e63a38 data/tutorialmod/recipe/bismuth.json
22-
ad704cbf12309a2ff109222c1885a5119917d8f0 data/tutorialmod/recipe/bismuth_block.json
23-
f79e804e5b6fe4c33bcca05bfae21c191e4e69b4 data/tutorialmod/recipe/bismuth_button.json
24-
7cf891635c759a0b8c9740f42d291224c62c3f48 data/tutorialmod/recipe/bismuth_door.json
25-
54d6bf4fc6a006d3d29b50cf861b404c5f464a05 data/tutorialmod/recipe/bismuth_fence.json
26-
4518e0c7ce9f1f13945d5b41e3ccffa13f2e0fdf data/tutorialmod/recipe/bismuth_fence_gate.json
27-
6ccb85094d58ea4849f8afcc54e2fb6c311980f3 data/tutorialmod/recipe/bismuth_from_blasting_bismuth_deepslate_ore.json
28-
8d0486faff7941378886b695e3d254dbcd30d5fc data/tutorialmod/recipe/bismuth_from_blasting_bismuth_ore.json
29-
54fd130f68bfb9c1187ac3d65edc27b406a40990 data/tutorialmod/recipe/bismuth_from_blasting_raw_bismuth.json
30-
1e5953e2e91326e60ba6bf9266674be3718a53f4 data/tutorialmod/recipe/bismuth_from_magic_block.json
31-
1999152a6e85fef583435ebf6ba14569ff88712f data/tutorialmod/recipe/bismuth_from_smelting_bismuth_deepslate_ore.json
32-
b7727261ae78eb9ad2322e645fed1045a9b62266 data/tutorialmod/recipe/bismuth_from_smelting_bismuth_ore.json
33-
c823ea01792a6a6042f3610205fd0709950bc676 data/tutorialmod/recipe/bismuth_from_smelting_raw_bismuth.json
34-
e7a91c3c584c1539d19bfa24c19f5de21c8206f3 data/tutorialmod/recipe/bismuth_pressure_plate.json
35-
e1ab591564ee28cbf060d3a2b2910a8f8c3ea68b data/tutorialmod/recipe/bismuth_slab.json
36-
1426c9d021793554f6d60dd78a492bd603e5cda8 data/tutorialmod/recipe/bismuth_stairs.json
37-
e0b9a7966402b94b544ab543181dc9cf63a26d36 data/tutorialmod/recipe/bismuth_trapdoor.json
38-
789ce9b023b825ccb41447f0983526de4461c6e8 data/tutorialmod/recipe/bismuth_wall.json
39-
d217172031c6e0e57ffb4794675db0dc37f1d73f data/tutorialmod/recipe/kaupen.json
21+
b17f7bc7fe3a62517e699fc258775bdb85b22cce data/tutorialmod/recipe/bismuth.json
22+
3c009ae6b50888e5a4019297d8b156b6d0253477 data/tutorialmod/recipe/bismuth_block.json
23+
4f25c7176e9dd53b5871ab3df4df94dbe75afedd data/tutorialmod/recipe/bismuth_button.json
24+
4a755f2d9199d23e34af2453b86f07f7ad7336a2 data/tutorialmod/recipe/bismuth_door.json
25+
53a4453b189fab0c4c04f4d538dc56dc72f27099 data/tutorialmod/recipe/bismuth_fence.json
26+
1a8b7dad7625de1da0a20b54a52d2ec55c520420 data/tutorialmod/recipe/bismuth_fence_gate.json
27+
a7d133611dbbd1d88210f063aa1061d76856105b data/tutorialmod/recipe/bismuth_from_blasting_bismuth_deepslate_ore.json
28+
9319d5dec3e2f9940110819773761accf190c458 data/tutorialmod/recipe/bismuth_from_blasting_bismuth_ore.json
29+
15b93b044609aa4fa1fbdf6417feb3539d7cded7 data/tutorialmod/recipe/bismuth_from_blasting_raw_bismuth.json
30+
518f74dce00ffcd0d3f15d3bdaf6341df45a27c8 data/tutorialmod/recipe/bismuth_from_magic_block.json
31+
33b18e6bf5069323ff3a00ed3469fdd3a0ed7716 data/tutorialmod/recipe/bismuth_from_smelting_bismuth_deepslate_ore.json
32+
219c2aa06401515cbd45a89514f03fc6e24c14ac data/tutorialmod/recipe/bismuth_from_smelting_bismuth_ore.json
33+
4d9cff5882c146cbd2787f4f03cfd041c0ea2cd3 data/tutorialmod/recipe/bismuth_from_smelting_raw_bismuth.json
34+
566db92948483370013875b4fcbe3c933208efbf data/tutorialmod/recipe/bismuth_pressure_plate.json
35+
32170c2e6225edc0adfdc22ca94e44b8726bcbc2 data/tutorialmod/recipe/bismuth_slab.json
36+
2cb65350fee01467c6d15b5323d01b2902d9d493 data/tutorialmod/recipe/bismuth_stairs.json
37+
808a62021d11c9d94e7356a20eba51d93137d5f5 data/tutorialmod/recipe/bismuth_trapdoor.json
38+
918299aa2024d836b18cf143a231d0101acaf5db data/tutorialmod/recipe/bismuth_wall.json
39+
784faa005cc140db31bfa0208497a52970396f91 data/tutorialmod/recipe/kaupen.json

0 commit comments

Comments
 (0)