Mod

Pedestal Crafting - Patched

Quick rating

Pedestal Crafting - Patched

No reviews yet

Patched Version of Pedestal Crafting by Axieum

No Theme
Furniture & Decor
Bug Fixes
Mod Fork/Port
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
pedestalcrafting-1.2.0.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

This is a fork of Pedestal Crafting by Axieum. It provides a few bug fixes and improvements to the original mod as it hasn't been updated since 2018-06-06.

Changes

Bugfixes

Improvements

More Localization

  • Indonesian, Turkish, Hindi, Dutch, German, Swedish, Arabic, Italian

Description

Pedestals can be crafted, and placed within a small area around a Pedestal Core. Items to be infused will be placed on the pedestals, while the item to be transformed will be placed on the core. Pedestals are safe for use as decorations, while the Pedestal Core is not.

Compatibility

Features 100% support for:

  • WAILA/HWYLA
  • The One Probe
  • Just Enough Items / Had Enough Items
  • CraftTweaker
  • GroovyScript

Modpacks

Are you a modpack creator, or looking to manipulate the recipes? Read ahead!

This mod is intended for modpack creators, as it provides a fancy mean of crafting. It has full recipe tweaking through the use the commonly known CraftTweaker mod and the syntax is as follows:
mods.pedestalcrafting.Pedestal.addRecipe(output, ticks, coreItem, inputItems[]);

mods.pedestalcrafting.Pedestal.addRecipe(output, ticks, coreItem, inputItems[], particlesCrafting[], particlesPostCraftCore[], particlesPostCraftPedestal[]);
By using the second statement, you are able to override the particles that are spawned during each crafting phase. Particles Crafting are the particles spawned at the core, for the full duration of the crafting process, while particles post crafting core, are the particles that are spawned on the core after a successful craft, and finally the particles post crafting pedestal are the particles spawned on the pedestals after a successful craft as the items are removed. An example script that adds a standard recipe, using default particles is as follows (will produce, a bedrock block, that takes 5 seconds; placing a granite block on the core, and surrounding with a sand block, iron ingot, gold ingot and an obsidian block):
mods.pedestalcrafting.Pedestal.addRecipe(<minecraft:bedrock>, 100, <minecraft:stone:1>, [
    <minecraft:sand>,
    <ore:ingotIron>,
    <ore:ingotGold>,
    <minecraft:obsidian>
]);
Another example, that features overriding the particles, is as follows (particle name of "endRod" with a count of "2" will spawn at the core during crafting; particle with name "portal" and count of "50" will spawn at the core after crafting; particle with name "smoke" and count "25" and also a chance of "flame" with count "5" will spawn at the pedestals after crafting):
mods.pedestalcrafting.Pedestal.addRecipe(<minecraft:apple>, 100, <minecraft:diamond>, [
    <ore:ingotIron>,
    <ore:ingotIron>,
    <ore:ingotIron>,
    <ore:ingotIron>,
    <ore:ingotIron>
], [["endRod", "2"]], [["portal", "50"]], [["smoke", "25"], ["flame", "5"]]);

Note, not specifying a particle count will default to 3. For valid particle names, see: Minecraft Wiki - Particles

This is a fork of Pedestal Crafting by Axieum. It provides a few bug fixes and improvements to the original mod as it hasn't been updated since 2018-06-06.

Changes

Bugfixes

Improvements

More Localization

  • Indonesian, Turkish, Hindi, Dutch, German, Swedish, Arabic, Italian

Description

Pedestals can be crafted, and placed within a small area around a Pedestal Core. Items to be infused will be placed on the pedestals, while the item to be transformed will be placed on the core. Pedestals are safe for use as decorations, while the Pedestal Core is not.

Compatibility

Features 100% support for:

  • WAILA/HWYLA
  • The One Probe
  • Just Enough Items / Had Enough Items
  • CraftTweaker
  • GroovyScript

Modpacks

Are you a modpack creator, or looking to manipulate the recipes? Read ahead!

This mod is intended for modpack creators, as it provides a fancy mean of crafting. It has full recipe tweaking through the use the commonly known CraftTweaker mod and the syntax is as follows:
mods.pedestalcrafting.Pedestal.addRecipe(output, ticks, coreItem, inputItems[]);

mods.pedestalcrafting.Pedestal.addRecipe(output, ticks, coreItem, inputItems[], particlesCrafting[], particlesPostCraftCore[], particlesPostCraftPedestal[]);

By using the second statement, you are able to override the particles that are spawned during each crafting phase. Particles Crafting are the particles spawned at the core, for the full duration of the crafting process, while particles post crafting core, are the particles that are spawned on the core after a successful craft, and finally the particles post crafting pedestal are the particles spawned on the pedestals after a successful craft as the items are removed. An example script that adds a standard recipe, using default particles is as follows (will produce, a bedrock block, that takes 5 seconds; placing a granite block on the core, and surrounding with a sand block, iron ingot, gold ingot and an obsidian block):
mods.pedestalcrafting.Pedestal.addRecipe(<minecraft:bedrock>, 100, <minecraft:stone:1>, [
<minecraft:sand>,
<ore:ingotIron>,
<ore:ingotGold>,
<minecraft:obsidian>
]);
Another example, that features overriding the particles, is as follows (particle name of "endRod" with a count of "2" will spawn at the core during crafting; particle with name "portal" and count of "50" will spawn at the core after crafting; particle with name "smoke" and count "25" and also a chance of "flame" with count "5" will spawn at the pedestals after crafting):
mods.pedestalcrafting.Pedestal.addRecipe(<minecraft:apple>, 100, <minecraft:diamond>, [
<ore:ingotIron>,
<ore:ingotIron>,
<ore:ingotIron>,
<ore:ingotIron>,
<ore:ingotIron>
], [["endRod", "2"]], [["portal", "50"]], [["smoke", "25"], ["flame", "5"]]);

Note, not specifying a particle count will default to 3. For valid particle names, see: Minecraft Wiki - Particles

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~2,000
Total Downloads
CurseForge
<1,000
Modrinth
~1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync