Skip to content
iHeron edited this page Dec 14, 2023 · 1 revision

Elytras of Fire Lib comes with dozens of tags for blocks, entities, functions, and items for use in other DLCs:


Blocks

Earth Blocks

earth_blocks.json groups blocks associated with earthy/silty materials.

πŸ“¦ eoflib:tags
β”” πŸ“ blocks
  β”” πŸ“„ earth_blocks.json

Ice

ice.json groups blocks associated with ice.

πŸ“¦ eoflib:tags
β”” πŸ“ blocks
  β”” πŸ“„ ice.json

Snow

snow.json groups blocks associated with snow.

πŸ“¦ eoflib:tags
β”” πŸ“ blocks
  β”” πŸ“„ snow.json

Waterlogged

waterlogged.json groups blocks that are able to be waterlogged.

πŸ“¦ eoflib:tags
β”” πŸ“ blocks
  β”” πŸ“„ waterlogged.json

Climbable

climbable.json adds to Minecraft's own climbable.json block tag. Because there is no way to make custom block tags climbable, this is the only overwrite Elytras of Fire Lib does to the Minecraft namespace.

πŸ“¦ minecraft:tags
β”” πŸ“ blocks
  β”” πŸ“„ climbable.json

Desert

Tags here group blocks commonly found composing Minecraft deserts. By default, 5 related files are included.

desert.json acts as a hub tag that groups all other tags found in the tags/blocks/desert directory.

πŸ“¦ eoflib:tags
β”” πŸ“ blocks
  β”œ πŸ“„ desert.json
  β”” πŸ“ desert
    β”œ πŸ“„ sand.json
    β”œ πŸ“„ sandstone.json
    β”” πŸ“ sandstone
      β”œ πŸ“„ red.json
      β”” πŸ“„ white.json

Flora

Tags here group blocks best described as flora. They are further grouped by dimension and general distinction (grasses, mosses, vines, etc.) By default, 10 related files are included.

flora.json acts as a hub tag that groups all other tags found in the tags/blocks/flora directory.

πŸ“¦ eoflib:tags
β”” πŸ“ blocks
  β”œ πŸ“„ flora.json
  β”” πŸ“ flora
    β”œ πŸ“„ dripleaf.json
    β”œ πŸ“„ grass.json
    β”œ πŸ“„ moss.json
    β”œ πŸ“„ mushrooms.json
    β”œ πŸ“„ nether.json
    β”œ πŸ“„ overworld.json
    β”œ πŸ“„ vines.json
    β”” πŸ“ nether
    β”‚ β”œ πŸ“„ grass.json
    β”‚ β”” πŸ“„ vines.json
    β”” πŸ“ overworld
      β”œ πŸ“„ grass.json
      β”” πŸ“„ vines.json

Entities


Functions


Items

Clone this wiki locally