Note: 1.10.2 and 1.11.2 are now out of support, all new changes and bug fixes will only be on 1.12.2 and above!!Starting from this version, this mod now requires GunpowderLib.
Added GunpowderLib as a required dependency (Requires at least 1.1)
Added dimension info for custom cakes to show in Waila and The One Probe
Added dimension tooltip for custom cakes and apples
Made some text translatable instead of hardcoded (e.g. "Cake" / "Apple" suffix for custom cakes / apples, "Custom" prefix, etc.)
Removed hovering dimension text from non-custom cakes, also made the hovering text to only show when player is looking at a custom cake
Slightly enhanced the JEI info to highlight the text of the item needed to fill a cake
Made all the apples to be usable in creative mode, closes #22
Fixed a few typos in the config file, closes #23
Fixed Nether Cake teleporting player to the void, closes #25
Added custom cakes / apples support (Thanks to Turkey2349), closes #1
To add your own custom cakes / apples, look into the customedible section of the mod's config file
Here's an example of the config:
This would create edibles for the Mining Dimension (from Aroma1997's Dimensional World) and the Deep Dark (from Extra Utilities 2)
Mining Dimension using Stone Pickaxe as cake fuel while the Deep Dark using Cobblestone as cake fuel
customedible {
# Set a list of dimensions to add cakes / apples for.
# Format: <Dimension ID>, <Cake / Apple Name>
# Example: 0, Overworld
# Note: "Cake" is automatically appended onto the end of the name for cakes.
S:dimensions <
6, Mining Dimension
-11325, Deep Dark
>
customcake {
# Set the fuel used by Custom Cakes.
# Format: <Dimension ID>, <Fuel Registry Name>
# Example: 0, minecraft:apple
S:fuel <
6, minecraft:stone_pickaxe
-11325, minecraft:cobblestone
>
# Set to true to make all Custom Cakes pre-fueled upon placed.
B:preFueled=false
}
}
You may add as many custom cakes / apples as you like, but you have to add the crafting recipes for the cakes / apples yourself via CraftTweaker as this feature is mainly intended for modpack creators
Added a config option to disable the activation of End Portals, closes #7
Fixed some teleporting problems when using the cakes / apples, closes #10 and #12
Teleporting now uses player-relative positions instead of hardcoded coordinates, closes #11
Migrated from using some deprecated methods to make porting this mod to 1.13 easier
All cakes now shows the dimension name corresponds to the cake itself
Added Dutch translation, closes #9
Completely rewritten teleportation algorithm, hopefully fixes desync and incorrect location teleporting problems, closes #5
Rewritten config file structures
Added config option for customizing teleportation coordinates, closes #4
Added config option for enabling cakes to be pre-fueled upon placed, closes #6
Made safe-proof obsidian platform spawning less sensitive and only spawns in the nether, closes #8
[1.12] Enforced optional JEI dependency to version 4.12.0 or later, migrated from using a deprecated API method for ingredient infos
This update took way longer than it should have to be released as I've been way too busy with real life and my new job, but here we are!
Rewritten and refactored the whole mod
Added jar signing
Migrated to Forge's annotation config system (Resetting the config file is not required but recommended)
Changed teleportation Y coordinates to be player-based rather than world sea level-based, closes #2
Added a 3x3 obsidian platform below player when they're air blocks, closes #3