devoxx4kids / materials

Devoxx4Kids Workshop Materials
GNU Lesser General Public License v2.1
202 stars 161 forks source link

Problem with Minecraft ChatItems example #57

Closed nmcl closed 9 years ago

nmcl commented 9 years ago

Following https://github.com/devoxx4kids/materials/tree/master/workshops/minecraft and have confirmed installation procedures have been followed. Added ChatItems.java and MainMod.java, with registered ChatItems as required in the example Readme.

Confirmed that the mod is being started when kicking off Minecraft from Eclipse ...

[17:37:39] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Example Mod, FMLFileResourcePack:MyMods

Part 2 of the Gameplay instructions states: "Type in any message that contains the word “potato”" but perhaps it's not really "any"? For instance:

/clear and a few other commands gives ... [17:41:06] [Client thread/INFO]: [CHAT] You do not have permission to use this command

I couldn't find a command that actually produced a potato. For instance /me potato

nmcl commented 9 years ago

Starting with creative obviously removes the permission issue. Should definitely add that to the instructions.

arun-gupta commented 9 years ago

Any thing starting with / is a command. The gameplay requires to type a message instead which is potato as opposed /me potato.

nmcl commented 9 years ago

I know how to start a command ;) But /potato gives "Unknown command" too.

arun-gupta commented 9 years ago

That is expected because it needs to be a message, not a command. The game play says to type T to open up chat window and type the message which is different from command.

nmcl commented 9 years ago

Ah, my bad! Now if I had my 12 year old son with me he'd have found my mistake in seconds ;)