SethBling / cbscript

CBScript for Minecraft
1.13k stars 28 forks source link

'Entity' added in the scriptlex token list #39

Open JhonTabio opened 1 month ago

JhonTabio commented 1 month ago

Seems like CBScript only supported "block" for loot tables.

So now you should be able to define an entity loot table as follows:

loot_table entity minecraft:entity_type_here {
    # All the JSON goodies go here
}

More information on the issue I posted