Holding R Key to eat Everything
Holding C Key to Spit the Thing you Eat
the thing you held,the block you look at,the entity you watch
the friend...player...when you hunger
Eat them all!
Single object customization and object type customization (minecraft:item)
food level
eating time
black list
white list
Can be customized in config
effect List after finish eat
Special Effect
1.17.1
(PotionEffect,ClearAllEffect,Explosion,SpawnEntity,GiveItem,Dropitem,GiveExp,Lightning,SetFoodState,EffectGroup,OnlyOne,ShotArrow)
1.16.5
(PotionEffect,ClearAllEffect,Explosion,SpawnEntity,GiveItem,Dropitem,GiveExp,Lightning,SetFoodState,EffectGroup,OnlyOne)
1.12.2
(PotionEffect,ClearAllEffect,Explosion,SpawnEntity,GiveItem,DropItem,GiveExp,ChangePlayerNbt,TelePortDimension,SetHealth,SetFoodState,EffectGroup,OnlyOne,Lightning)
Using
OnlyOne
minecraft:item,OnlyOne,0.5,DropItem,minecraft:dirt,1/Explosion,5
eat any item has 50% probability of Drop a Dirt Block or Explosion
EffectGroup
minecraft:item,EffectGroup,0.5,Lightning,5/Explosion,5/PotionEffect,minecraft:speed,6000,1
eat any item has 50% probability of spawn a Lightning and Explosion and Get Effect
DropItem
minecraft:item,DropItem,minecraft:coal,1,0.5
eat any item in hand has a 50% probability of getting coal
SetFoodState
minecraft:item,SetFoodState,+5,+5
eat any item will add 5 point food level
SpawnEntity
minecraft:emerald,SpawnEntity,minecraft:villager,1,0.5
eat emerald has a 50% probability spawn a villager
minecraft:creeper,SpawnEntity,minecraft:ocelot,1,1,NBT{Trusting:1b}NBT
eat creeper will spawn a ocelot
Explosion
minecraft:block,explosion,5
eat block will create a 5 Radius explosion
minecraft:block,explosion,10,0.1
eat block have 10% probability to create a 10 Radius explosion
Potion Effect
minecraft:coal,PotionEffect,minecraft:haste,600,1
give player 30 second level 2 haste When eat a coal
20 tick one second