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
  • DouYanC

DouYanC

Members
 View Profile  See their activity
  • Content Count

    16
  • Joined

    August 18, 2018
  • Last visited

    August 16, 2020

Community Reputation

0 Neutral

About DouYanC

  • Rank
    Tree Puncher

Converted

  • Gender
    Male
  • Location
    China
  • Personal Text
    Like to play Minecraft

Recent Profile Visitors

719 profile views
  • BudRunBun

    BudRunBun

    July 24, 2020

  • DaemonUmbra

    DaemonUmbra

    December 17, 2018

  • johnpalladiniyt

    johnpalladiniyt

    October 9, 2018

  • vpontin

    vpontin

    August 24, 2018

  • suppergerrie2

    suppergerrie2

    August 23, 2018

  1. DouYanC started following [1.7.10]What is setStepSound?, [1.12.2]How to make the same purple light as the ender dragon died?, [1.12.2]How write block Drop ? and and 2 others August 28, 2018
  2. DouYanC

    [1.12.2]How to make the same purple light as the ender dragon died?

    DouYanC posted a topic in Modder Support

    How to make the same purple light as the ender dragon died?
    • August 28, 2018
    • 2 replies
  3. DouYanC

    [1.12.2]How write block Drop ?

    DouYanC replied to DouYanC's topic in Modder Support

    How write block Drop ?
    • August 27, 2018
    • 4 replies
  4. DouYanC

    [1.12.2]How write block Drop ?

    DouYanC posted a topic in Modder Support

    How write block Drop ? I need you to help me, thank you!
    • August 27, 2018
    • 4 replies
  5. DouYanC

    [1.12.2]block problem ?

    DouYanC replied to DouYanC's topic in Modder Support

    public class earea { SiliconOre SiliconOre = new SiliconOre(); public static Item item; @EventHandler public void preInit(FMLPreInitializationEvent event) { ForgeRegistries.BLOCKS.register(SiliconOre); item = new ItemBlock(SiliconOre).setRegistryName(SiliconOre.getRegistryName()); ForgeRegistries.ITEMS.register(item); } } public class SiliconOre extends Block{ public SiliconOre() { super(Material.GROUND); setSoundType(SoundType.WOOD); setRegistryName("cccc"); setHarvestLevel("pickaxe", 4); setCreativeTab(CreativeTabs.BUILDING_BLOCKS); setHardness(2.0F); setResistance(10.0F); setLightLevel(0.0F); setUnlocalizedName("cccc"); setLightOpacity(0); } } Successful, thank you!
    • August 24, 2018
    • 14 replies
  6. DouYanC

    [1.12.2]block problem ?

    DouYanC replied to DouYanC's topic in Modder Support

    public void PreInit(FMLPreInitializationEvent event) { ForgeRegistries.BLOCKS.register(new SiliconOre()); } public class SiliconOre extends Block{ public SiliconOre (){ super(Material.ROCK); setHardness(5.0F); setResistance(15.0F); setHarvestLevel("pickaxe", 2); setLightLevel(1.0F); setRegistryName("siliconore"); } } register block Okay,after no add block
    • August 23, 2018
    • 14 replies
  7. DouYanC

    [1.12.2]block problem ?

    DouYanC replied to DouYanC's topic in Modder Support

    How do you get it ?
    • August 23, 2018
    • 14 replies
  8. DouYanC

    [1.12.2]block problem ?

    DouYanC replied to DouYanC's topic in Modder Support

    Here https://github.com/mpecc/Earea-mod
    • August 23, 2018
    • 14 replies
  9. DouYanC

    [1.12.2]block problem ?

    DouYanC posted a topic in Modder Support

    register block Okay. Strange'no add block Here https://github.com/mpecc/Earea-mod Need You help me
    • August 23, 2018
    • 14 replies
  10. DouYanC

    [1.7.10]How to write 'After eating,don't The sound of hiccups

    DouYanC posted a topic in Modder Support

    How to write 'After eating,don't The sound of hiccups want You help me
    • August 22, 2018
    • 1 reply
  11. DouYanC

    OBJ model has default texture

    DouYanC replied to Xumuk's topic in Modder Support

    You try it out setBlockBounds(0.0F, 0.0F, 0.0F, 5.0F, 5.0F, 5.0F);
    • August 22, 2018
    • 23 replies
  12. DouYanC

    [1.7.10]getItemDropped Problem ?

    DouYanC posted a topic in Modder Support

    public Item getItemDropped(int par1, Random par2Random, int par3) { return Item.getItemFromBlock(Blocks.diamond_block); return Item.getItemFromBlock(Blocks.bed); return Item.getItemFromBlock(Blocks.cake); } no can add more is it?
    • August 22, 2018
    • 1 reply
  13. DouYanC

    [1.7.10]What is setStepSound?

    DouYanC replied to DouYanC's topic in Modder Support

    Thank you!
    • August 18, 2018
    • 2 replies
  14. DouYanC

    [1.7.10]What is setStepSound?

    DouYanC posted a topic in Modder Support

    What is setStepSound(Block.soundTypeStone); ?
    • August 18, 2018
    • 2 replies
  • All Activity
  • Home
  • DouYanC
  • Theme

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