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

NeX40

Members
 View Profile  See their activity
  • Content Count

    2
  • Joined

    November 21, 2020
  • Last visited

    December 20, 2020

Community Reputation

0 Neutral

About NeX40

  • Rank
    Tree Puncher
  1. NeX40

    [1.16.4] Loot Table not dropping custom block

    NeX40 replied to NeX40's topic in Modder Support

    Here are the other .json files for the block: //assets.testmod.models.block { "parent": "block/cube_all", "textures": { "all": "testmod:blocks/custom_block" } } //assets.testmod.models.item { "parent": "testmod:block/custom_block" }
    • November 22, 2020
    • 2 replies
  2. NeX40 NeX40 joined the community November 21, 2020
  3. NeX40

    [1.16.4] Loot Table not dropping custom block

    NeX40 posted a topic in Modder Support

    Hello everyone, i'm extremely new to Java and minecraft modding, i've been following a tutorials steps to get into it but for some reason, when i mine the custom block, it won't drop anything unless i set it to drop an already existing minecraft block. Also, for some reason my custom block doesn't have a texture when it's in my hand or is dropped, only when placed, i don't know if this has anything to do with the drop problem, here's my .json code: { "type": "minecraft:block", "pools": [ { "rolls": 1, "entries": [ { "type": "minecraft:item", "name": "testmod:custom_block" } ] } ] } I don't know if i should look for the problem here or somewhere else. And again, i'm really new to this so please don't bully me, i just couldn't find a solution anywhere.
    • November 21, 2020
    • 2 replies
  • All Activity
  • Home
  • NeX40
  • Theme

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