Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Data API

Data API

Tools to aid in datapack creation

216.1k
121
Game Mechanics
Library
Utility
AboutGalleryChangelogVersions

Data API

by GenMode on May 28, 2024
Download

Data API

by GenMode on May 28, 2024
Download
  • updated to Minecraft 1.20.4

Data API

by GenMode on May 25, 2024
Download
  • updated to Minecraft 1.20.3

Blocks:

  • updated Block Entities: taking items now uses left-click instead of right-click
  • updated Block Entities: taking items now uses entity.item.pickup sound effect instead of block.wood.break

Functions:

  • removed feedback_null

NBT Tags:

  • fixed bug with CustomSmeltData having failed hopper outputs

Storages:

  • added ENTITY."minecraft:item"
  • added ENTITY."#minecraft:item_frames"
  • added ENTITY."minecraft:player"
  • added ENTITY."#minecraft:villagers"

Data API

by GenMode on May 25, 2024
Download
  • updated to Minecraft 1.20.3

Blocks:

  • updated``Block Entities`: taking items now uses left-click instead of right-click
  • updated Block Entities: taking items now uses entity.item.pickup sound effect instead of block.wood.break

Functions:

  • removed feedback_null

NBT Tags:

  • fixed bug with CustomSmeltData having failed hopper outputs

Storages:

  • added ENTITY."minecraft:item"
  • added ENTITY."#minecraft:item_frames"
  • added ENTITY."minecraft:player"
  • added ENTITY."#minecraft:villagers"

Data API

by GenMode on May 8, 2024
Download

Data API

by GenMode on May 8, 2024
Download

Misc:

  • misc bug fixes
  • misc feedback text changes
  • transfered assets

Entities:

  • added nbt tag track_color:1b to custom entities
  • removed model tag dead_suffocating
  • removed model tag hurt_suffocating
  • removed model tag suffocating

Data API

by GenMode on May 4, 2024
Download

Data API

by GenMode on May 4, 2024
Download

Misc:

  • changed namespace from "dev" to "data_api"

Blocks:

  • updated "Block Entities" [added: Anvil, Enchanting Table, Chiseled Bookshelf, Composter, & Jukebox]
  • updated Custom GUIs (added more command options & removed page limit)

Entities:

  • updated Custom Mobs (added more modelstates, added custom bucket data, removed death framelimit)

Functions:

  • added run/commands/attribute
  • added run/commands/calculate
  • removed dev:run/commands/array/...
  • removed dev:run/commands/copy/...
  • removed dev:run/commands/disable_connected_hoppers
  • removed "dev:run/commands/item_stop
  • removed dev:run/commands/locate_floor
  • removed dev:run/commands/tag_thrower
  • removed dev:run/commands/tellraw/clear
  • renamed dev:run/commands/remove/entity" to "data_api:run/commands/remove_entity
  • renamed dev:run/commands/remove/item" to "data_api:run/commands/remove_item
  • updated run/commands/drop_item

Item Modifiers:

  • added function/dye_randomly
  • added function/set_potion_color
  • renamed "set_nbt/color/..." to "function/set_color/..."
  • updated set_count/...
  • updated set_damage/...

NBT Tags:

  • added book
  • added compost
  • added copy_data
  • added craftable_on
  • added CustomArmorColor
  • added CustomRecordData
  • added CustomSmeltData
  • added no_stack
  • added use
  • added run_command
  • removed FireCMD
  • renamed dev:preset to "data_api:preset"
  • renamed Durability to CustomDurabilityData
  • renamed no_burn to "prevent_fuel"
  • renamed no_equip to "prevent_equip"
  • updated preset added "chorus_fruit"
  • updated CustomDurabilityData
  • updated {data:{Enchantments:[...]} (name now modifies based on level)
  • updated summon
  • updated return_item
  • updated fireproof

Objectives:

  • renamed dev.AdvTrigger to "adv.Trigger"
  • renamed dev.DsplLight to "match.Brightness"
  • renamed dev.GUI to "gui.Page"
  • renamed dev.GUIbutton to "gui.Button"
  • renamed dev.SetLight to "set.Light"

Predicates:

  • added flags/is_crouching
  • added flags/is_on_fire
  • added flags/is_sleeping
  • added flags/is_sprinting
  • added flags/is_swimming
  • removed location_check/block_is_lit
  • removed location_check/in_void
  • renamed entity_settings/attributes/... to "attributes/..."
  • renamed entity_settings/effects/... to "effects/..."
  • renamed entity_settings/flags/... to "flags/..."

Settings:

  • added gamerule:data_api/developer_mode
  • removed settings:data_api

Data API

by GenMode on Jan 14, 2024
Download

Data API

by GenMode on Jan 14, 2024
Download

Data API

by GenMode on Jan 14, 2024
Download

Data API

by GenMode on Jan 14, 2024
Download

Data API

by GenMode on Jan 14, 2024
Download

Data API

by GenMode on Jan 14, 2024
Download

Data API

by GenMode on Jan 14, 2024
Download

Data API

by GenMode on Jan 14, 2024
Download

Data API

by GenMode on Nov 8, 2023
Download

Data API

by GenMode on Nov 8, 2023
Download

Misc:

  • Renamed to "Data API"
  • Moved settings command

Blocks:

  • added customizable GUIs
  • converted [#campfires|#cauldrons|crafting_table|composter|fletching_table|#furnaces|smithing_table] into targetable entities (execute as @e[nbt={data:{BlockID:"minecraft:..."}}] (1.17+)

Functions:

  • added copy/name_to_customname
  • added copy/entity_data
  • added copy/entity_data_from_tag
  • added drop_item/...

Items & Modifiers:

  • added nbt tag CustomHatData
  • added nbt tag delete:1b
  • added nbt tag inv_drop:1b
  • renamed nbt tag NoBurn:1b to no_burn:1b
  • added nbt tag no_equip:1b
  • added nbt tag summon
  • added modifier dev:set_nbt/display/color/...

Objectives:

  • added dev.DsplLight
  • removed dev.Effect

Predicates:

  • added dev:location_check/is_lit
  • added dev:entity_properties/attributes/...
  • added dev:entity_properties/flags/has_been_bred

Dev Resources

by GenMode on Jul 12, 2023
Download

Dev Resources

by GenMode on Jun 27, 2023
Download

Misc:

  • Added Custom Mob Support

Objectives:

  • Added dev.MaxHealth

Predicates:

  • Added is_baby
  • Added is_dead
  • Added is_hurt
  • Added is_moving
  • Added is_sitting
1
2
3

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@a0bd011

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.