VamPan - Pulp Faction

Quick rating

Community listing page, reviews here may not be monitored by the author.

VamPan - Pulp Faction

By VamPanMCOwner

No reviews yet

Pulp wood and more in to useful items, Pulp and grinder all in one

Tech
Automation & Processing
QoL & Tweaks
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
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

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
VamPan - Pulp Faction 0.0.0.5

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

Main Logo Main image of the Pulp Faction

Github Wiki - Github Issues

Hello there, fellow Minecrafter!

I am VamPanMC, a rather old soul — a few thousand years, give or take. You might notice I’m not your average creature of the night… I’m a vampire–panda hybrid. Quite the rare species, I know. Don’t worry, though — I’ve already fed, so your neck is safe… for now.

Pulper RecipePulper RecipePupler Recipe

Pulper Recipe

Manual Pulper:
Pulper UI

Auto Pulper:
Auto Pulper UI

Pulper GUI

I was watching how some of you make paper from … suger cane and was so confused, all that waste of sweet sweet sugar, so I have made you a tool we had in the old country, it's called a Pulper, you put in things like wood to get paper, wheet to get slim, home made slim is SO fun but then I was thinking people make so many items they didn't meant to or find things that they will never use, well you can pulp them in to rubble and cook that rule in to resources

Replace this with a description Replace this with a description

The Pulper just works like a Crafting table, you put a item in it creates the item but it starts doing it soon as you put the item in like a funince and soon as you close the UI it will spit your items back out.

Other mods to use: I recommend you installing JEI, this isn't a must but it's a recommendation as you will be able to see Pulpers GUI in JEI with all our recipes, we use tags to group the items we supported in the vanilla game meaning it's hard to list ever since one, there is 18 recipes built in but using the tags means one recipe could be loads, EG gold rubble is able to accept 9 items, diamond rubble is able to accept 7, I hope you get my point

JEI

Todo: View our Github for more up to date information on what we like to add

Replace this with a description Replace this with a description

FAQ:

Q:How do I use this mod?

A:Read This

Q:Can I add custom recipes?

A:Using the namespace under data vppf and under recipes you can add your own recipes data/vppf/recipe/your_recipe.json

{
  "type": "vppf:pulper",
  "input": {
    "item": "minecraft:bricks",
    "count": 1
  },
  "output": {
    "id": "minecraft:clay_ball",
    "count": 2
  },
  "category": [
    "misc"
  ]
}

Q: In the screenshot you have the item over campfires and laver but don't say we need to, do we?

A: No you don't need to, but if you put it over a nromal campfire it will speed it up a little, a little more over a soul campfire and even faster over lavar but no you don't have to do this.

--

So, dear Minecrafter, I bring you this Pulper as a gift. I can’t wait to see what you grind and pulp up with it.

For those of you brilliant tinkerers who build modpacks — yes, you may use my creations within them. Consider this my blessing. Spread the magic far and wide, little human.

But don’t let that make you careless, hmm? My kindness doesn’t make you immune to my appetite. One day, when the moon is full and I’m feeling just a bit peckish… well, let’s just say I might come looking for a snack.

Sleep tight, little human.

Main Logo Main image of the Pulp Faction Github Wiki - Github Issues

Quick Note: Any versions starting with e in the verisons page are old versions, wont be fixed and are there for modpacks only, if there is a none e version of your version of minecraft please use that.

Hello there, fellow Minecrafter!

I am VamPanMC, a rather old soul — a few thousand years, give or take. You might notice I’m not your average creature of the night… I’m a vampire–panda hybrid. Quite the rare species, I know. Don’t worry, though — I’ve already fed, so your neck is safe… for now.

Pulper Recipe, Auto Pulper, Tier 2 Auto Pulper

Pulper/Auto Pulper Recipes

Manual: Pulper UI Pulper UI

Auto: Auto Pulper UI Auto Pulper UI

Pulper's GUI's

I was watching how some of you make paper from ... suger cane and was so confused, all that waste of sweet sweet sugar, so I have made you a tool we had in the old country, it's called a Pulper, you put in things like wood to get paper, wheet to get slim, home made slim is SO fun but then I was thinking people make so many items they didn't meant to or find things that they will never use, well you can pulp them in to rubble and cook that rule in to resources

Replace this with a description Replace this with a description

The Pulper just works like a Crafting table, you put a item in it creates the item but it starts doing it soon as you put the item in like a funince and soon as you close the UI it will spit your items back out.

Other mods to use: I recommend you installing JEI, this isn't a must but it's a recommendation as you will be able to see Pulpers GUI in JEI with all our recipes, we use tags to group the items we supported in the vanilla game meaning it's hard to list ever since one, there is 18 recipes built in but using the tags means one recipe could be loads, EG gold rubble is able to accept 9 items, diamond rubble is able to accept 7, I hope you get my point JEI

Pulp Faction in JEI

Todo Key: Done, Todo, Not Doing

[✔] Create Pulper

[✔] Create Json Recipes

[✔] Better GUI image for Pulper

[✔] Port to other version after 1.21.1

[✔] Create Auto Pulper

[0] Better GUI image for Auto Pulper

[0] More useful recipes

Some items the Pulper can scrap:

Replace this with a description Replace this with a description

FAQ:

Q:How do I use this mod?

A:Read This

Q: Can I add custom recipes?

A: Using the namespace under data vppf and under recipes you can add your own recipes data/vppf/recipe/your_recipe.json

Recipe Example 0.0.0.4 and below
{
  "type": "vppf:pulper",
  "input": {
    "item": "minecraft:bricks",
    "count": 1
  },
  "output": {
    "id": "minecraft:clay_ball",
    "count": 2
  },
  "category": [
    "misc"
  ]
}
Recipe Example 0.0.0.5 and above
{
  "type": "vppf:pulp_recipe",
  "ingredients": [
    "minecraft:bricks"
  ],
  "integers": [
    1
  ],
  "outputs": [
    {
      "id": "minecraft:clay_ball",
      "count": 2
    }
  ]
}

Q: In the screenshot you have the item over campfires and laver but don't say we need to, do we?

A: No you don't need to, but if you put it over a nromal campfire it will speed it up a little, a little more over a soul campfire and even faster over lavar but no you don't have to do this.

--

So, dear Minecrafter, I bring you this Pulper as a gift. I can’t wait to see what you grind and pulp up with it.

For those of you brilliant tinkerers who build modpacks — yes, you may use my creations within them. Consider this my blessing. Spread the magic far and wide, little human.

But don’t let that make you careless, hmm? My kindness doesn’t make you immune to my appetite. One day, when the moon is full and I’m feeling just a bit peckish… well, let’s just say I might come looking for a snack.

Sleep tight, little human.

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

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,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