Skip to content

Commit

Permalink
Update Fabric API to include reproducible datagen
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Dec 7, 2024
1 parent 218e51b commit 34b224b
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 73 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21.4 Bingo/Tags for minecraft:item
// 1.21.4 -999999999-01-01T00:00:00 Bingo/Tags for minecraft:item
b6112420422099eed7aaae79f801a0250bf8764a data/bingo/tags/item/all_mineral_blocks.json
849681cfac44a9f01a440afc75340e33bcdd9c4f data/bingo/tags/item/allowed_heads.json
b8fb8aac34ee76a18519bf8341cc6965f6fc775f data/bingo/tags/item/banner_patterns.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21.4 Bingo/Tags for minecraft:block
// 1.21.4 -999999999-01-01T00:00:00 Bingo/Tags for minecraft:block
b6112420422099eed7aaae79f801a0250bf8764a data/bingo/tags/block/all_mineral_blocks.json
50d93d5dff6f31f99f861c2df7c4e2dc1ec86e4b data/bingo/tags/block/basic_mineral_blocks.json
085238f24aca214ce9eb3f57ab02370467990f33 data/bingo/tags/block/copper_blocks.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21.4 Bingo/Tags for minecraft:worldgen/configured_feature
// 1.21.4 -999999999-01-01T00:00:00 Bingo/Tags for minecraft:worldgen/configured_feature
013d9ea62ec0ddf2721a333297ac7574249a7563 data/bingo/tags/worldgen/configured_feature/huge_fungi.json
afade1a0005224f958f1e4506ac161e087293ffb data/bingo/tags/worldgen/configured_feature/huge_mushrooms.json
39430c9384ca4890a27c206f2fd4ae6bf99c8730 data/bingo/tags/worldgen/configured_feature/mega_jungle_trees.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// 1.21.4 Bingo/Tags for minecraft:damage_type
// 1.21.4 -999999999-01-01T00:00:00 Bingo/Tags for minecraft:damage_type
0b98089d9e5e0278007f19881ffff2e4bdd990b0 data/bingo/tags/damage_type/berry_bush.json
d1ee7bd9dc6ab495ba73da1f280cf19c3e54586f data/bingo/tags/damage_type/void.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21.4 Bingo/Tags for minecraft:entity_type
// 1.21.4 -999999999-01-01T00:00:00 Bingo/Tags for minecraft:entity_type
a7266d62674990146a1e353a2242927ac8595909 data/bingo/tags/entity_type/hostile.json
c32b895c9caf0e47d56aa324a6fe36ebb50f8754 data/bingo/tags/entity_type/passive.json
98330efe44bb1f14c86f1b764de6b749e31e03b1 data/bingo/tags/entity_type/tamable.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21.4 Bingo/Bingo goals
// 1.21.4 -999999999-01-01T00:00:00 Bingo/Bingo goals
60933cb93b51bc5046fb820f19ed358af2699f4d data/bingo/bingo/goal/easy/3x3x3_glass_cube.json
49041086f9176f531ee3096073f5f1230a4e0f6a data/bingo/bingo/goal/easy/4x4_paintings.json
86d1d398343deced49a4d91d7b0ca17274600842 data/bingo/bingo/goal/easy/acacia_log.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21.4 Bingo/Bingo registries
// 1.21.4 -999999999-01-01T00:00:00 Bingo/Bingo registries
a9f72075009412853f311f802e5a8cc82026e3b1 data/bingo/bingo/difficulty/easy.json
c9569c8872f3f25555109253e266f5c683ed2377 data/bingo/bingo/difficulty/hard.json
de8a0760a96282ce0120de5a0068c43bd439bbbe data/bingo/bingo/difficulty/medium.json
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion fabric/src/main/resources/bingo.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"mixins": [
"MixinBoneMealItem",
"MixinDyedItemColor",
"MixinHashCache_ProviderCache",
"MixinPlayerList",
"MixinServerLevel"
],
Expand Down
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
],
"depends": {
"fabricloader": ">=0.16.9",
"fabric-api": ">=0.110.0",
"fabric-api": ">=0.111.0",
"minecraft": ">=1.21.4 <1.21.5"
},
"custom": {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ mod_version=1.1.12
maven_group=io.github.gaming32

fabric_loader_version=0.16.9
fabric_api_version=0.110.5+1.21.4
fabric_api_version=0.111.0+1.21.4

neoforge_version=21.4.1-beta

0 comments on commit 34b224b

Please sign in to comment.