Create: Amazing Trading

Quick rating

Create: Amazing Trading

No reviews yet

Trading system based on gaining points from selling items and buying them back from the shop

Industrial
Tech
Create-focused
QoL & Tweaks
Mod Addon
Economy & Trade Systems
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
amazingtrading-1.20.1-0.1.9-universal.jar
Authors
CurseForge

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

Source Issues Wiki Discord

About

Description

Overview

NOTE: Both added Blocks don't have recipes yet!

This mod adds two new things into Minecraft:

  • The Shredder is a block which allows the player to crush items down to gain resource points from them. Resource points of an item are based on its value which is determined from the recipes it is used in or created of (For players who know Project E, thats exactly how it works)
  • The Shop is used to buy the before shredded items for a configurable amount more points you got when shredding the item. (default is twice the amount)

Dependencies

This mod needs the Create mod to function
Optionally you can install KubeJS to modify point values from a script

Notes

  • You can only buy the items which were shredded (difference to Project E)
  • The Shredder needs rotational power to function
  • Resource point values of specific items can be configured (instructions follow soon)
  • This mod will stay Forge only for a while
  • Only the player who placed the shredder will receive the points for items, even if other players use it
  • If a player is offline the shredder still can shred items but the owner doesn't get points for it

Credits

Overview

NOTE: Both added Blocks don't have recipes yet!

This mod adds two new things into Minecraft:

  • The Shredder is a block which allows the player to crush items down to gain resource points from them. Resource points of an item are based on its value which is determined from the recipes it is used in or created of (For players who know Project E, thats exactly how it works)
  • The Shop is used to buy the before shredded items for a configurable amount more points you got when shredding the item. (default is twice the amount)

Dependencies

This mod needs the Create mod to function
Optionally you can install KubeJS to modify point values from a script (see below)

Notes

  • You can only buy the items which were shredded (difference to Project E)
  • The Shredder needs rotational power to function
  • Resource point values of specific items can be configured (see below)
  • This mod will stay Forge only for a while
  • Only the player who placed the shredder will receive the points for items, even if other players use it
  • If a player is offline the shredder still can shred items but the owner doesn't get points for it

Custom point values

Using item ids and tags ( with the "#" prefix) should both work, although there seem to be some problems sometimes when using tags.
The values you can customly set are also used to recalculate all non-specified values, so you don't have to change them youself. E.g. when changing the value of a stick you don't have to change all things that include a stick to match your new value for sticks.

KubeJS

to change point values of singular items add the following to a file in the server_scripts folder and replace use the item_id and value you want:

ATEvents.mapping(event => {
  event.setRP("item_id", value)
});

custom_rp.json

In the config folder AmazingTrading you find this file.
To change item values you add the following:

{
  "entries": [
    {
      "item": "item_id",
      "rp": value
    },
    {
      "item": "item_id2",
      "rp": value2
    }
  ]
}

Credits

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

~360,000
Total Downloads
CurseForge
~79,000
Modrinth
~280,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works