<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://docs.exw.rainyville.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Unknown025</id>
	<title>EXW Docs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://docs.exw.rainyville.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Unknown025"/>
	<link rel="alternate" type="text/html" href="http://docs.exw.rainyville.org/Special:Contributions/Unknown025"/>
	<updated>2026-06-04T20:00:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>http://docs.exw.rainyville.org/index.php?title=AmmoType&amp;diff=14</id>
		<title>AmmoType</title>
		<link rel="alternate" type="text/html" href="http://docs.exw.rainyville.org/index.php?title=AmmoType&amp;diff=14"/>
		<updated>2026-06-04T08:20:03Z</updated>

		<summary type="html">&lt;p&gt;Unknown025: /* AmmoType (extends BaseType) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== AmmoType (extends [[BaseType]]) ==&lt;br /&gt;
For each type, the table lists each field, type, default value (if applicable), and definition.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; width: 100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Field !! Type !! Default !! Definition&lt;br /&gt;
|-&lt;br /&gt;
| numBullets || int || 1 || Number of bullets fired per shot.&lt;br /&gt;
|-&lt;br /&gt;
| ammoCapacity || int || 30 || Ammo capacity amount.&lt;br /&gt;
|-&lt;br /&gt;
| magazineCount || Integer || - || Magazine count.&lt;br /&gt;
|-&lt;br /&gt;
| reloadTime || float || - || Number of seconds it should take to reload.&lt;br /&gt;
|-&lt;br /&gt;
| recoilPitch || float || 0.0F || Base value for upwards cursor/view recoil.&lt;br /&gt;
|-&lt;br /&gt;
| recoilYaw || float || 0.0F || Base value for left/right cursor/view recoil.&lt;br /&gt;
|-&lt;br /&gt;
| bulletDamage || float || 1 || Damage inflicted per bullet, multiplied by the gun damage value.&lt;br /&gt;
|-&lt;br /&gt;
| bulletSpread || float || - || The amount that bullets spread out when fired.&lt;br /&gt;
|-&lt;br /&gt;
| emptyOnCraft || boolean || false || Will this ammo item be loaded or empty when crafted?&lt;br /&gt;
|-&lt;br /&gt;
| allowEmptyMagazines || boolean || true || Override ammo deletion, to allow for enabling or disabling of returned empty magazines.&lt;br /&gt;
|-&lt;br /&gt;
| refillCost || [[JsonItemStack]][] || &amp;lt;code&amp;gt;[{&amp;quot;id&amp;quot;: &amp;quot;gunpowder&amp;quot;, &amp;quot;count&amp;quot;: 2}]&amp;lt;/code&amp;gt; || Cost to refill this magazine, per each missing bullet. Set to null to disable magazine refilling.&lt;br /&gt;
|-&lt;br /&gt;
| subAmmo || String[] || - || The ammo type(s) that can be loaded into this item.&lt;br /&gt;
|-&lt;br /&gt;
| potionEffects || [[PotionEntry]][] || - || Array of potion effects applied to an entity upon bullet impact.&lt;br /&gt;
|-&lt;br /&gt;
| explosionSize || Integer || null || When set and greater than zero, this will cause an explosion on impact with a block.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Unknown025</name></author>
	</entry>
	<entry>
		<id>http://docs.exw.rainyville.org/index.php?title=EXWPack.info&amp;diff=13</id>
		<title>EXWPack.info</title>
		<link rel="alternate" type="text/html" href="http://docs.exw.rainyville.org/index.php?title=EXWPack.info&amp;diff=13"/>
		<updated>2026-06-04T08:07:00Z</updated>

		<summary type="html">&lt;p&gt;Unknown025: Created EXWPack.info page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== EXWPack.info ==&lt;br /&gt;
This file defines basic metadata for your content pack. &lt;br /&gt;
&lt;br /&gt;
As of v1.2.0, this file will be &#039;&#039;required&#039;&#039; for your content pack to be loaded.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; width: 100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Field !! Type !! Default !! Required || Definition&lt;br /&gt;
|-&lt;br /&gt;
| packId || String || - || YES || This pack&#039;s &#039;&#039;&#039;unique&#039;&#039;&#039; identifier. Please make sure this is a unique ID value. Must be all lowercase, with no spaces or special characters.&lt;br /&gt;
|-&lt;br /&gt;
| authorList || String[] || [] || || List of authors for this pack.&lt;br /&gt;
|-&lt;br /&gt;
| url || String || &amp;quot;&amp;quot; || || URL for this pack&#039;s website.&lt;br /&gt;
|-&lt;br /&gt;
| version || String || &amp;quot;1.0.0&amp;quot; || YES || This pack&#039;s version.&lt;br /&gt;
|-&lt;br /&gt;
| logo || String || &amp;quot;&amp;quot; || || This pack&#039;s logo file.&lt;br /&gt;
|-&lt;br /&gt;
| name || String || &amp;quot;&amp;quot; || || Name of this pack.&lt;br /&gt;
|-&lt;br /&gt;
| credits || String || &amp;quot;&amp;quot; || || Credits/description for this pack.&lt;br /&gt;
|-&lt;br /&gt;
| targetAPI || String || - || YES || The target API this content pack is compatible with. Please see the [https://exw.rainyville.org/dev/api-targets API targets page] for more details.&lt;br /&gt;
|-&lt;br /&gt;
| creativeTabIcon || String || - || || The item ID to set as the creative tab icon.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Unknown025</name></author>
	</entry>
	<entry>
		<id>http://docs.exw.rainyville.org/index.php?title=BaseType&amp;diff=12</id>
		<title>BaseType</title>
		<link rel="alternate" type="text/html" href="http://docs.exw.rainyville.org/index.php?title=BaseType&amp;diff=12"/>
		<updated>2026-06-04T07:49:50Z</updated>

		<summary type="html">&lt;p&gt;Unknown025: /* BaseType */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== BaseType ==&lt;br /&gt;
For each type, the table lists each field, type, default value (if applicable), and definition.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; width: 100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Field !! Type !! Default !! Definition&lt;br /&gt;
|-&lt;br /&gt;
| modelName || String || - || Name of the model for this item.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;s&amp;gt;modelLocation&amp;lt;/s&amp;gt; || String || - || Location of the Wavefront OBJ file, stemming from &amp;quot;assets/exw/wavefront/&amp;lt;object type&amp;gt;/&amp;quot;&lt;br /&gt;
Deprecated: Use modelName to specify the name of your model file.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;s&amp;gt;loadWavefront&amp;lt;/s&amp;gt; || Boolean || false || Whether this type should try to load a Wavefront OBJ model from modelLocation.&lt;br /&gt;
Deprecated: Use ModelType to determine which type of model this item has.&lt;br /&gt;
|-&lt;br /&gt;
| modelType || [[ModelType]] || ModelType.TOOLBOX || Determines which type of model will be loaded.&lt;br /&gt;
|-&lt;br /&gt;
| maxStackSize || Integer || - || The maximum stack size for this item. (If not specified, a default value will be used depending on the type.)&lt;br /&gt;
|-&lt;br /&gt;
| modelSkins || [[SkinType]][] || - || The skins available for this item.&lt;br /&gt;
|-&lt;br /&gt;
| internalName || String || - || The unlocalized name for this item.&lt;br /&gt;
|-&lt;br /&gt;
| displayName || String || - || The display name for this item.&lt;br /&gt;
|-&lt;br /&gt;
| iconName || String || - || The name of the icon for this item.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Unknown025</name></author>
	</entry>
	<entry>
		<id>http://docs.exw.rainyville.org/index.php?title=SkinType&amp;diff=11</id>
		<title>SkinType</title>
		<link rel="alternate" type="text/html" href="http://docs.exw.rainyville.org/index.php?title=SkinType&amp;diff=11"/>
		<updated>2026-06-04T07:48:57Z</updated>

		<summary type="html">&lt;p&gt;Unknown025: Created SkinType page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== BaseType ==&lt;br /&gt;
For each type, the table lists each field, type, default value (if applicable), and definition.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; width: 100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Field !! Type !! Default !! Definition&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;s&amp;gt;internalName&amp;lt;/s&amp;gt; || String || - || (Deprecated) Unlocalized name for this item.&lt;br /&gt;
|-&lt;br /&gt;
| displayName || String || - || The display name for this item.&lt;br /&gt;
|-&lt;br /&gt;
| skinAsset || String || - || Location of the skin asset.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;s&amp;gt;requiredItems&amp;lt;/s&amp;gt; || String[] || - || (Deprecated) Not implemented.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Unknown025</name></author>
	</entry>
	<entry>
		<id>http://docs.exw.rainyville.org/index.php?title=ModelType&amp;diff=10</id>
		<title>ModelType</title>
		<link rel="alternate" type="text/html" href="http://docs.exw.rainyville.org/index.php?title=ModelType&amp;diff=10"/>
		<updated>2026-06-04T07:45:43Z</updated>

		<summary type="html">&lt;p&gt;Unknown025: Created ModelType page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ModelType ==&lt;br /&gt;
The following are available values that apply to any field requiring the parameter &amp;lt;code&amp;gt;ModelType&amp;lt;/code&amp;gt;.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; width: 100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Directory !! File Extension&lt;br /&gt;
|-&lt;br /&gt;
| TOOLBOX || - || -&lt;br /&gt;
|-&lt;br /&gt;
| WAVEFRONT || wavefront || obj&lt;br /&gt;
|-&lt;br /&gt;
| METASEQUOIA || metaseq || mqo&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Where your models should go ==&lt;br /&gt;
&lt;br /&gt;
=== Toolbox ===&lt;br /&gt;
Toolbox models go into the Java package &amp;lt;code&amp;gt;org.rainyville.modulus.client.model&amp;lt;/code&amp;gt;. It is best practice to create your own package inside, such as &amp;lt;code&amp;gt;org.rainyville.modulus.client.model.w44&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Wavefront ===&lt;br /&gt;
OBJ models go into your content pack&#039;s assets folder. For example, if your content pack is named &amp;quot;Modern Warfare&amp;quot; and you&#039;re adding a vehicle model, it would go into &amp;lt;code&amp;gt;Modern Warfare/assets/exw/wavefront/vehicles&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Metasequoia ===&lt;br /&gt;
Metaequoia models follow the same format as OBJ models, except instead of &amp;quot;wavefront&amp;quot;, models go into a &amp;quot;metaseq&amp;quot; folder, such as &amp;lt;code&amp;gt;Modern Warfare/assets/exw/metaseq/vehicles&amp;lt;/code&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Unknown025</name></author>
	</entry>
	<entry>
		<id>http://docs.exw.rainyville.org/index.php?title=BaseType&amp;diff=9</id>
		<title>BaseType</title>
		<link rel="alternate" type="text/html" href="http://docs.exw.rainyville.org/index.php?title=BaseType&amp;diff=9"/>
		<updated>2026-06-04T07:38:13Z</updated>

		<summary type="html">&lt;p&gt;Unknown025: Created BaseType page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== BaseType ==&lt;br /&gt;
For each type, the table lists each field, type, default value (if applicable), and definition.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; width: 100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Field !! Type !! Default !! Definition&lt;br /&gt;
|-&lt;br /&gt;
| modelName || String || - || Name of the model for this item.&lt;br /&gt;
|-&lt;br /&gt;
| modelLocation || String || - || Location of the Wavefront OBJ file, stemming from &amp;quot;assets/exw/wavefront/&amp;lt;object type&amp;gt;/&amp;quot;&lt;br /&gt;
Deprecated: Use modelName to specify the name of your model file.&lt;br /&gt;
|-&lt;br /&gt;
| loadWavefront || Boolean || false || Whether this type should try to load a Wavefront OBJ model from modelLocation.&lt;br /&gt;
Deprecated: Use ModelType to determine which type of model this item has.&lt;br /&gt;
|-&lt;br /&gt;
| modelType || [[ModelType]] || ModelType.TOOLBOX || Determines which type of model will be loaded.&lt;br /&gt;
|-&lt;br /&gt;
| maxStackSize || Integer || - || The maximum stack size for this item. (If not specified, a default value will be used depending on the type.)&lt;br /&gt;
|-&lt;br /&gt;
| modelSkins || [[SkinType]][] || - || The skins available for this item.&lt;br /&gt;
|-&lt;br /&gt;
| internalName || String || - || The unlocalized name for this item.&lt;br /&gt;
|-&lt;br /&gt;
| displayName || String || - || The display name for this item.&lt;br /&gt;
|-&lt;br /&gt;
| iconName || String || - || The name of the icon for this item.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Unknown025</name></author>
	</entry>
	<entry>
		<id>http://docs.exw.rainyville.org/index.php?title=AmmoType&amp;diff=8</id>
		<title>AmmoType</title>
		<link rel="alternate" type="text/html" href="http://docs.exw.rainyville.org/index.php?title=AmmoType&amp;diff=8"/>
		<updated>2026-06-04T04:42:32Z</updated>

		<summary type="html">&lt;p&gt;Unknown025: /* AmmoType (extends BaseType) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== AmmoType (extends [[BaseType]]) ==&lt;br /&gt;
For each type, the table lists each field, type, default value (if applicable), and definition.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; width: 100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Field !! Type !! Default !! Definition&lt;br /&gt;
|-&lt;br /&gt;
| numBullets || int || 1 || Number of bullets fired per shot.&lt;br /&gt;
|-&lt;br /&gt;
| ammoCapacity || int || 30 || Ammo capacity amount.&lt;br /&gt;
|-&lt;br /&gt;
| magazineCount || Integer || - || Magazine count.&lt;br /&gt;
|-&lt;br /&gt;
| reloadTime || float || - || Number of seconds it should take to reload.&lt;br /&gt;
|-&lt;br /&gt;
| recoilPitch || float || 0.0F || Base value for upwards cursor/view recoil.&lt;br /&gt;
|-&lt;br /&gt;
| recoilYaw || float || 0.0F || Base value for left/right cursor/view recoil.&lt;br /&gt;
|-&lt;br /&gt;
| bulletDamage || float || 1 || Damage inflicted per bullet, multiplied by the gun damage value.&lt;br /&gt;
|-&lt;br /&gt;
| bulletSpread || float || - || The amount that bullets spread out when fired.&lt;br /&gt;
|-&lt;br /&gt;
| emptyOnCraft || boolean || false || Will this ammo item be loaded or empty when crafted?&lt;br /&gt;
|-&lt;br /&gt;
| allowEmptyMagazines || boolean || true || Override ammo deletion, to allow for enabling or disabling of returned empty magazines.&lt;br /&gt;
|-&lt;br /&gt;
| refillCost || JsonItemStack[] || [{&amp;quot;id&amp;quot;: &amp;quot;gunpowder&amp;quot;, &amp;quot;count&amp;quot;: 2}] || Cost to refill this magazine, per each missing bullet. Set to null to disable magazine refilling.&lt;br /&gt;
|-&lt;br /&gt;
| subAmmo || String[] || - || The ammo type(s) that can be loaded into this item.&lt;br /&gt;
|-&lt;br /&gt;
| potionEffects || PotionEntry[] || - || Array of potion effects applied to an entity upon bullet impact.&lt;br /&gt;
|-&lt;br /&gt;
| explosionSize || Integer || null || When set and greater than zero, this will cause an explosion on impact with a block.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Unknown025</name></author>
	</entry>
	<entry>
		<id>http://docs.exw.rainyville.org/index.php?title=AmmoType&amp;diff=7</id>
		<title>AmmoType</title>
		<link rel="alternate" type="text/html" href="http://docs.exw.rainyville.org/index.php?title=AmmoType&amp;diff=7"/>
		<updated>2026-06-04T04:34:36Z</updated>

		<summary type="html">&lt;p&gt;Unknown025: Created page with &amp;quot;== AmmoType (extends BaseType) == For each type, the table lists each field, type, default value (if applicable), and definition. {| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; width: 100%&amp;quot; |- ! Field !! Type !! Default !! Definition |- | numBullets || int || 1 || Number of bullets fired per shot. |}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== AmmoType (extends [[BaseType]]) ==&lt;br /&gt;
For each type, the table lists each field, type, default value (if applicable), and definition.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; width: 100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Field !! Type !! Default !! Definition&lt;br /&gt;
|-&lt;br /&gt;
| numBullets || int || 1 || Number of bullets fired per shot.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Unknown025</name></author>
	</entry>
	<entry>
		<id>http://docs.exw.rainyville.org/index.php?title=Main_Page&amp;diff=6</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://docs.exw.rainyville.org/index.php?title=Main_Page&amp;diff=6"/>
		<updated>2026-06-04T04:28:36Z</updated>

		<summary type="html">&lt;p&gt;Unknown025: Updated page to be more uniform.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Box|&lt;br /&gt;
BORDER = #9999FF|&lt;br /&gt;
BACKGROUND = #99CCFF|&lt;br /&gt;
WIDTH = 100%|&lt;br /&gt;
ICON = |&lt;br /&gt;
HEADING = Expansive Weaponry Documentation |&lt;br /&gt;
CONTENT =  &lt;br /&gt;
Welcome to the new home of the Expansive Weaponry docs!&lt;br /&gt;
&lt;br /&gt;
=== Downloads ===&lt;br /&gt;
* [https://exw.rainyville.org/downloads Official website]&lt;br /&gt;
* [https://www.curseforge.com/minecraft/mc-mods/expansive-weaponry/ CurseForge]&lt;br /&gt;
&amp;lt;small&amp;gt;Please report any other downloads to the mod creators.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Creating a content pack ===&lt;br /&gt;
* [[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
=== Reference ===&lt;br /&gt;
The following is a list of all fields, default values, and descriptions for all applicable configurable content.&lt;br /&gt;
&lt;br /&gt;
* [[AmmoType]]&lt;br /&gt;
* [[ArmorInfo]]&lt;br /&gt;
* [[ArmorType]]&lt;br /&gt;
* [[AttachmentEnum]]&lt;br /&gt;
* [[BackpackInfo]]&lt;br /&gt;
* [[BaseType]]&lt;br /&gt;
* [[CraftOption]]&lt;br /&gt;
* [[CraftingType]]&lt;br /&gt;
* [[GunType]]&lt;br /&gt;
* [[JsonItemStack]]&lt;br /&gt;
* [[MArmorType]]&lt;br /&gt;
* [[PotionEffectEnum]]&lt;br /&gt;
* [[PotionEntry]]&lt;br /&gt;
* [[RecordType]]&lt;br /&gt;
* [[SeatInfo]]&lt;br /&gt;
* [[SkinType]]&lt;br /&gt;
* [[SoundEntry]]&lt;br /&gt;
* [[SoundType]]&lt;br /&gt;
* [[TankType]]&lt;br /&gt;
* [[VehicleType]]&lt;br /&gt;
* [[WeaponFireMode]]&lt;br /&gt;
* [[WeaponScopeType]]&lt;br /&gt;
* [[WeaponType]]&lt;br /&gt;
* [[EXWPack.info]]&lt;br /&gt;
&lt;br /&gt;
==== Model Reference ====&lt;br /&gt;
* [[ModelConfig]]&lt;br /&gt;
* [[ModelTransform]]&lt;br /&gt;
* [[TransformType]]&lt;br /&gt;
* [[Vector3f]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Unknown025</name></author>
	</entry>
	<entry>
		<id>http://docs.exw.rainyville.org/index.php?title=Template:Box&amp;diff=5</id>
		<title>Template:Box</title>
		<link rel="alternate" type="text/html" href="http://docs.exw.rainyville.org/index.php?title=Template:Box&amp;diff=5"/>
		<updated>2026-06-04T04:24:52Z</updated>

		<summary type="html">&lt;p&gt;Unknown025: Created page with &amp;quot;{| width={{{WIDTH}}} style=&amp;quot;border: 0; background-color: #ffffff&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;3&amp;quot; | style=&amp;quot;width: {{{WIDTH}}}; vertical-align: top; border:1px solid {{{BORDER}}}; background-color: #ffffff&amp;quot; | &amp;lt;div style=&amp;quot;background-color:{{{BACKGROUND}}}; font-size:1px; height:8px; border-bottom:1px solid {{{BORDER}}};&amp;quot;&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div style=&amp;quot;float:right; margin:7px; margin-top:5px&amp;quot;&amp;gt;{{{ICON}}}&amp;lt;/div&amp;gt; &amp;lt;div style=&amp;quot;padding:0.5em 0.3em 0.3em 0.3em; margin:0; text-indent:0.1em; fon...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width={{{WIDTH}}} style=&amp;quot;border: 0; background-color: #ffffff&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;3&amp;quot;&lt;br /&gt;
| style=&amp;quot;width: {{{WIDTH}}}; vertical-align: top; border:1px solid {{{BORDER}}}; background-color: #ffffff&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:{{{BACKGROUND}}}; font-size:1px; height:8px; border-bottom:1px solid {{{BORDER}}};&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin:7px; margin-top:5px&amp;quot;&amp;gt;{{{ICON}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding:0.5em 0.3em 0.3em 0.3em; margin:0; text-indent:0.1em; font-weight: bold; border-bottom:1px solid #aaaaaa;&amp;quot;&amp;gt;{{{HEADING}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:100%; padding:3px&amp;quot;&amp;gt;&lt;br /&gt;
{|valign=top cellpadding=0 cellspacing=3 width=100%&lt;br /&gt;
|align=left valign=top width=100%|&lt;br /&gt;
{{{CONTENT}}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Unknown025</name></author>
	</entry>
	<entry>
		<id>http://docs.exw.rainyville.org/index.php?title=Main_Page&amp;diff=4</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://docs.exw.rainyville.org/index.php?title=Main_Page&amp;diff=4"/>
		<updated>2026-06-04T04:24:19Z</updated>

		<summary type="html">&lt;p&gt;Unknown025: Added index summary of all documentation pages.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Expansive Weaponry Documentation&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Welcome to the new home of the Expansive Weaponry docs!&lt;br /&gt;
&lt;br /&gt;
== Downloads ==&lt;br /&gt;
* [https://exw.rainyville.org/downloads Official website]&lt;br /&gt;
* [https://www.curseforge.com/minecraft/mc-mods/expansive-weaponry/ CurseForge]&lt;br /&gt;
&amp;lt;small&amp;gt;Please report any other downloads to the mod creators.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creating a content pack ==&lt;br /&gt;
* [[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
{{Box|&lt;br /&gt;
BORDER = #9999FF|&lt;br /&gt;
BACKGROUND = #99CCFF|&lt;br /&gt;
WIDTH = 100%|&lt;br /&gt;
ICON = |&lt;br /&gt;
HEADING = Expansive Weaponry Reference |&lt;br /&gt;
CONTENT =  &lt;br /&gt;
&lt;br /&gt;
The following is a list of all fields, default values, and descriptions for all applicable configurable content.&lt;br /&gt;
&lt;br /&gt;
* [[AmmoType]]&lt;br /&gt;
* [[ArmorInfo]]&lt;br /&gt;
* [[ArmorType]]&lt;br /&gt;
* [[AttachmentEnum]]&lt;br /&gt;
* [[BackpackInfo]]&lt;br /&gt;
* [[BaseType]]&lt;br /&gt;
* [[CraftOption]]&lt;br /&gt;
* [[CraftingType]]&lt;br /&gt;
* [[GunType]]&lt;br /&gt;
* [[JsonItemStack]]&lt;br /&gt;
* [[MArmorType]]&lt;br /&gt;
* [[PotionEffectEnum]]&lt;br /&gt;
* [[PotionEntry]]&lt;br /&gt;
* [[RecordType]]&lt;br /&gt;
* [[SeatInfo]]&lt;br /&gt;
* [[SkinType]]&lt;br /&gt;
* [[SoundEntry]]&lt;br /&gt;
* [[SoundType]]&lt;br /&gt;
* [[TankType]]&lt;br /&gt;
* [[VehicleType]]&lt;br /&gt;
* [[WeaponFireMode]]&lt;br /&gt;
* [[WeaponScopeType]]&lt;br /&gt;
* [[WeaponType]]&lt;br /&gt;
* [[EXWPack.info]]&lt;br /&gt;
&lt;br /&gt;
==== Model Reference ====&lt;br /&gt;
* [[ModelConfig]]&lt;br /&gt;
* [[ModelTransform]]&lt;br /&gt;
* [[TransformType]]&lt;br /&gt;
* [[Vector3f]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Unknown025</name></author>
	</entry>
	<entry>
		<id>http://docs.exw.rainyville.org/index.php?title=Main_Page&amp;diff=3</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://docs.exw.rainyville.org/index.php?title=Main_Page&amp;diff=3"/>
		<updated>2026-06-04T03:27:42Z</updated>

		<summary type="html">&lt;p&gt;Unknown025: Added future link for getting started.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Expansive Weaponry Documentation&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Welcome to the new home of the Expansive Weaponry docs!&lt;br /&gt;
&lt;br /&gt;
== Downloads ==&lt;br /&gt;
* [https://exw.rainyville.org/downloads Official website]&lt;br /&gt;
* [https://www.curseforge.com/minecraft/mc-mods/expansive-weaponry/ CurseForge]&lt;br /&gt;
&amp;lt;small&amp;gt;Please report any other downloads to the mod creators.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creating a content pack ==&lt;br /&gt;
* [[Getting Started]]&lt;/div&gt;</summary>
		<author><name>Unknown025</name></author>
	</entry>
	<entry>
		<id>http://docs.exw.rainyville.org/index.php?title=Main_Page&amp;diff=2</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://docs.exw.rainyville.org/index.php?title=Main_Page&amp;diff=2"/>
		<updated>2026-06-04T03:22:38Z</updated>

		<summary type="html">&lt;p&gt;Unknown025: Updated main index page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Expansive Weaponry Documentation&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Welcome to the new home of the Expansive Weaponry docs!&lt;br /&gt;
&lt;br /&gt;
== Downloads ==&lt;br /&gt;
* [https://exw.rainyville.org/downloads Official website]&lt;br /&gt;
* [https://www.curseforge.com/minecraft/mc-mods/expansive-weaponry/ CurseForge]&lt;br /&gt;
&amp;lt;small&amp;gt;Please report any other downloads to the mod creators.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creating a content pack ==&lt;br /&gt;
No documentation available yet.&lt;/div&gt;</summary>
		<author><name>Unknown025</name></author>
	</entry>
</feed>