Mods / Craftable Rocks

Category: #Crafting #QoL
Author: Shockodile
Side: Both
Created: Jan 29th at 1:27 AM
Last modified: Jan 29th at 9:32 AM
Downloads: 459
Follow Unfollow 10

Latest file for Various v1.19.x:
craftablerocks.zip 1-click install


Mod originally made by the user Lifeup.

3x3 grid craftable rocks, because while relieving Makes Sense, it's very messy and wasteful.

Simply surround a single piece of mortar with a set of 8 matching stones and voila! A rock. Designed so that relieving rocks is still the best way to get rocks, but if you wind up with a good stash of lime you can get a return on stuff you had to break.

FYI: If/when Lifeup gets around to uploading this herself I'll be removing this from circulation so she gets her due credit.

Version For Game version Downloads Release date Changelog Download 1-click mod install*
v1.0.2 370 Jan 29th at 9:32 AM Show craftablerocks.zip Install now
v1.0.1 51 Jan 29th at 1:58 AM Show craftablerocks.zip Install now
v1.0.0 38 Jan 29th at 1:30 AM Show craftablerocks.zip Install now

7 Comments (oldest first | newest first)

💬 SunshineFaith, Mar 11th at 7:34 PM

11.3.2024 19:17:40 [Server Warning] Failed resolving crafting recipe ingredient with code game:rock-meteorite-iron in Grid recipe
11.3.2024 19:17:40 [Server Error] Grid Recipe 'craftablerocks:recipes/grid/craftablerocks.json': Output Block code game:rock-meteorite-iron cannot be resolved

 

 

I am getting this error on my server console.  Any thoughts? 

💬 Khana, Jan 30th at 8:14 PM

"FYI: If/when Lifeup gets around to uploading this herself I'll be removing this from circulation so she gets her due credit."
thats really cool of u. <3

 

 

💬 Noobly20932, Jan 30th at 2:57 AM

Ah, I see. I've never seen Mortar before.

💬 ShockodileAuthor, Jan 30th at 2:03 AM

@Noobly20932 It doesn't override cobble as cobble is made with clay in the center. This uses mortar. :]

💬 Noobly20932, Jan 30th at 1:04 AM

Does this override the cobblestone recipes? If so, how is cobblestone made instead?

💬 ShockodileAuthor, Jan 29th at 8:26 AM

@DanaCraluminum good to know, thanks! i didn't make the mod and have no experience with it but i'd like to get into it sometime in the future!

💬 DanaCraluminum, Jan 29th at 7:20 AM

You don't need to make separate recipe for each, just use this one:

{
    "ingredientPattern": "BBB,BCB,BBB",
    "width": 3,
    "height": 3,
    "ingredients": {
        "B": { "type": "item", "code": "game:stone-*", "name": "rock" },
        "C": { "type": "item", "code": "game:mortar" }
    },
    "output": { "type": "block", "code": "game:rock-{rock}", "quantity": 1 }
}
(edit comment delete)