<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.mineinabyss.com/w/Module:Grinding/history?feed=atom</id>
	<title>Module:Grinding - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mineinabyss.com/w/Module:Grinding/history?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.mineinabyss.com/w/Module:Grinding/history"/>
	<updated>2026-04-08T23:38:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.mineinabyss.com/index.php?title=Module:Grinding&amp;diff=299&amp;oldid=prev</id>
		<title>Scyu: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.mineinabyss.com/index.php?title=Module:Grinding&amp;diff=299&amp;oldid=prev"/>
		<updated>2024-10-11T12:46:28Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:46, 11 October 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Scyu</name></author>
	</entry>
	<entry>
		<id>https://wiki.mineinabyss.com/index.php?title=Module:Grinding&amp;diff=298&amp;oldid=prev</id>
		<title>minecraft&gt;ItsPlantseed: ItsPlantseed moved page Module:Grindstone repairing to Module:Grinding without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://wiki.mineinabyss.com/index.php?title=Module:Grinding&amp;diff=298&amp;oldid=prev"/>
		<updated>2019-06-14T12:11:13Z</updated>

		<summary type="html">&lt;p&gt;ItsPlantseed moved page &lt;a href=&quot;/w/Module:Grindstone_repairing/edit?redlink=1&quot; class=&quot;new&quot; title=&quot;Module:Grindstone repairing (page does not exist)&quot;&gt;Module:Grindstone repairing&lt;/a&gt; to &lt;a href=&quot;/w/Module:Grinding&quot; title=&quot;Module:Grinding&quot;&gt;Module:Grinding&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
local i18n = {&lt;br /&gt;
	categoryUpcoming = &amp;#039;Category:Upcoming&amp;#039;,&lt;br /&gt;
	moduleArgs = [[Module:ProcessArgs]],&lt;br /&gt;
	moduleRecipe = [[Module:Recipe table]],&lt;br /&gt;
	type = &amp;#039;Grinding&amp;#039;,&lt;br /&gt;
}&lt;br /&gt;
p.i18n = i18n&lt;br /&gt;
&lt;br /&gt;
local recipeTable = require( i18n.moduleRecipe ).table&lt;br /&gt;
&lt;br /&gt;
function p.table( f )&lt;br /&gt;
	local args = f&lt;br /&gt;
	if f == mw.getCurrentFrame() then&lt;br /&gt;
		args = require( i18n.moduleArgs ).merge( true )&lt;br /&gt;
	else&lt;br /&gt;
		f = mw.getCurrentFrame()&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	args.Input1 = args[1]&lt;br /&gt;
	args.Input2 = args[2]&lt;br /&gt;
	args.Output = args[3]&lt;br /&gt;
	&lt;br /&gt;
	local out = recipeTable( args, {&lt;br /&gt;
		uiFunc = &amp;#039;grindstone&amp;#039;,&lt;br /&gt;
		type = i18n.type,&lt;br /&gt;
		ingredientArgs = { &amp;#039;Input1&amp;#039;, &amp;#039;Input2&amp;#039; },&lt;br /&gt;
		outputArgs = { &amp;#039;Output&amp;#039; },&lt;br /&gt;
	} )&lt;br /&gt;
	&lt;br /&gt;
	local title = mw.title.getCurrentTitle()&lt;br /&gt;
	local category&lt;br /&gt;
	if args.upcoming and args.nocat ~= &amp;#039;1&amp;#039; and title.namespace == 0 and not title.isSubpage then&lt;br /&gt;
		category = &amp;#039;[[&amp;#039; .. i18n.categoryUpcoming .. &amp;#039;]]&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return out, category&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>minecraft&gt;ItsPlantseed</name></author>
	</entry>
</feed>