Jump to content
  • Home
  • Files
  • Docs
  • Merch
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
  • athy

athy

Members
 View Profile  See their activity
  • Content Count

    3
  • Joined

    November 30
  • Last visited

    Saturday at 08:52 PM

Community Reputation

0 Neutral

About athy

  • Rank
    Tree Puncher
  1. athy

    [1.14.4] Override vanilla loot tables

    athy replied to athy's topic in Modder Support

    How would I go about doing that?
    • December 1
    • 5 replies
  2. athy

    [1.14.4] Override vanilla loot tables

    athy replied to athy's topic in Modder Support

    I already have. It doesn't work. Read point 4 please
    • December 1
    • 5 replies
  3. athy started following [1.14.4] Override vanilla loot tables November 30
  4. athy

    [1.14.4] Override vanilla loot tables

    athy posted a topic in Modder Support

    I cannot figure out how to override vanilla loot tables, I've been at this for hours, and I can't find anything online. Just very outdated tutorials. I added custom crops and seeds to my mod, now I need those seeds to drop from the in-world grass. The loot tables for my custom blocks are in data.modId.loot_tables.blocks and they work just fine. Now, when I try to override the grass to drop an item of my choosing, say, coal, I do this: 1) Make grass.json 2) Fill it: { "type": "minecraft:block", "pools": [ { "rolls": 1, "entries": [ { "type": "minecraft:alternatives", "children": [ { "type": "minecraft:item", "conditions": [ { "condition": "minecraft:match_tool", "predicate": { "item": "minecraft:shears" } } ], "name": "minecraft:grass" }, { "type": "minecraft:item", "conditions": [ { "condition": "minecraft:random_chance", "chance": 0.125 } ], "functions": [ { "function": "minecraft:apply_bonus", "enchantment": "minecraft:fortune", "formula": "minecraft:uniform_bonus_count", "parameters": { "bonusMultiplier": 2 } }, { "function": "minecraft:explosion_decay" } ], "name": "minecraft:coal" } ] } ] } ] } 3) Place it in my project in data.minecraft.loot_tables.blocks When I test it in game, grass still drops wheat seeds and not coal. Why?
    • November 30
    • 5 replies
  • All Activity
  • Home
  • athy
  • Theme
  • Contact Us
  • Discord

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