Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • 방세준

방세준

Members
 View Profile  See their activity
  • Content Count

    17
  • Joined

    October 25, 2020
  • Last visited

    November 28, 2020

Community Reputation

1 Neutral

About 방세준

  • Rank
    Tree Puncher

Recent Profile Visitors

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

  1. 방세준

    Why can't I apply the model to the entity when it's code?

    방세준 replied to 방세준's topic in Modder Support

    yes
    • November 8, 2020
    • 12 replies
      • 1
      • Like
  2. 방세준

    Why can't I apply the model to the entity when it's code?

    방세준 replied to 방세준's topic in Modder Support

    No matter how much I read and think about it, I don't know.
    • November 8, 2020
    • 12 replies
  3. 방세준

    Why can't I apply the model to the entity when it's code?

    방세준 replied to 방세준's topic in Modder Support

    I read it several times, but I couldn't understand it well because the translator was weird.
    • November 8, 2020
    • 12 replies
  4. 방세준

    Why can't I apply the model to the entity when it's code?

    방세준 replied to 방세준's topic in Modder Support

    It's gray. What should I do?
    • November 8, 2020
    • 12 replies
  5. 방세준

    Why can't I apply the model to the entity when it's code?

    방세준 replied to 방세준's topic in Modder Support

    Where should I register?
    • November 8, 2020
    • 12 replies
  6. 방세준

    Why can't I apply the model to the entity when it's code?

    방세준 replied to 방세준's topic in Modder Support

    Is there a problem with the RabbitRender file? I'd appreciate it if you could tell me in detail and easily.
    • November 8, 2020
    • 12 replies
  7. 방세준

    Why can't I apply the model to the entity when it's code?

    방세준 posted a topic in Modder Support

    https://github.com/bangsejun/1.15.2- Why can't I apply the model to the entity when it's code?
    • November 8, 2020
    • 12 replies
  8. 방세준

    Why isn't the entity applied? Tell me if you need to add or fix anything!

    방세준 replied to 방세준's topic in Modder Support

    I solved it.
    • November 8, 2020
    • 4 replies
  9. 방세준

    Why isn't the entity applied? Tell me if you need to add or fix anything!

    방세준 replied to 방세준's topic in Modder Support

    What's wrong with this?
    • November 8, 2020
    • 4 replies
  10. 방세준

    Why isn't the entity applied? Tell me if you need to add or fix anything!

    방세준 replied to 방세준's topic in Modder Support

    thanks!
    • November 8, 2020
    • 4 replies
  11. 방세준

    Why isn't the entity applied? Tell me if you need to add or fix anything!

    방세준 posted a topic in Modder Support

    Why isn't the entity applied? Tell me if you need to add or fix anything! https://github.com/bangsejun/1.15.2- code
    • November 7, 2020
    • 4 replies
  12. 방세준

    I'm working on Minecraft. Reported expansion through! I have an up and down. Is there any way to fix it? It's a code. https://github.com/bangsejun/1.15.2-

    방세준 replied to 방세준's topic in Modder Support

    감사합니다!
    • November 5, 2020
    • 4 replies
  13. 방세준

    I'm working on Minecraft. Reported expansion through! I have an up and down. Is there any way to fix it? It's a code. https://github.com/bangsejun/1.15.2-

    방세준 replied to 방세준's topic in Modder Support

    • November 5, 2020
    • 4 replies
  14. 방세준

    I'm working on Minecraft. Reported expansion through! I have an up and down. Is there any way to fix it? It's a code. https://github.com/bangsejun/1.15.2-

    방세준 posted a topic in Modder Support

    I'm working on Minecraft. Reported expansion through! I have an up and down. Is there any way to fix it? It's a code. https://github.com/bangsejun/1.15.2-
    • November 5, 2020
    • 4 replies
  15. 방세준

    How do I fix this error?

    방세준 posted a topic in Modder Support

    package com.coldbreath.frost.entities; import com.coldbreath.frost.init.ModEntityTypes; import net.minecraft.entity.AgeableEntity; import net.minecraft.entity.EntityType; import net.minecraft.entity.ILivingEntityData; import net.minecraft.entity.SpawnReason; import net.minecraft.entity.ai.goal.EatGrassGoal; import net.minecraft.entity.passive.AnimalEntity; import net.minecraft.nbt.CompoundNBT; import net.minecraft.util.math.BlockPos; import net.minecraft.world.World; import javax.annotation.Nullable; public class RabbitEntity extends AnimalEntity { private EatGrassGoal eatGrassGoal; private int rabbitTimer; public RabbitEntity(EntityType<? extends AnimalEntity> type, World worldIn) { super(type, worldIn); } @Nullable @Override public AgeableEntity createChild(AgeableEntity ageable) { RabbitEntity entity = new RabbitEntity(ModEntityTypes.RABBIT_ENTITY.get(), this.world); entity.onInitialSpawn(this.world, this.world.getDifficultyForLocation(new BlockPos(entity)), SpawnReason.BREEDING, (ILivingEntityData)null, (CompoundNBT)null); entity.setGlowing(true); return entity; } } code. All entities must have a constructor that takes one net.minecraft.world.World parameter. errorcode There is an error in line 16 RabbitEntity.
    • October 27, 2020
    • 1 reply
  • All Activity
  • Home
  • 방세준
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community