Carpet Extra is an addon mod for the carpet mod.
See https://github.com/gnembon/carpet-extra for details
Requires https://www.curseforge.com/minecraft/mc-mods/carpet to be run along side of it for it to work
Carpet Extra is an addon mod for the carpet mod.
See https://github.com/gnembon/carpet-extra for details
Requires https://www.curseforge.com/minecraft/mc-mods/carpet to be run along side of it for it to work
"If you are only using carpet-style mods, you can connect to the servers with whatever vanilla compatible client you are using."
What 'carpet-style mods' actually means? Is it mods which don't need carpet-api?
Hey! Can you add feature for auto shearing chickens and sheeps? Maybe using dispenser with shears.
Add feature for auto milking cows plz
In reply to trx09911:
Done -> https://github.com/gnembon/carpet-extra/pull/35
Should be in the next release if the PR gets merged
In reply to DeadlyMC_:
Damn this is good! This mod will be a real replacement for RedstonePlusPlus in modern minecraft :D
Excellent mod! I've learned so much over the past week.
Question: Can we craft Block of Gold in an auto crafting table?
When I'm at my Zombie Pigman farm, it's easy to auto craft the gold nuggets into ingots. However, when trying to craft the Block of Gold, since the first Gold Ingot passed into the table has a valid recipe, the crafting table "back crafts" the ingot into 9 nuggets, blocking the proper craft.
Which, hey, I'm not complaining! It's already cut my crafting steps by like 90% just to auto craft the nuggets into ingots, so I'm super happy with the change.
In reply to madmojomonkey:
You should power the hopper below until there are 9 ingots and then unpower and power again...just repeat this
I believe ilmango has already shown on of these type of crafters on his channel
In reply to DeadlyMC_:
Controlling the hopper that pulls from the crafting table is a fundamental step for any craft, since it will happily pull your inputs out the moment they enter the table.
To accomplish that, I'm using a hopper filter setup directly under the crafting table, so I'm not using redstone to control the output - except that I am... 'cause of how vanilla item sorters work. I'm not using redstone power on the hopper you said, but that hopper is still not pulling out incorrect items.
I should check if powering the table directly will stop it from crafting.
Thanks for the idea.
EDIT: I should have tried your suggestion before thinking it was off base. Turns out you're right. It looks like even the failed attempt by the hopper to pull is enough to trigger the crafting table to craft. That means a filter hopper under it that doesn't accept a recipe is not enough to stop the crafting of said recipe.
Bonus: the crafting table interacts with comparators!
In reply to madmojomonkey:
In the most recent version we have added autoCraftingDropper. in my opinion it is much more elegant solution, not only mod-wise, but also interface wise, as droppers underside is not used for multiple purposes. I will follow soon with a showcase of this proposition, but in short - if you power a dropper that has a crafting table on its face, it will spit out a result of a recipe if it exists from the current layout of the items in the dropper.