Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Releases: JackyyTV/DimensionalEdibles

Dimensional Edibles 1.3.2 (for 1.12.2)

07 Feb 12:36
81102c1
Compare
Choose a tag to compare

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, you can get it from here: Click me

  • 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

Dimensional Edibles 1.3.2 (for 1.11.2)

07 Feb 12:35
7926060
Compare
Choose a tag to compare

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!!

  • 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

Dimensional Edibles 1.3.2 (for 1.10.2)

07 Feb 12:35
af15854
Compare
Choose a tag to compare

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!!

  • 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

Dimensional Edibles 1.3.1 (for 1.12.2)

09 Apr 13:20
e5bbaa3
Compare
Choose a tag to compare
  • Fixed some more teleportation issues, closes #16 and closes #19

  • Added config option for cakes to not consume fuel, closes #17

  • Added config option to allow the use of custom coordinates in custom edibles

  • Updated the textures for custom cakes and apples

Dimensional Edibles 1.3.1 (for 1.11.2)

09 Apr 13:20
63653b3
Compare
Choose a tag to compare
  • Fixed some more teleportation issues, closes #16 and closes #19

  • Added config option for cakes to not consume fuel, closes #17

  • Added config option to allow the use of custom coordinates in custom edibles

  • Updated the textures for custom cakes and apples

Dimensional Edibles 1.3.1 (for 1.10.2)

09 Apr 13:20
fb86367
Compare
Choose a tag to compare
  • Fixed some more teleportation issues, closes #16 and closes #19

  • Added config option for cakes to not consume fuel, closes #17

  • Added config option to allow the use of custom coordinates in custom edibles

  • Updated the textures for custom cakes and apples

Dimensional Edibles 1.3 (for 1.12.2)

15 Jan 14:50
14d9e98
Compare
Choose a tag to compare
  • 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

Dimensional Edibles 1.3 (for 1.11.2)

15 Jan 14:50
f41b93b
Compare
Choose a tag to compare
  • 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

Dimensional Edibles 1.3 (for 1.10.2)

15 Jan 14:50
a398ceb
Compare
Choose a tag to compare
  • 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

Dimensional Edibles 1.2 (for 1.12.2)

10 Dec 17:20
bd40759
Compare
Choose a tag to compare
  • 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