VOOZH about

URL: https://minecraft.wiki/w/Template_talk:Crafting

⇱ Template talk:Crafting – Minecraft Wiki


Template talk:Crafting

From Minecraft Wiki
Latest comment: 7 October 2019 by User-12316399 in topic Optional second output slot
Jump to navigation Jump to search

Output name

[edit source]
Latest comment: 4 August 20133 comments2 people in discussion

Is there a way to have a different name than the output? And different Ingredients shown in the ingredients tab than the ingredients used in the colomns and rows? I ask this because all pictures are set to english names on the dutch wiki, and we want to have the ingredients and name in dutch. TheWombatGuru 19:15, 4 August 2013 (UTC)

It looks like the rowmode=custom parameter lets you do that; see the last example in the documentation. Of course, once the upgrade happens and we don't share an image database, you'll be able to use Dutch names for images. -- Orthotope talk 19:25, 4 August 2013 (UTC)
Ok, I'll try that. Another question, I tried to use this new way of making the crafting table interface on the page cobblestone, it didn't work out well. Can you take a look and explain what I'm doing wrong?TheWombatGuru 20:11, 4 August 2013 (UTC)

Sortable?

[edit source]
Latest comment: 10 February 20142 comments2 people in discussion

Why is this sortable? ~Supuhstar * 23:49, 15 January 2014 (UTC)

So you can sort by ingredient or output. —F‌enhl 00:40, 10 February 2014 (UTC)

Mods

[edit source]
Latest comment: 22 January 20142 comments2 people in discussion

This needs a mod parameter to show the ingredients correctly --tonkku107 «Talk
Contribs
» 13:28, 18 January 2014 (UTC)

👁 Image
 Done MattTalk
Contribs
04:36, 22 January 2014 (UTC)

mode parameter broken

[edit source]
Latest comment: 20 February 20143 comments2 people in discussion

{{{mode=noname}}} is supposed to hide the Name column, but it doesn't. This feature is required for Obtaining sections, because the standard format for them is without the Name column. A workaround for tables with a single row is to leave out both the {{{head}}} and {{{foot}}} parameters, but this does not work for tables with multiple rows, as the template will interpret this as separate tables. So could someone who knows enough Lua please re-implement this? —F‌enhl 00:56, 10 February 2014 (UTC)

There's no mode parameter anymore. Use showname=0. I really need to get around to updating the docs. MattTalk
Contribs
01:59, 10 February 2014 (UTC)
PS: Obtaining sections are generally only a single recipe, which automatically doesn't have a name column.
Ah, good to know. I've updated the docs accordingly. —F‌enhl 05:34, 20 February 2014 (UTC)

shapeless indicator missing

[edit source]
Latest comment: 20 February 20143 comments2 people in discussion

The indicator for shapeless recipes has gone missing. Could someone who understands the code please re-implement this as well? —F‌enhl 01:06, 10 February 2014 (UTC)

Where is it missing? I can even see it in the docs for this very template. MattTalk
Contribs
02:01, 10 February 2014 (UTC)
I'm not sure what happened, must have been a caching issue. I can see it now. —F‌enhl 05:35, 20 February 2014 (UTC)

Crafting Category

[edit source]
Latest comment: 25 May 20142 comments2 people in discussion

Can we add the parameter {{{category}}}? Basically it would allow a template to load recipes based on it's category for the tables on the crafting sub pages, removing the need to constantly update that whenever something is changed with a recipe. --KnightMiner (talk|contribs) 02:35, 25 May 2014 (UTC)

Yeah I was thinking about that, but I was hoping I'd come up with some other way to do it that avoids adding extra parameters. I'm also thinking we should categorise them as per the creative mode menu, instead of our own categories. MattTalk
Contribs
10:34, 25 May 2014 (UTC)

Any Stone

[edit source]
Latest comment: 1 June 20143 comments2 people in discussion

In 1.8 it will be possible to craft Stone slabs from any type of stone now. 194.85.161.2 17:15, 1 June 2014 (UTC)

No, would be cool though, never thought about it. -- TheWombatGuru t | c NL Admin 17:57, 1 June 2014 (UTC)
That could be confusing, a lot, I mean that it's not possible to craft like diorite slabs, you will get stone slabs from all the stone variants. -- TheWombatGuru t | c NL Admin 18:00, 1 June 2014 (UTC)

Random Wood Planks

[edit source]
Latest comment: 7 June 20142 comments1 person in discussion

Would it be possible to have a variation of Any Wood Planks that was displayed for only one frame each cycle, with a random choice of wood? That way, Wood Planks wouldn't incorrectly show that tools had to be made with oak planks. Plus, if each grid cell was rolled separately, it'd be clearer that species could be mixed and matched on recipes where that was true. (Any Wood Planks would be used, still cycling in sync with the outputs, for the exceptions such as slabs and stairs.) Seahen (talk) 11:34, 7 June 2014 (UTC)

I've done a first-attempt implementation at Template:Crafting/Anyrandom, Module:Crafting_branch_anyrandom and Module:Grid_branch_anyrandom. However, it only randomizes the choice each time a page is loaded; randomizing it every animation cycle will require a change to the site's JavaScript. Seahen (talk) 12:49, 7 June 2014 (UTC)

fixed position indicator

[edit source]
Latest comment: 18 August 20146 comments3 people in discussion

Now that we have crafting recipes that cannot be moved or mirrored like normal recipes (for banners), I think there should be an indicator for this. It could look like a heavy exclamation point ❗️ in place of the twisted arrows symbol 🔀 used for shapeless recipes. The tooltip could say “This recipe is fixed, the input arrangement may not be moved or mirrored.” But we would need a parameter to explicitly add the indicator. —F‌enhl 00:36, 15 August 2014 (UTC)

Something like this for the indicator? 👁 Image
F‌enhl 00:45, 15 August 2014 (UTC)
I think this would be helpful now, the only thing is how do we note that only the dyes positions are absolute? as the banner can go anywhere. Maybe an argument like a follows:
“This recipe is fixed, the input arrangement may not be moved or mirrored{{#if:{{{notfixed|}}}|; except for {{{notfixed}}}, which can go anywhere}}.”
--KnightMiner (t|c) 00:55, 15 August 2014 (UTC)
👁 Image
 Agree, sounds good. —F‌enhl 00:58, 15 August 2014 (UTC)
Adding this will involve changes to Module:Grid, Module:Crafting, and Module:Crafting usage. Since two of those are admin protected, Majr. --KnightMiner (t|c) 16:47, 16 August 2014 (UTC)
👁 Image
 Done. MajrTalk
Contribs
02:34, 18 August 2014 (UTC)

remove shapeless indicator when unambiguous

[edit source]
Latest comment: 20 August 20143 comments2 people in discussion

The indicator for shapeless recipes should not be shown when the shaped version of the crafting recipe is the same. This is the case when:

  • only one ingredient is used.
  • 9 ingredients of the same type are used.

Adding this logic to the module would allow us to specify these recipes in the shapeless notation (without the parameter names, which is imo cleaner), but still have the template not show the redundant shapeless indicator. —F‌enhl 08:40, 18 August 2014 (UTC)

👁 Image
 Done. Out of interest, do you know if the game treats those recipes as shapeless? MajrTalk
Contribs
06:20, 20 August 2014 (UTC)
As of 1.7.10, the code is very inconsistent. Recipes for storage blocks (including hay bales) are coded as shaped, and so are the reverse recipes (block»ingots). The flower»dye recipes are coded as shapeless. —F‌enhl 06:32, 20 August 2014 (UTC)

Add section for recipe book unlocks

[edit source]
Latest comment: 7 September 20191 comment1 person in discussion

It's kinda weird that recipes don't show how they're unlocked in the recipe book. I think that information would go well in this table. -PancakeIdentity (talk) 16:04, 7 September 2019 (UTC)

Optional second output slot

[edit source]
Latest comment: 7 October 20191 comment1 person in discussion

I think adding a second output slot that could be specified for certain recipes would be useful, specifically cake and sugar recipes that use milk buckets and honey bottles, returning empty buckets and bottles which would be displayed in these slots. - User-12316399 (talk) 20:14, 7 October 2019 (UTC)

Retrieved from "https://minecraft.wiki/w/Template_talk:Crafting?oldid=2824116"

Navigation menu