fabric/gradle.properties

55 lines
1.9 KiB
Properties
Raw Normal View History

org.gradle.jvmargs=-Xmx2560M
2022-04-13 14:03:57 -04:00
version=0.50.1
minecraft_version=22w15a
yarn_version=+build.1
2022-03-16 19:16:03 -04:00
loader_version=0.13.3
2022-03-22 20:15:45 -04:00
prerelease=true
# Do not manually update, use the bumpversions task:
fabric-api-base-version=0.4.4
2022-04-10 13:06:23 -04:00
fabric-api-lookup-api-v1-version=1.6.0
2022-04-13 14:03:57 -04:00
fabric-biome-api-v1-version=9.0.4
fabric-blockrenderlayer-v1-version=1.1.12
2022-03-24 16:18:23 -04:00
fabric-command-api-v1-version=1.1.11
fabric-commands-v0-version=0.2.10
fabric-containers-v0-version=0.1.21
2022-04-10 13:06:23 -04:00
fabric-content-registries-v0-version=3.0.8
fabric-crash-report-info-v1-version=0.1.11
2022-04-13 14:03:57 -04:00
fabric-data-generation-api-v1-version=3.0.0
2022-03-31 13:38:32 -04:00
fabric-dimensions-v1-version=2.1.19
fabric-entity-events-v1-version=1.4.10
2022-03-24 16:18:23 -04:00
fabric-events-interaction-v0-version=0.4.21
2022-04-13 14:03:57 -04:00
fabric-events-lifecycle-v0-version=0.2.16
fabric-game-rule-api-v1-version=1.0.13
2022-04-10 13:06:23 -04:00
fabric-gametest-api-v1-version=1.0.21
2022-04-13 14:03:57 -04:00
fabric-item-api-v1-version=1.4.1
2022-04-10 13:06:23 -04:00
fabric-item-groups-v0-version=0.3.16
fabric-key-binding-api-v1-version=1.0.12
fabric-keybindings-v0-version=0.2.10
2022-04-10 13:06:23 -04:00
fabric-lifecycle-events-v1-version=2.0.3
fabric-loot-tables-v1-version=1.0.11
2022-04-10 13:06:23 -04:00
fabric-mining-level-api-v1-version=2.1.0
2022-04-13 14:03:57 -04:00
fabric-models-v0-version=0.3.8
fabric-networking-api-v1-version=1.0.21
fabric-networking-v0-version=0.3.8
2022-04-13 14:03:57 -04:00
fabric-object-builder-api-v1-version=3.1.1
fabric-particles-v1-version=1.0.1
fabric-registry-sync-v0-version=0.9.8
2022-04-13 14:03:57 -04:00
fabric-renderer-api-v1-version=1.0.1
fabric-renderer-indigo-version=0.4.19
fabric-renderer-registries-v1-version=3.2.12
fabric-rendering-data-attachment-v1-version=0.3.7
fabric-rendering-fluids-v1-version=2.0.2
2022-04-13 14:03:57 -04:00
fabric-rendering-v0-version=1.1.14
fabric-rendering-v1-version=1.10.8
2022-04-10 13:06:23 -04:00
fabric-resource-conditions-api-v1-version=2.0.3
2022-04-06 16:49:45 -04:00
fabric-resource-loader-v0-version=0.4.23
2022-04-13 14:03:57 -04:00
fabric-screen-api-v1-version=1.0.16
2022-04-10 13:06:23 -04:00
fabric-screen-handler-api-v1-version=1.2.0
fabric-textures-v0-version=1.0.12
2022-04-10 13:06:23 -04:00
fabric-transfer-api-v1-version=1.6.0
2022-04-13 14:03:57 -04:00
fabric-transitive-access-wideners-v1-version=1.0.2
Add fabric-convention-tags-v1 (#2063) * Add framework for common-tags-v1 * Add javadoc to fabric tool tags * Fix wrong package arrangement * Add some more tags * Add more biome tags Thanks to TelepathicGrunt for the suggestions * Update fabric-common-tags-api-v1/src/main/java/net/fabricmc/fabric/api/tags/v1/CommonEnchantmentTags.java Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com> * Update fabric-common-tags-api-v1/src/main/java/net/fabricmc/fabric/api/tags/v1/CommonEnchantmentTags.java Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com> * Clarify enchantment tags * Add no-shulker tag * Add minecart tag * Begin work on datagen and populating tags * Add bucket tags * First pass at populating biome tags * Add boat tag * Fix missing inclusion of f:shears into c:shears * Hide fabric tool tags in datagen * Add weapon damage enhancement tag * Change impl package name to be inline with rest of fapi * Rename enchantment tags * Some cleanup * Populate blocktag datagen Remove crops tag * Add javadoc links to vanilla counterparts * Move datagen to its own sourceset * Fix package names for checkstyle * Populate more entries * Remove exclusion tag * Add license headers Fix checkstyle * Add missing nether quarts to ores tag * Use `worldgen/biome` instead of `biomes` for biome tags Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com> * Manually include all biomes for overworld * Remove ancient debris from NetheriteOres * Add and populate glass tags * Add and populate movement enhancement * Break up item tags * Add armour damage reduction tag * Add missing ore and related tags * Fix quartz tags * Add floral tag * Add golden carrot * Correct some biome tag issues * Separate SNOWY_PLAINS and PLAINS * Add SNOWY tag and remove snowy biomes from ICY * Correct enchantment tag Remove silk touch tag * Fix more biome issues * Add deep and shllow ocean tags * Add no-move tag * Remove netherite ores * Add shulker tags * Add raw ore * Add dye tags * Fif dye tags * Fix typo * Document some biome tags where the naming may not be clear * Remove tag mirroring for blocks and items * Rename module Remove unused methods * Rename impl package * Rename packages and module * Rename folder * Rename api classes * Add generateResources task to cover all resource generation tasks. * Add generated tags to repo * Fix ocean tag excluding shallow ocean * Iterate registry to generate foods tag * Remove cache, add to gitignore * Rename generated folder Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com> Co-authored-by: modmuss50 <modmuss50@gmail.com>
2022-04-17 14:23:48 -04:00
fabric-convention-tags-v1-version=1.0.0