Jump to content

Lightlygamer1

Members
  • Posts

    27
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • URL
    https://github.com/LG1somecoding
  • Personal Text
    I am new to modding
    So I am going to learn

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Lightlygamer1's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I don't really know how to make an item with variants
  2. package com.lg1.fantasyimagination.items; import com.lg1.fantasyimagination.FantasyImagination; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; public class ItemEnchantedGlint extends Item { public ItemEnchantedGlint() { super(new Item.Properties().group(FantasyImagination.FANTIMAGTAB)); } @Override public boolean hasEffect(ItemStack stack) { return true; } } like this
  3. I want my item to look like its enchanted but it doesn't have enchants.
  4. omg it worked ty i am stupid for not even puting the item folder in the models and texture also i didn't know intellij doesn't do that in the res folder
  5. I reinstalled the mdk,checked it triple times,copy and pasted the modid and file name and looked into others mod models.
  6. https://github.com/LG1somecoding/McFantasyImagination
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.