Ah, I see. Maybe I'll put them in. As for the seal being fanon... yes. Yes it is. Do I mind? No. A bit of fanon should be just fine.
Announcement
Collapse
No announcement yet.
Should we make a Touhou mod for Minecraft?
Collapse
X
-
One question. Who's going to code it?My software doesn't have bugs. It just develops random features.
Do you have a hour emergency call systems broadcasting radio station WNYW or Internet Explorer?
Well? Which one?
Cyros admits the truth: http://i.snag.gy/GTy14.jpg
Comment
-
Ill just blame anonymity of internet, how was i supposed to know :3
I r save from Judgement!
*inb4 raptorrotas cannon fodder mob*Last edited by Raptorrotas; 01-18-2013, 11:09 AM.Buy overpriced unecessary Junk or GTFO :3
Comment
-
However, if someone is bored enough (I can't, not on level) to learn all of Bukkit's API and learn NMS (net.minecraft.server, the bad stuff that Bukkit tells you to never use), you could possibly create a plugin that replicates this. It won't feature anything custom e.g custom mobs, custom skins, custom customs.
Spoiler: Reason not to learn NMS
/**
* Creates a WorldMap using w and i.
* @param w - Casted CraftWorld World.
* @param i - The ID
* @return A constructed and working WorldMap
*/
public static WorldMap instanceWorldMap(CraftWorld w, int i){
//This was a pain to get to work.
return (WorldMap)(w.getHandle().a(WorldMap.class, "map_" + i));
}
Ambiguous function names (like the function a() in this example), getHandle() returns the NMS end of the object, which has unknown function names that make 0% and don't hint anything at all.
This was taken directly from ImgMap. And this is probably the easiest.
Last edited by Tenko; 01-20-2013, 02:33 AM.My software doesn't have bugs. It just develops random features.
Do you have a hour emergency call systems broadcasting radio station WNYW or Internet Explorer?
Well? Which one?
Cyros admits the truth: http://i.snag.gy/GTy14.jpg
Comment
-
Originally posted by Lord_Jacobus1 View PostBut, Tenko, I want custom things. Can't you take the time to learn Forge or Modloader or something?
I won't learn Forge or ModLoader because I dislike relying on libraries.My software doesn't have bugs. It just develops random features.
Do you have a hour emergency call systems broadcasting radio station WNYW or Internet Explorer?
Well? Which one?
Cyros admits the truth: http://i.snag.gy/GTy14.jpg
Comment
Comment