This repository has been archived by the owner on May 2, 2023. It is now read-only.
Dimensional Edibles 1.3 (for 1.12.2)
- 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
- To add your own custom cakes / apples, look into the
- 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