Loot table mod element.

Started by geshundra on

Topic category: Feature requests and ideas for MCreator

Active 3 years ago
Joined Sep 2019
Points:
677

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
Loot table mod element.

I would like to see "Loot Table" mod element, cuz with it modding would become more easier. With loot tables you could add extra drop items with increasing fortune, dungeon chests, unique mob drop etc. Making loot tables in procedures is very difficult for newbies, and very boring in general.

Active 4 years ago
Joined Aug 2019
Points:
751

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 137
It is also possible to make…
Sat, 09/21/2019 - 10:13

It is also possible to make a custom block with a procedure that functions similarly to a loot table.

Active 2 months ago
Joined Jan 2017
Points:
953

User statistics:

  • Modifications: 0
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 274
Yeah, just use a procedure,…
Sat, 09/21/2019 - 14:42

Yeah, just use a procedure, i can post an example one of a procedure for a loot table for a block being broken if you want

Active 2 months ago
Joined Jan 2017
Points:
953

User statistics:

  • Modifications: 0
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 274
ya know what, heres the…
Sat, 09/21/2019 - 14:52

ya know what, heres the procedure, just put it under the "When block destroyed by player" and "When block destroyed by explosion"

LootTable Procedure

Active 2 months ago
Joined Jan 2017
Points:
953

User statistics:

  • Modifications: 0
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 274
basically, if its less than …
Sat, 09/21/2019 - 14:53

basically, if its less than .5 gen'd it'll spawn one

If its more than .5 but less than .75 it'll spawn 2 gems

if its more than or equal to .75 then it'll spawn 3 gems

Active 2 months ago
Joined Jan 2017
Points:
953

User statistics:

  • Modifications: 0
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 274
For chests and stuff, i…
Sat, 09/21/2019 - 14:55

For chests and stuff, i could find a way to do this, it wouldnt exactly be hard, all it would need is a custom chest for the area, cause i cant do it with normal chests.