<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.mcstatecraft.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AsexualDinosaur</id>
	<title>StateCraft Wiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mcstatecraft.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AsexualDinosaur"/>
	<link rel="alternate" type="text/html" href="https://wiki.mcstatecraft.com/Special:Contributions/AsexualDinosaur"/>
	<updated>2026-04-11T11:11:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.mcstatecraft.com/index.php?title=MOW:Making_New_Items&amp;diff=680</id>
		<title>MOW:Making New Items</title>
		<link rel="alternate" type="text/html" href="https://wiki.mcstatecraft.com/index.php?title=MOW:Making_New_Items&amp;diff=680"/>
		<updated>2026-03-16T16:36:15Z</updated>

		<summary type="html">&lt;p&gt;AsexualDinosaur: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is an example of a &#039;crate packer&#039; recipe, it takes an input of raw iron, and outputs iron ingots have a wait period of 2 seconds (2x 20 tick delays). This example recipe also requires a permission to craft, and has multiple stages to it!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    # ID of the recipe          &lt;br /&gt;
    ingot_smasher:&lt;br /&gt;
      # The crafting table used for this recipe&lt;br /&gt;
      base: &amp;quot;nexo:crate_packer&amp;quot;&lt;br /&gt;
      # The required item(s) for this recipe&lt;br /&gt;
      tool:&lt;br /&gt;
        # &#039;mc:&#039; for mc items, &#039;nexo:&#039; for nexo items! &lt;br /&gt;
        # &amp;quot;mc:raw_iron&amp;quot;&lt;br /&gt;
        # &amp;quot;nexo:grape&amp;quot;&lt;br /&gt;
        - &amp;quot;mc:raw_iron&amp;quot;&lt;br /&gt;
      transformation:&lt;br /&gt;
        stages:&lt;br /&gt;
        # Your recipe can have multiple stages&lt;br /&gt;
          1:&lt;br /&gt;
            # Deletes the crafting table on use if true&lt;br /&gt;
            remove: false&lt;br /&gt;
            # Delay in ticks until the craft goes through&lt;br /&gt;
            delay: 20&lt;br /&gt;
            # Whether to batch items processed by reduce_item_inventory option (defaults true)&lt;br /&gt;
            batch_item_inventory: true&lt;br /&gt;
            # Number to reduce items in inventory by&lt;br /&gt;
            reduce_item_inventory: 0&lt;br /&gt;
            # Number to reduce items in hand by&lt;br /&gt;
            reduce_item_hand: 0&lt;br /&gt;
            # Permission required to craft the item&lt;br /&gt;
            permission: &amp;quot;recipes.blacksmith.iron&amp;quot;&lt;br /&gt;
            sounds:&lt;br /&gt;
              - sound: &#039;minecraft:entity.experience_orb.pickup&#039;&lt;br /&gt;
                volume: 1.0&lt;br /&gt;
                pitch: 1.5&lt;br /&gt;
                delay: 15&lt;br /&gt;
              - sound: &#039;minecraft:block.anvil.use&#039;&lt;br /&gt;
                volume: 1.0&lt;br /&gt;
                pitch: 1.69&lt;br /&gt;
                delay: 0&lt;br /&gt;
          2:&lt;br /&gt;
            delay: 20&lt;br /&gt;
            reduce_item_inventory: 1&lt;br /&gt;
            # Items to drop when the craft is finished&lt;br /&gt;
            # &amp;quot;item_id;amount;chance&amp;quot;&lt;br /&gt;
            # &amp;quot;mc:glass;1;100&amp;quot; is 100% chance to give 1 glass&lt;br /&gt;
            drops:&lt;br /&gt;
              - &amp;quot;mc:iron_ingot;1;100&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>AsexualDinosaur</name></author>
	</entry>
	<entry>
		<id>https://wiki.mcstatecraft.com/index.php?title=MOW:Making_New_Items&amp;diff=675</id>
		<title>MOW:Making New Items</title>
		<link rel="alternate" type="text/html" href="https://wiki.mcstatecraft.com/index.php?title=MOW:Making_New_Items&amp;diff=675"/>
		<updated>2026-03-10T11:27:05Z</updated>

		<summary type="html">&lt;p&gt;AsexualDinosaur: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is an example of a &#039;crate packer&#039; recipe, it takes an input of raw iron, and outputs iron ingots have a wait period of 2 seconds (2x 20 tick delays). This example recipe also requires a permission to craft, and has multiple stages to it!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    # ID of the recipe          &lt;br /&gt;
    ingot_smasher:&lt;br /&gt;
      # The crafting table used for this recipe&lt;br /&gt;
      base: &amp;quot;nexo:crate_packer&amp;quot;&lt;br /&gt;
      # The required item(s) for this recipe&lt;br /&gt;
      tool:&lt;br /&gt;
        # &#039;mc:&#039; for mc items, &#039;nexo:&#039; for nexo items! &lt;br /&gt;
        # &amp;quot;mc:raw_iron&amp;quot;&lt;br /&gt;
        # &amp;quot;nexo:grape&amp;quot;&lt;br /&gt;
        - &amp;quot;mc:raw_iron&amp;quot;&lt;br /&gt;
      transformation:&lt;br /&gt;
        stages:&lt;br /&gt;
        # Your recipe can have multiple stages&lt;br /&gt;
          1:&lt;br /&gt;
            # Deletes the crafting table on use if true&lt;br /&gt;
            remove: false&lt;br /&gt;
            # Delay in ticks until the craft goes through&lt;br /&gt;
            delay: 20&lt;br /&gt;
            # Number to reduce items in inventory by&lt;br /&gt;
            reduce_item_inventory: 0&lt;br /&gt;
            # Permission required to craft the item&lt;br /&gt;
            permission: &amp;quot;recipes.blacksmith.iron&amp;quot;&lt;br /&gt;
            sounds:&lt;br /&gt;
              - sound: &#039;minecraft:entity.experience_orb.pickup&#039;&lt;br /&gt;
                volume: 1.0&lt;br /&gt;
                pitch: 1.5&lt;br /&gt;
                delay: 15&lt;br /&gt;
              - sound: &#039;minecraft:block.anvil.use&#039;&lt;br /&gt;
                volume: 1.0&lt;br /&gt;
                pitch: 1.69&lt;br /&gt;
                delay: 0&lt;br /&gt;
          2:&lt;br /&gt;
            delay: 20&lt;br /&gt;
            reduce_item_inventory: 1&lt;br /&gt;
            # Items to drop when the craft is finished&lt;br /&gt;
            # &amp;quot;item_id;amount;chance&amp;quot;&lt;br /&gt;
            # &amp;quot;mc:glass;1;100&amp;quot; is 100% chance to give 1 glass&lt;br /&gt;
            drops:&lt;br /&gt;
              - &amp;quot;mc:iron_ingot;1;100&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>AsexualDinosaur</name></author>
	</entry>
	<entry>
		<id>https://wiki.mcstatecraft.com/index.php?title=MOW:Making_New_Items&amp;diff=674</id>
		<title>MOW:Making New Items</title>
		<link rel="alternate" type="text/html" href="https://wiki.mcstatecraft.com/index.php?title=MOW:Making_New_Items&amp;diff=674"/>
		<updated>2026-03-10T11:05:14Z</updated>

		<summary type="html">&lt;p&gt;AsexualDinosaur: Created page with &amp;quot;Below is an example of a &amp;#039;crate packer&amp;#039; recipe, it takes an input of raw iron, and outputs iron ingots have a wait period of 2 seconds (2x 20 tick delays). This example recipe also requires a permission to craft, and has multiple stages to it!  &amp;lt;pre&amp;gt;     # ID of the recipe               ingot_smasher:       # The crafting table used for this recipe       base: &amp;quot;nexo:crate_packer&amp;quot;       # The required item(s) for this recipe       tool:         # &amp;#039;mc:...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below is an example of a &#039;crate packer&#039; recipe, it takes an input of raw iron, and outputs iron ingots have a wait period of 2 seconds (2x 20 tick delays). This example recipe also requires a permission to craft, and has multiple stages to it!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    # ID of the recipe          &lt;br /&gt;
    ingot_smasher:&lt;br /&gt;
      # The crafting table used for this recipe&lt;br /&gt;
      base: &amp;quot;nexo:crate_packer&amp;quot;&lt;br /&gt;
      # The required item(s) for this recipe&lt;br /&gt;
      tool:&lt;br /&gt;
        # &#039;mc:&#039; for mc items, &#039;nexo:&#039; for nexo items! &lt;br /&gt;
        # &amp;quot;mc:raw_iron&amp;quot;&lt;br /&gt;
        # &amp;quot;nexo:grape&amp;quot;&lt;br /&gt;
        - &amp;quot;mc:raw_iron&amp;quot;&lt;br /&gt;
      transformation:&lt;br /&gt;
        stages:&lt;br /&gt;
        # Your recipe can have multiple stages&lt;br /&gt;
          1:&lt;br /&gt;
            # Deletes the crafting table on use if true&lt;br /&gt;
            remove: false&lt;br /&gt;
            # Delay in ticks until the craft goes through&lt;br /&gt;
            delay: 20&lt;br /&gt;
            # Number to reduce items in inventory by&lt;br /&gt;
            reduce_item_inventory: 0&lt;br /&gt;
            # Permission required to craft the item&lt;br /&gt;
            permission: &amp;quot;recipes.blacksmith.iron&amp;quot;&lt;br /&gt;
            #sounds:&lt;br /&gt;
            #  - &amp;quot;&amp;quot;&lt;br /&gt;
          2:&lt;br /&gt;
            delay: 20&lt;br /&gt;
            reduce_item_inventory: 1&lt;br /&gt;
            # Items to drop when the craft is finished&lt;br /&gt;
            # &amp;quot;item_id;amount;chance&amp;quot;&lt;br /&gt;
            # &amp;quot;mc:glass;1;100&amp;quot; is 100% chance to give 1 glass&lt;br /&gt;
            drops:&lt;br /&gt;
              - &amp;quot;mc:iron_ingot;1;100&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>AsexualDinosaur</name></author>
	</entry>
</feed>