<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://modded.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Daniel99j</id>
	<title>Modded Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://modded.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Daniel99j"/>
	<link rel="alternate" type="text/html" href="https://modded.wiki/w/Special:Contributions/Daniel99j"/>
	<updated>2026-04-19T18:28:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://modded.wiki/index.php?title=PolyFactory:Fan&amp;diff=13541</id>
		<title>PolyFactory:Fan</title>
		<link rel="alternate" type="text/html" href="https://modded.wiki/index.php?title=PolyFactory:Fan&amp;diff=13541"/>
		<updated>2026-01-15T02:39:36Z</updated>

		<summary type="html">&lt;p&gt;Daniel99j: Fixed docs on fomula&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox block&lt;br /&gt;
| title = Fan&lt;br /&gt;
| image = PolyFactory-Fan.png&lt;br /&gt;
| renewable = Yes&lt;br /&gt;
| stackable = Yes&lt;br /&gt;
| maxStack = 64&lt;br /&gt;
| tool = Any (Pickaxe speeds up)&lt;br /&gt;
| tntres = 1&lt;br /&gt;
| hardness = 1&lt;br /&gt;
| light = No&lt;br /&gt;
| transparent = Yes&lt;br /&gt;
| flammable = No&lt;br /&gt;
| lavasusceptible = No&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Fan is a rotational block added by [[Mod:PolyFactory|PolyFactory]]. It can be placed in any direction, similar to a dropper. When connected and powered with rotational force, it will push any entity (including the player) in direction it&#039;s facing with force proportional to distance from the fan, distance from fan to a wall, and the speed it&#039;s rotating. By using the [[PolyFactory:Wrench|Wrench]], it can be rotated or set to &amp;quot;reverse&amp;quot; mode, which makes it pull entities instead.&lt;br /&gt;
&lt;br /&gt;
=== Movement ===&lt;br /&gt;
Fans will move an entity direction it&#039;s facing with force proportional to distance from the fan, using this formula, where &#039;&#039;d&#039;&#039; is the distance from the fan to the entity, &#039;&#039;l&#039;&#039; is the length between the fan and the closest fan-preventing block&amp;lt;ref&amp;gt;Up until the length is not less than speed * 20 * 0.98 ^ length&amp;lt;/ref&amp;gt;, &#039;&#039;s&#039;&#039; is the rotation speed, and &#039;&#039;m&#039;&#039; is the movement multiplier&amp;lt;ref&amp;gt;[[PolyFactory:Stable Ground]] sets this to 0, otherwise 1&amp;lt;/ref&amp;gt;:&lt;br /&gt;
 push = max(s * (l - d) / (l + 1) * 0.98 ^ l * m, 0);&lt;br /&gt;
&lt;br /&gt;
=== Obtaining ===&lt;br /&gt;
It can be crafted using [[PolyFactory:Steel|Steel Plate]], [[PolyFactory:Axle|Axle]], [[Minecraft:Iron Ingot|Iron Ingot]] and [[Minecraft:Iron Bars|Iron Bars]].&lt;br /&gt;
&lt;br /&gt;
[[File:Polyfactory fan recipe.png]]&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Polyfactory fan example.png|Example of Fan being powered&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Daniel99j</name></author>
	</entry>
	<entry>
		<id>https://modded.wiki/index.php?title=PolyFactory:Fan&amp;diff=13540</id>
		<title>PolyFactory:Fan</title>
		<link rel="alternate" type="text/html" href="https://modded.wiki/index.php?title=PolyFactory:Fan&amp;diff=13540"/>
		<updated>2026-01-15T02:23:58Z</updated>

		<summary type="html">&lt;p&gt;Daniel99j: Added formula for fan speed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox block&lt;br /&gt;
| title = Fan&lt;br /&gt;
| image = PolyFactory-Fan.png&lt;br /&gt;
| renewable = Yes&lt;br /&gt;
| stackable = Yes&lt;br /&gt;
| maxStack = 64&lt;br /&gt;
| tool = Any (Pickaxe speeds up)&lt;br /&gt;
| tntres = 1&lt;br /&gt;
| hardness = 1&lt;br /&gt;
| light = No&lt;br /&gt;
| transparent = Yes&lt;br /&gt;
| flammable = No&lt;br /&gt;
| lavasusceptible = No&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Fan is a rotational block added by [[Mod:PolyFactory|PolyFactory]]. It can be placed in any direction, similar to a dropper. When connected and powered with rotational force, it will push any entity (including the player) in direction it&#039;s facing with force proportional to distance from the fan, distance from fan to a wall, and the speed it&#039;s rotating. By using the [[PolyFactory:Wrench|Wrench]], it can be rotated or set to &amp;quot;reverse&amp;quot; mode, which makes it pull entities instead.&lt;br /&gt;
&lt;br /&gt;
=== Movement ===&lt;br /&gt;
Fans will move an entity direction it&#039;s facing with force proportional to distance from the fan, using this formula, where &#039;&#039;d&#039;&#039; is the distance from the fan to the entity, &#039;&#039;l&#039;&#039; is the length between the fan and the closest fan-preventing block, &#039;&#039;s&#039;&#039; is the rotation speed, and &#039;&#039;m&#039;&#039; is the movement multiplier&amp;lt;ref&amp;gt;[[PolyFactory:Stable Ground]] sets this to 0, otherwise 1&amp;lt;/ref&amp;gt;:&lt;br /&gt;
 push = max(s * (l - d) / (l + 1) * 0.98 ^ l * m, 0);&lt;br /&gt;
&lt;br /&gt;
=== Obtaining ===&lt;br /&gt;
It can be crafted using [[PolyFactory:Steel|Steel Plate]], [[PolyFactory:Axle|Axle]], [[Minecraft:Iron Ingot|Iron Ingot]] and [[Minecraft:Iron Bars|Iron Bars]].&lt;br /&gt;
&lt;br /&gt;
[[File:Polyfactory fan recipe.png]]&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Polyfactory fan example.png|Example of Fan being powered&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Daniel99j</name></author>
	</entry>
	<entry>
		<id>https://modded.wiki/index.php?title=PolyFactory:Windmill&amp;diff=13539</id>
		<title>PolyFactory:Windmill</title>
		<link rel="alternate" type="text/html" href="https://modded.wiki/index.php?title=PolyFactory:Windmill&amp;diff=13539"/>
		<updated>2026-01-15T01:57:52Z</updated>

		<summary type="html">&lt;p&gt;Daniel99j: Added formulas for windmill speed and stress&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox block&lt;br /&gt;
| title = Windmill&lt;br /&gt;
| image = PolyFactory-Windmill_block.png&lt;br /&gt;
| image2 = PolyFactory-Windmill_item.png&lt;br /&gt;
| renewable = Yes&lt;br /&gt;
| stackable = Yes&lt;br /&gt;
| maxStack = 64&lt;br /&gt;
| tool = Any (Axe speeds up)&lt;br /&gt;
| tntres = 2.5&lt;br /&gt;
| hardness = 2.5&lt;br /&gt;
| light = No&lt;br /&gt;
| transparent = Yes&lt;br /&gt;
| waterloggable = Yes&lt;br /&gt;
| flammable = Yes&lt;br /&gt;
| lavasusceptible = Yes&lt;br /&gt;
}}Windmill is a rotational source block added by [[Mod:PolyFactory|PolyFactory]]. You can place it by using a Windmill Sail item on an [[PolyFactory:Axle|Axle]], converting it to the Windmill block. It can only connect to other blocks from a single direction. By using the [[PolyFactory:Wrench|Wrench]], it can be rotated.&lt;br /&gt;
&lt;br /&gt;
Windmill Sails can be dyed is similar fashion to [[Minecraft:Leather Armor|Leather Armor]] and mixed together in any pattern within the Windmill block.&lt;br /&gt;
&lt;br /&gt;
=== Rotational power generation ===&lt;br /&gt;
Main purpose of the Windmill is to generate rotational force that can be used by other machines. The amount of it depends on multiple factors, such as:&lt;br /&gt;
&lt;br /&gt;
# Amount of sails, with minimum being 2. It effects final stress capacity supported by the windmill.&lt;br /&gt;
# Height it is placed on (depending on dimension). It needs to be at least 5 blocks above the ground in Overworld (and any modded dimensions) to start rotating, through being higher gives better results. In The Nether, it needs to be around y=64. In The End dimension position doesn&#039;t matter. It effects final speed and stress capacity.&lt;br /&gt;
# The biome, with ocean biomes giving x1.3 and beaches and mountains x1.2 boost to both speed and stress capacity.&lt;br /&gt;
# Whenever it is raining, giving additional x1.1 boost to speed and stress capacity even if under shelter.&lt;br /&gt;
&lt;br /&gt;
You can connect multiple windmills in parallel to increase total stress capacity available.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Formula for speed, where &#039;&#039;x&#039;&#039; is speed, &#039;&#039;y&#039;&#039; is the number of sails, &#039;&#039;p&#039;&#039; is the block position, &#039;&#039;b&#039;&#039; is the biome multiplier, &#039;&#039;r&#039;&#039; is the rain multiplier, and &#039;&#039;d&#039;&#039; is the distance to ground:&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;Assuming 2 or more sails&amp;lt;/ref&amp;gt;&lt;br /&gt;
 If NETHER: Base &#039;&#039;x = 32 - abs(p.getY() - 64) / 2.0; If END: x = 5; Else: x = d - 2;&#039;&#039; &lt;br /&gt;
If &amp;lt; 2 sails or x = 0, consume 0.15 stress and return 0 speed, 0 stress capacity. [??, needs checking!]&lt;br /&gt;
 &#039;&#039;speed = min(log(x) / log(2) * 2.1, 10.5) * b * r;&#039;&#039;&lt;br /&gt;
If speed &amp;lt;= 0 return 0 speed, 0 stress capacity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Formula for stress capacity, where &#039;&#039;s&#039;&#039; is speed and &#039;&#039;y&#039;&#039; is the number of sails:&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
 &#039;&#039;stress = min(max(s * 0.15 * y * 1.2, 0.5), 18)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Obtaining ===&lt;br /&gt;
It can be crafted using [[PolyFactory:Steel|Steel Plate]]&amp;lt;nowiki/&amp;gt;s, [[Minecraft:Stick|Stick]]&amp;lt;nowiki/&amp;gt;s and [[Minecraft:Wool|any color of wool]].&lt;br /&gt;
&lt;br /&gt;
[[File:Polyfactory Windmill sail recipe.png]]&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Polyfactory-4way-windmill.png|4 windmills connected to each other&lt;br /&gt;
File:PolyFactory-backdrop.png|Simple single windmill connected to conveyor&lt;br /&gt;
File:PolyFactory Logo.png|PolyFactory&#039;s logo using the windmill&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Daniel99j</name></author>
	</entry>
	<entry>
		<id>https://modded.wiki/index.php?title=PolyFactory:Grinder&amp;diff=11540</id>
		<title>PolyFactory:Grinder</title>
		<link rel="alternate" type="text/html" href="https://modded.wiki/index.php?title=PolyFactory:Grinder&amp;diff=11540"/>
		<updated>2025-03-19T23:44:42Z</updated>

		<summary type="html">&lt;p&gt;Daniel99j: Fixed a missing space&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox block&lt;br /&gt;
| title = Grinder&lt;br /&gt;
| image = PolyFactory Grinder.png&lt;br /&gt;
| invimage = PolyFactory:Grinder&lt;br /&gt;
| renewable = Yes&lt;br /&gt;
| stackable = Yes&lt;br /&gt;
| maxStack = 64&lt;br /&gt;
| tool = Any Pickaxe&lt;br /&gt;
| tntres = 3.3&lt;br /&gt;
| hardness = 3.3&lt;br /&gt;
| light = No&lt;br /&gt;
| transparent = Yes&lt;br /&gt;
| flammable = No&lt;br /&gt;
| lavasusceptible = No&lt;br /&gt;
}}Grinder is a rotational crafting block added by [[Mod:PolyFactory|PolyFactory]]. It is used to grind down items, creating new materials. it&#039;s placement is directional, but only indicates item input/output when used with [[PolyFactory:Item Conveyor|Item Conveyors]], [[PolyFactory:Funnel|Funnels]] and [[Minecraft:Hopper|Hoppers]] It is the first workstation you need to use to start working with the mod, allowing to get basic crafting resources. Later it can be used for more effective crafting of some resources and raw ore doubling. All the recipes are viewable in [[Mod:Polydex|Polydex]] recipe list.&lt;br /&gt;
&lt;br /&gt;
=== Obtaining ===&lt;br /&gt;
It can be crafted using [[Minecraft:Stone Slab|Stone Slab]], [[Minecraft:Smooth Stone Slab|Smooth Stone Slabs]] and [[Minecraft:Planks|any Planks]].&lt;br /&gt;
&lt;br /&gt;
{{Crafting Table|A1=|A2=Smooth Stone Slab|A3=Any Planks|B2=Smooth Stone Slab|B3=Any Planks|C2=Smooth Stone Slab|C3=Any Planks|Output=PolyFactory:Grinder|B1=Stone Slab}}&lt;br /&gt;
&lt;br /&gt;
=== Gallery ===&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;240&amp;quot;&amp;gt;&lt;br /&gt;
File:Polyfactory-grinder-in-world.png|Grinder connected to Hand Crank, which powers it&lt;br /&gt;
File:Polyfactory-grinder-interface.png|Grinder&#039;s UI&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Daniel99j</name></author>
	</entry>
</feed>