• 0

    posted a message on Making Different Types of Enchantment Books Look Different

    Hey, so I've tried making a texture pack that makes different levels and types of enchantment books look different (for example level 1 armor enchantments, level 2 sword enchantments,etc.) so the texture I made myself, but not the codes, I copied the codes which does a same thing but for 1.14 (the textures i made are for 1.8.9), and the problem is that every level 1 armor enchantments and all level fortune don't have the textures, if you're wondering, here are the codes for the textures (optifine btw)

    level 1 armor:


    itype=item
    matchItems=enchanted_book
    texture=./enchanted_book_1.png
    enchantmentIDs=protection fire_protection feather_falling blast_protection projectile_protection respiration aqua_affinity thorns depth_strider frost_walker
    enchantmentLevels=1


    level 1 tools:


    itype=item
    matchItems=enchanted_book
    texture=./enchanted_book_1.png
    enchantmentIDs=efficiency silk_touch unbreaking fortune luck_of_the_sea lure mending
    enchantmentLevels=1


    level 2 tools:


    itype=item
    matchItems=enchanted_book
    texture=./enchanted_book_2.png
    enchantmentIDs=efficiency silk_touch unbreaking fortune luck_of_the_sea lure mending
    enchantmentLevels=2


    level 3 tools:


    itype=item
    matchItems=enchanted_book
    texture=./enchanted_book_3.png
    enchantmentIDs=efficiency silk_touch unbreaking fortune luck_of_the_sea lure mending
    enchantmentLevels=3


    please if anyone can help me i need to know whats wrong and how i can fix it

    Posted in: Resource Pack Discussion
  • To post a comment, please .