Jump to content

Extraction Rare Minerals 1.2.12

$14.99
   (6 reviews)
Message added by DAez,

If you have an idea to expand the plugin's capabilities, I will be very glad to hear and implement them. Write in private messages or in support 🙂 

7 Screenshots

  • 48.4k
  • 722
  • 33.91 kB

Recommended Comments



Gems cannot be superimposed in the furnace, can the superposition function be added? in the furnace

Edited by 爱我别走
Link to comment
Share on other sites

If anyone is interested. Like so many others here, I have been having issues with smelting items. Not sure if it is a bug in the plugin or a conflict with other plugins. I am leaning towards conflicts. Since the recycler seems to work with no issues, I simply changed my config so everything goes into the recycler. I have attached it here. Everything is the same as the original authors config, only thing different is that everything gets recycled now. 

ExtractionRareMinerals.json

  • Love 1
Link to comment
Share on other sites

Players are doing a small exploit with the gems. right after sulfur/metal/opal is processed in the small furnace they immediately load 1 of the gems in. The other empty slot in the furnace gets duplicated with the same gem

Link to comment
Share on other sites

Suggestion: It would help alot if the items received from smelting could include skin ID so I could have players receive custom items.🙏

Link to comment
Share on other sites
On 4/21/2023 at 8:02 PM, Chill Roleplay said:

Players are doing a small exploit with the gems. right after sulfur/metal/opal is processed in the small furnace they immediately load 1 of the gems in. The other empty slot in the furnace gets duplicated with the same gem

Discovered to be a conflict with Furnace Splitter

Link to comment
Share on other sites

@DAezhello, can u please add electro.furnace and make ability to smelt in 1 slot of furnace more that 1 of each item? thanks a lot

Edited by aimacak
Link to comment
Share on other sites
On 7/24/2023 at 1:10 AM, aimacak said:

@DAezhello, can u please add electro.furnace and make ability to smelt in 1 slot of furnace more that 1 of each item? thanks a lot

Unfortunately, it is impossible to melt more than one item. Rust Api restrictions.

  • Like 1
Link to comment
Share on other sites
5 hours ago, DAez said:

The plugin is no longer supported. Make a refund to anyone who wants.

And how do you do that?

Link to comment
Share on other sites
On 9/5/2023 at 12:54 PM, DAez said:

The plugin is no longer supported. Make a refund to anyone who wants.

its so sad, good luck, thanks for plugin btw 😉

Link to comment
Share on other sites

A common problem is that the stones are not melted. The solution to this problem is as follows: The output of the furnace can only be: metal.fragments, sulphur, metal.refined, charcoal. Therefore, you should change the output from the furnace, everything you need can be added to the recycle. 

I'm sorry, I had problems and I couldn't continue making the plugin, but now I'm back and will fix all the bugs.

Edited by DAez
Link to comment
Share on other sites
On 9/26/2023 at 11:26 AM, DAez said:

A common problem is that the stones are not melted. The solution to this problem is as follows: The output of the furnace can only be: metal.fragments, sulphur, metal.refined, charcoal. Therefore, you should change the output from the furnace, everything you need can be added to the recycle. 

I'm sorry, I had problems and I couldn't continue making the plugin, but now I'm back and will fix all the bugs.

its very good news, cap, thanks and gl ❤️

Edited by aimacak
  • Like 1
Link to comment
Share on other sites

This has been broken since the special tool update, my players are getting none of the  items (even if i set it to 100 drop chance).  I made sure that the requirement for the special tool was not checked in the config but still not working?  Any way to get the old version, because this one seems to be broken?

Link to comment
Share on other sites
21 hours ago, XianSeho said:

This has been broken since the special tool update, my players are getting none of the  items (even if i set it to 100 drop chance).  I made sure that the requirement for the special tool was not checked in the config but still not working?  Any way to get the old version, because this one seems to be broken?

Please provide the plugin configuration.

Link to comment
Share on other sites

it is the default config, only thing i did was up the rate to 100% to test but put it back to default when the test did not work.

{
  "Version": {
    "Configuration": {
      "Major": 1,
      "Minor": 0,
      "Patch": 3
    }
  },
  "MaxMineralsPerHit": 1,
  "MaxStackable": null,
  "TimeToSmelting": 30,
  "ItemShortName": "sticks",
  "SpecialTool": {
    "ShortName": "pickaxe",
    "Name": "High-Strength Pickaxe",
    "SkinID": 3042157107,
    "CanLootSpawn": false,
    "LootSpawnChance": 10
  },
  "Items": [
    {
      "ID": "large.sulfur",
      "SkinID": 2893225931,
      "Name": "Large Sulfur Crystal",
      "PermittedTool": [
        "stone.pickaxe",
        "pickaxe",
        "hammer.salvaged",
        "icepick.salvaged",
        "jackhammer"
      ],
      "ExtractionInfo": [
        {
          "PrefabShortName": "sulfur-ore",
          "DropChance": 3.5,
          "Amount": 1
        }
      ],
      "ItemAfterSmelting": {
        "ShortName": "sulfur",
        "Name": "default",
        "SkinID": 0,
        "MinAmount": 1000,
        "MaxAmount": 2500
      },
      "PossibleItemsAfterRecycler": null,
      "CanExtractOnlySpecialTool": false
    },
    {
      "ID": "large.metal",
      "SkinID": 2893226249,
      "Name": "Large Metal Piece",
      "PermittedTool": [
        "stone.pickaxe",
        "pickaxe",
        "hammer.salvaged",
        "icepick.salvaged",
        "jackhammer"
      ],
      "ExtractionInfo": [
        {
          "PrefabShortName": "metal-ore",
          "DropChance": 5.0,
          "Amount": 1
        }
      ],
      "ItemAfterSmelting": {
        "ShortName": "metal.fragments",
        "Name": "default",
        "SkinID": 0,
        "MinAmount": 1000,
        "MaxAmount": 2500
      },
      "PossibleItemsAfterRecycler": null,
      "CanExtractOnlySpecialTool": false
    },
    {
      "ID": "large.stone",
      "SkinID": 2893226068,
      "Name": "Large Stone",
      "PermittedTool": [
        "stone.pickaxe",
        "pickaxe",
        "hammer.salvaged",
        "icepick.salvaged",
        "jackhammer"
      ],
      "ExtractionInfo": [
        {
          "PrefabShortName": "stone-ore",
          "DropChance": 4.0,
          "Amount": 1
        }
      ],
      "ItemAfterSmelting": null,
      "PossibleItemsAfterRecycler": [
        {
          "ShortName": "stones",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 1500,
          "MaxAmount": 3500
        }
      ],
      "CanExtractOnlySpecialTool": false
    },
    {
      "ID": "emerald",
      "SkinID": 2893105244,
      "Name": "Emerald",
      "PermittedTool": [
        "pickaxe",
        "hammer.salvaged",
        "icepick.salvaged",
        "jackhammer"
      ],
      "ExtractionInfo": [
        {
          "PrefabShortName": "sulfur-ore",
          "DropChance": 2.5,
          "Amount": 1
        },
        {
          "PrefabShortName": "metal-ore",
          "DropChance": 2.5,
          "Amount": 1
        }
      ],
      "ItemAfterSmelting": null,
      "PossibleItemsAfterRecycler": [
        {
          "ShortName": "wood",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 2000,
          "MaxAmount": 3500
        }
      ],
      "CanExtractOnlySpecialTool": false
    },
    {
      "ID": "jade",
      "SkinID": 2901473542,
      "Name": "Jade",
      "PermittedTool": [
        "pickaxe",
        "hammer.salvaged",
        "icepick.salvaged",
        "jackhammer"
      ],
      "ExtractionInfo": [
        {
          "PrefabShortName": "sulfur-ore",
          "DropChance": 2.5,
          "Amount": 1
        },
        {
          "PrefabShortName": "metal-ore",
          "DropChance": 2.5,
          "Amount": 1
        }
      ],
      "ItemAfterSmelting": null,
      "PossibleItemsAfterRecycler": [
        {
          "ShortName": "rope",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 3,
          "MaxAmount": 15
        },
        {
          "ShortName": "cloth",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 50,
          "MaxAmount": 200
        },
        {
          "ShortName": "leather",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 50,
          "MaxAmount": 200
        },
        {
          "ShortName": "fat.animal",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 70,
          "MaxAmount": 300
        },
        {
          "ShortName": "lowgradefuel",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 30,
          "MaxAmount": 120
        }
      ],
      "CanExtractOnlySpecialTool": false
    },
    {
      "ID": "tanzanite",
      "SkinID": 2901473839,
      "Name": "Tanzanite",
      "PermittedTool": [
        "pickaxe",
        "hammer.salvaged",
        "icepick.salvaged",
        "jackhammer"
      ],
      "ExtractionInfo": [
        {
          "PrefabShortName": "sulfur-ore",
          "DropChance": 2.5,
          "Amount": 1
        },
        {
          "PrefabShortName": "metal-ore",
          "DropChance": 2.5,
          "Amount": 1
        }
      ],
      "ItemAfterSmelting": null,
      "PossibleItemsAfterRecycler": [
        {
          "ShortName": "chocholate",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 3,
          "MaxAmount": 15
        },
        {
          "ShortName": "can.beans",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 3,
          "MaxAmount": 15
        },
        {
          "ShortName": "can.tuna",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 3,
          "MaxAmount": 15
        },
        {
          "ShortName": "bandage",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 10,
          "MaxAmount": 30
        }
      ],
      "CanExtractOnlySpecialTool": false
    },
    {
      "ID": "amethyst",
      "SkinID": 2893105387,
      "Name": "Amethyst",
      "PermittedTool": [
        "pickaxe",
        "hammer.salvaged",
        "icepick.salvaged",
        "jackhammer"
      ],
      "ExtractionInfo": [
        {
          "PrefabShortName": "sulfur-ore",
          "DropChance": 2.0,
          "Amount": 1
        },
        {
          "PrefabShortName": "metal-ore",
          "DropChance": 2.0,
          "Amount": 1
        }
      ],
      "ItemAfterSmelting": null,
      "PossibleItemsAfterRecycler": [
        {
          "ShortName": "largemedkit",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 1,
          "MaxAmount": 3
        },
        {
          "ShortName": "syringe.medical",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 3,
          "MaxAmount": 7
        }
      ],
      "CanExtractOnlySpecialTool": false
    },
    {
      "ID": "topaz",
      "SkinID": 2893105314,
      "Name": "Topaz",
      "PermittedTool": [
        "pickaxe",
        "hammer.salvaged",
        "icepick.salvaged",
        "jackhammer"
      ],
      "ExtractionInfo": [
        {
          "PrefabShortName": "sulfur-ore",
          "DropChance": 1.5,
          "Amount": 1
        },
        {
          "PrefabShortName": "metal-ore",
          "DropChance": 1.5,
          "Amount": 1
        }
      ],
      "ItemAfterSmelting": null,
      "PossibleItemsAfterRecycler": [
        {
          "ShortName": "scrap",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 50,
          "MaxAmount": 100
        }
      ],
      "CanExtractOnlySpecialTool": false
    },
    {
      "ID": "musgravite",
      "SkinID": 2901990088,
      "Name": "Musgravite",
      "PermittedTool": [
        "pickaxe",
        "hammer.salvaged",
        "icepick.salvaged",
        "jackhammer"
      ],
      "ExtractionInfo": [
        {
          "PrefabShortName": "sulfur-ore",
          "DropChance": 1.5,
          "Amount": 1
        },
        {
          "PrefabShortName": "metal-ore",
          "DropChance": 1.5,
          "Amount": 1
        }
      ],
      "ItemAfterSmelting": null,
      "PossibleItemsAfterRecycler": [
        {
          "ShortName": "hazmatsuit",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 1,
          "MaxAmount": 1
        }
      ],
      "CanExtractOnlySpecialTool": false
    },
    {
      "ID": "ruby",
      "SkinID": 2893105456,
      "Name": "Ruby",
      "PermittedTool": [
        "pickaxe",
        "hammer.salvaged",
        "icepick.salvaged",
        "jackhammer"
      ],
      "ExtractionInfo": [
        {
          "PrefabShortName": "sulfur-ore",
          "DropChance": 1.5,
          "Amount": 1
        },
        {
          "PrefabShortName": "metal-ore",
          "DropChance": 1.5,
          "Amount": 1
        }
      ],
      "ItemAfterSmelting": null,
      "PossibleItemsAfterRecycler": [
        {
          "ShortName": "metalpipe",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 2,
          "MaxAmount": 8
        },
        {
          "ShortName": "gears",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 2,
          "MaxAmount": 8
        },
        {
          "ShortName": "metalblade",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 2,
          "MaxAmount": 8
        },
        {
          "ShortName": "metalspring",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 2,
          "MaxAmount": 8
        }
      ],
      "CanExtractOnlySpecialTool": false
    },
    {
      "ID": "obsidian",
      "SkinID": 2901473758,
      "Name": "Obsidian",
      "PermittedTool": [
        "pickaxe",
        "hammer.salvaged",
        "icepick.salvaged",
        "jackhammer"
      ],
      "ExtractionInfo": [
        {
          "PrefabShortName": "metal-ore",
          "DropChance": 1.5,
          "Amount": 1
        }
      ],
      "ItemAfterSmelting": {
        "ShortName": "metal.refined",
        "Name": "default",
        "SkinID": 0,
        "MinAmount": 10,
        "MaxAmount": 30
      },
      "PossibleItemsAfterRecycler": null,
      "CanExtractOnlySpecialTool": false
    },
    {
      "ID": "black-opal",
      "SkinID": 2901473926,
      "Name": "Black Opal",
      "PermittedTool": [
        "pickaxe",
        "hammer.salvaged",
        "icepick.salvaged",
        "jackhammer"
      ],
      "ExtractionInfo": [
        {
          "PrefabShortName": "sulfur-ore",
          "DropChance": 1.5,
          "Amount": 1
        },
        {
          "PrefabShortName": "metal-ore",
          "DropChance": 1.5,
          "Amount": 1
        }
      ],
      "ItemAfterSmelting": {
        "ShortName": "charcoal",
        "Name": "default",
        "SkinID": 0,
        "MinAmount": 100,
        "MaxAmount": 1500
      },
      "PossibleItemsAfterRecycler": null,
      "CanExtractOnlySpecialTool": false
    },
    {
      "ID": "pink-diamond",
      "SkinID": 2901473998,
      "Name": "Pink Diamond",
      "PermittedTool": [
        "pickaxe",
        "hammer.salvaged",
        "icepick.salvaged",
        "jackhammer"
      ],
      "ExtractionInfo": [
        {
          "PrefabShortName": "sulfur-ore",
          "DropChance": 1.5,
          "Amount": 1
        },
        {
          "PrefabShortName": "metal-ore",
          "DropChance": 1.5,
          "Amount": 1
        }
      ],
      "ItemAfterSmelting": null,
      "PossibleItemsAfterRecycler": [
        {
          "ShortName": "riflebody",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 1,
          "MaxAmount": 2
        },
        {
          "ShortName": "semibody",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 1,
          "MaxAmount": 4
        },
        {
          "ShortName": "smgbody",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 1,
          "MaxAmount": 2
        },
        {
          "ShortName": "targeting.computer",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 1,
          "MaxAmount": 2
        },
        {
          "ShortName": "cctv.camera",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 1,
          "MaxAmount": 2
        }
      ],
      "CanExtractOnlySpecialTool": false
    },
    {
      "ID": "diamond",
      "SkinID": 2893105180,
      "Name": "Diamond",
      "PermittedTool": [
        "pickaxe",
        "hammer.salvaged",
        "icepick.salvaged",
        "jackhammer"
      ],
      "ExtractionInfo": [
        {
          "PrefabShortName": "sulfur-ore",
          "DropChance": 1.5,
          "Amount": 1
        },
        {
          "PrefabShortName": "metal-ore",
          "DropChance": 1.5,
          "Amount": 1
        }
      ],
      "ItemAfterSmelting": null,
      "PossibleItemsAfterRecycler": [
        {
          "ShortName": "pistol.semiauto",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "ShortName": "rifle.semiauto",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "ShortName": "pistol.python",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "ShortName": "pistol.revolver",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "ShortName": "smg.thompson",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "ShortName": "shotgun.pump",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "ShortName": "shotgun.double",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "ShortName": "shotgun.waterpipe",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "ShortName": "smg.mp5",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "ShortName": "pistol.nailgun",
          "Name": "default",
          "SkinID": 0,
          "MinAmount": 1,
          "MaxAmount": 1
        }
      ],
      "CanExtractOnlySpecialTool": false
    }
  ]
}

Link to comment
Share on other sites

if nothing else can i get the base item for these and the skin ids so i can at least put them in the loot table?

 

Link to comment
Share on other sites
4 hours ago, XianSeho said:

if nothing else can i get the base item for these and the skin ids so i can at least put them in the loot table?

 

Basic item - sticks
The skins are specified in the configuration

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 3
  • Love 1

DAez's Collection

User Feedback

1.4m

Downloads

Total number of downloads.

6.6k

Customers

Total customers served.

98.8k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.