Jump to content

THEKINGSKULL01

Members
  • Posts

    10
  • Joined

  • Last visited

Converted

  • Gender
    Male

Recent Profile Visitors

92130 profile views

THEKINGSKULL01's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Heres a updated version of my github https://github.com/THEKINGSKULL01/TSOTD0.0.30Forge1.20.1
  2. What do you mean? Like the full file thats in the screenshot? Heres the full file in the screenshot: https://pastebin.com/tfxQUXUT Github just in case under datagen/GlobalLootModifer: https://github.com/THEKINGSKULL01/TSOTD0.2.0_1.20.1FORGE
  3. So I'm trying to get my custom enchantment book to spawn in vanilla loot table chests like jungle temple or desert pyramid, which it'll spawn the enchantment book inside the chest, but it wont have the actual enchantment provided This is for Forge 1.20.1 on intellij, I'm still a very new modder/coder in general,
  4. Okay, I think I understand, so it pretty much is another way in creating a block? Because mine looks a tad bit different public static final RegistryObject<Block> Coal_Crystal_Block = registerBlock("coal_crystal_block", () -> new Block(BlockBehaviour.Properties.copy(Blocks.COAL_BLOCK).strength(2f).requiresCorrectToolForDrops() .sound(SoundType.STONE).explosionResistance(4)));
  5. Sorry I forgot to update the github link, I'm new to github as well so I couldnt figure out how to update it after I was doing something in intellij(Its good now) I have been able to figure out a way by finding another user's code, but from what you sent me (Acting like I'm still really having this issue) how would I do the setup you sent? Would I put it as a separate "FuelBlock" class, ModItems class, or ModBlocks class?
  6. Also I should mention, This is for inellij, not for mcCreator
  7. public static final RegistryObject<Block> Coal_Crystal_Block = registerBlock("coal_crystal_block", () -> new FuelBlock(() -> ModBlocks.Coal_Crystal_Block.get().defaultBlockState(), BlockBehaviour.Properties.copy(Blocks.COAL_BLOCK).sound(SoundType.STONE))); If at all curious, this is what it looks like if you don't check the github
  8. I forgot about this too ;-;
  9. Hey so I'm really new to Java/Minecraft, coding, as I've followed a few tutorials on YouTube for the Minecraft side of java, But I've been trying to figure out how I can make a custom coal block to be smeltable? I have the "coal" object itself ready and working, but I haven't been able to find a way to make a block smeltable, I know I need to do something with "BlockItem" but I don't understand it at all, Heres the github to the project to get a better understanding of what I do have set up: https://github.com/THEKINGSKULL01/TSOTD_1.20.1_Forge This is for Minecraft 1.20.1
  10. Join Mocity Minecraft Studio's! The server is 1 year old!!!! We would enjoy to have more players! We are a small community but we would like to grow and meet new players! This is a whitelisted server and if you like to join just click the invite right here: https://discord.gg/XDeyfdf and go read the rules then go to the application's to apply. If you don't like it then that's fine! This server is just about having fun and building, making friends, and much more! I hope we can see you there!

    Read more  
    1. THEKINGSKULL01

      THEKINGSKULL01

      Oh god I forgot about this xDD

  11. Join Mocity Minecraft Studio's! The server is 5 days old ((When I created this)) and we would enjoy to have more players! We are a small community but we would like to grow and meet new players! This is a whitelisted server and if you like to join just click the invite right here: https://discord.gg/XDeyfdf and go read the rules then go to the application's to apply.. If you dont like it then thats fine! This server is just about having fun and building, making friends, and much more! And also there is less hacking so it will be fun for everyone! I hope we can see you there!
×
×
  • Create New...

Important Information

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