-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
60 lines (43 loc) · 3.72 KB
/
atom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title><![CDATA[Minecraft Mods and Patches]]></title>
<link href="http://minecraft.iqandreas.com/atom.xml" rel="self"/>
<link href="http://minecraft.iqandreas.com/"/>
<updated>2013-10-20T07:21:55+02:00</updated>
<id>http://minecraft.iqandreas.com/</id>
<author>
<name><![CDATA[Andreas Renberg (IQAndreas)]]></name>
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[Suggestion: Logical operators in command blocks]]></title>
<link href="http://minecraft.iqandreas.com/blog/suggestions/logical-operators-in-command-blocks/"/>
<updated>2013-09-26T10:07:00+02:00</updated>
<id>http://minecraft.iqandreas.com/blog/suggestions/logical-operators-in-command-blocks</id>
<content type="html"><![CDATA[<p><em>Why use three command blocks, when one would suffice?</em></p>
<p>For a developer, the standard <code>&&</code> and <code>||</code> operators would be pure gold. This would also require commands to have return values or exit codes, which is simple enough to implement as well.</p>
<p>This would allow multiple commands to be run from the same command block, which for example would allow you to use a testfor and the target command in a more compact way.</p>
<p>In the same category is the “end of line” character (represented by <code>;</code> in every object oriented language that I can think of) which would allow the additional commands to be executed regardless of whether or not the previous command was successful.</p>
<p>This time, rather than create a mod for the features I want, I added the suggestions to Reddit (so if you use Reddit, show them some love):</p>
<ul>
<li><strong><a href="http://www.reddit.com/r/minecraftsuggestions/comments/1lyqeo/logical_operators_in_commands_and_command_blocks/">Logical operators in commands (and command blocks)</a></strong></li>
<li><strong><a href="http://www.reddit.com/r/minecraftsuggestions/comments/1n5xdb/chain_multiple_commands_in_the_same_command_block/">Chain multiple commands in the same command block</a></strong></li>
</ul>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[New Website and YouTube page]]></title>
<link href="http://minecraft.iqandreas.com/blog/new-website-and-youtube-page/"/>
<updated>2013-09-19T05:33:00+02:00</updated>
<id>http://minecraft.iqandreas.com/blog/new-website-and-youtube-page</id>
<content type="html"><![CDATA[<p>Most people who are here for the Minecraft mods are not interested in programming (but if you are, kudos to you, and if you <a href="https://twitter.com/IQAndreas">follow me on Twitter</a> I may have something in store for you in the near future). So, I have separated this part of the site off from <a href="http://blog.iqandreas.com/">my regular programming blog</a>, and have done the same for my YouTube account.</p>
<p>So, if you are interested in following the progress on any of my mods, or want to be notified when new mods or patches are out, you can follow us on any of the following media:</p>
<ul>
<li><a href="https://www.facebook.com/pages/IQAndreas-MineCraft-Mods-and-Patches/277929005624242">Facebook</a></li>
<li><a href="http://www.youtube.com/user/IQAndreasMinecraft">YouTube</a></li>
</ul>
<p>I also still have <a href="https://twitter.com/IQAndreas">my old faithful Twitter account</a> which is geared more towards other developers, but if there is enough interest, let me know and I will create a separate Twitter account just for my Minecraft mods.</p>
<p>Now, let’s get <a href="http://blog.iqandreas.com/minecraft/">some of my old mods</a> updated to 1.6.2 and beyond.</p>
]]></content>
</entry>
</feed>