# Configuration file dimensionaledibles { general { # Set to true to enable Custom Cake. B:customApple=true # Set to true to enable custom Cakes. B:customCake=true # Set to true to enable End Cake. B:endCake=true # Set to true to enable Ender Cake. B:enderApple=true # Set to true to enable Nether Cake. B:netherApple=true # Set to true to enable Nether Cake. B:netherCake=true # Set to true to enable Overworld Cake. B:overworldApple=true # Set to true to enable Overworld Cake. B:overworldCake=true } tweaks { # Set to true to disable the activation of vanilla End Portal. B:disableVanillaEndPortal=false S:endCakeFuel=minecraft:ender_eye S:netherCakeFuel=minecraft:obsidian S:overworldCakeFuel=minecraft:sapling endcake { # Set to true to make the End Cake consume fuel. B:consumeFuel=true # Set the fuel used by End Cake (Don't change this unless you know what you're doing). S:fuel=minecraft:ender_eye # Set to true to make the End Cake pre-fueled upon placed. B:preFueled=false # Set to true to use custom coordinates for the teleportation. B:useCustomCoords=true customcoords { D:x=0.0 D:y=64.0 D:z=10.0 } } enderapple { # Set to true to use custom coordinates for the teleportation. B:useCustomCoords=true customcoords { D:x=0.0 D:y=64.0 D:z=0.0 } } nethercake { # Set to true to make the Nether Cake consume fuel. B:consumeFuel=true # Set the fuel used by Nether Cake (Don't change this unless you know what you're doing). S:fuel=minecraft:obsidian # Set to true to make the Nether Cake pre-fueled upon placed. B:preFueled=false # Set to true to use custom coordinates for the teleportation. B:useCustomCoords=true customcoords { D:x=0.0 D:y=64.0 D:z=0.0 } } netherapple { # Set to true to use custom coordinates for the teleportation. B:useCustomCoords=true customcoords { D:x=0.0 D:y=64.0 D:z=0.0 } } overworldcake { # Set to true to make the Overworld Cake consume fuel. B:consumeFuel=true # Set the fuel used by Overworld Cake (Don't change this unless you know what you're doing). S:fuel=minecraft:sapling # Set to true to make the Overworld Cake pre-fueled upon placed. B:preFueled=false # Set to true to use custom coordinates for the teleportation. B:useCustomCoords=false # Set to true to make the Overworld Apple teleport players to world spawn. # Otherwise, it will use the cached position. B:useWorldSpawn=true customcoords { D:x=0.0 D:y=64.0 D:z=0.0 } } overworldapple { # Set to true to use custom coordinates for the teleportation. B:useCustomCoords=false # Set to true to make the Overworld Apple teleport players to world spawn. # Otherwise, it will use the cached position. B:useWorldSpawn=true customcoords { D:x=0.0 D:y=64.0 D:z=0.0 } } customedible { # Set a list of custom coordinates used by Custom Cakes / Apples, this is optional. # Format: , , , # Example: 0, 420, 123, -420 S:customCoords < > # Set a list of dimensions to add cakes / apples for. # Format: , # Example: 0, Overworld # Note: "Cake" is automatically appended onto the end of the name for cakes. S:dimensions < > customcake { # Set to true to make all Custom Cakes consume fuel. B:consumeFuel=true # Set the fuel used by Custom Cakes. # Format: , # Example: 0, minecraft:apple S:fuel < > # Set to true to make all Custom Cakes pre-fueled upon placed. B:preFueled=false } } } } general { B:endCake=true B:enderApple=true B:netherApple=true B:netherCake=true B:overworldApple=true B:overworldCake=true } tweaks { S:endCakeFuel=minecraft:ender_eye S:netherCakeFuel=minecraft:obsidian S:overworldCakeFuel=minecraft:sapling }