Features:
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
- 1.17
- Source Code:
- https://github.com/avixk/InfiniCake
Commands:
- InfiniCakes will respawn when devoured.
- Configurable shaped and shapeless crafting recipes.
- Optional cake+infinity book anvil recipe.
- Optional InfiniCake item drop when broken in survival.
- Optional falling block animation respawn.
- /infinicake - gives you an InfiniCake - requires op or infinicake.admin
- /infinicake reload - reloads config - requires op or infinicake.admin
![]()
![]()
![]()
Default Config:
Code (YAML):
# Enable this if you want ALL cakes to be infinite
all_cakes_are_infinite: false
# Spawn particles when an infinicake respawns after being eaten
infinicake_respawn_particles: true
# Play a chicken egg pop sound when an infinicake respawns
infinicake_respawn_pop: true
# Set to true to set the block to cake during respawn instead of spawning a fallingblock
disable_falling_cake: false
# true will drop an infinicake when an infinicake is broken in survival mode
drop_infinicake_on_break: true
# Amount of food saturation to give when eating cake
cake_saturation: 2 # (Double) vanilla cakes give 0.4 saturation
cake_food_level: 2 # (Integer) vanilla cakes give 2 food (IF THIS IS NOT 2, VISUAL GLITCHES OCCUR!)
# Determines if the cake can kill items by falling on them
falling_cakes_destroy_items: false
# Determines if falling cakes can damage players and mobs
falling_cakes_damage_living_entities: true
# You may change the name of the infinicake item, set to '' to disable
infinicake_item_name: '&bInfiniCake'
# true allows players to put infinity books on cakes in anvils.
use_anvil_recipe: false
# Levels required to put an infinity book on a cake (if enabled), anything over 39 will not work correctly.
anvil_cost: 30
# Adds a crafting recipe for infinicakes
# Delete entire ingredient entry to have blank crafting slots
infinicake_crafting_recipe: true
recipe:
shapeless:
enabled: true
ingredients: # Use up to 9 ingredients, A-I
A: TOTEM_OF_UNDYING
B: CAKE
shaped:
enabled: false
ingredients: # set to AIR to disable
top_left: DIAMOND
top_middle: DIAMOND
top_right: DIAMOND
mid_left: DIAMOND
mid_middle: CAKE
mid_right: DIAMOND
bot_left: DIAMOND
bot_middle: TOTEM_OF_UNDYING
bot_right: DIAMOND

InfiniCake 1.3
Auto-Respawning Cakes!
Recent Updates
- Stability Improvements May 26, 2021
- Fixed (most) bugs where cakes go missing Apr 13, 2021
- Falling cake damage Jan 14, 2021