Jump to content
  • Home
  • Files
  • Docs
  • Merch
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Forge Mods
  • Mods
  • [WIP] MapTools mod - NBT ingame editing, filters, scripted events etc.
Sign in to follow this  
Followers 1
Jantomedes

[WIP] MapTools mod - NBT ingame editing, filters, scripted events etc.

By Jantomedes, April 1, 2013 in Mods

  • Reply to this topic
  • Start new topic

Recommended Posts

Jantomedes    3

Jantomedes

Jantomedes    3

  • Tree Puncher
  • Jantomedes
  • Members
  • 3
  • 32 posts
Posted April 1, 2013

Hey there!

Have you ever been doing an advanced escape or adventure map? Weren't you tired with the need of using external tools to set all the NBT tags right or with finding a proper tutorial? Well, this is going to end because now you will be able to use all the special features and even new ones!

 

Idea: What is hard, my mod will make easy. What is impossible, my mod will make possible.

 

Ladies and gentlemen, I introduce you the new MapTools mod!

 

Major enabled features:

  • In-game NBT tags text editor with made presets, help pages, copy-paste functions etc.
  • In-game NBT tags GUI editor to make NBT editing even easier - this will be using the grab and drop functions and will show you all important fields and description of every tag
  • Built-in help for all the mod functions and all the game map functions with examples and tutorials
  • A very simple environment to run/write/edit built-in, community's and your own craftscripts (something like MCedit filters)
  • Maybe even possibility to run MCedit filters
  • A very easy way to generate vanilla structures
  • Maybe some built-in tools to edit terrain like WorldEdit or VoxelSniper
  • Much more!

 

Major brand new features:

  • Lot of more NBT tags (e.g. for TNT to make more predictable explosions, to make blocks or items to be coloured a bit), to make glass able to be destroyed by arrow, to make mobs explode with bacon(lol?), to change the size of mobs, block drops etc.
  • Blocks for scripting block changes! Something like command blocks but you will be able to set somewhere a wall (or castle :D), somewhere destroy a house, somewhere activate a piston or even animate blocks!
  • Player NPCs with even scripted events, different models, talking system and much more
  • Special block functions like break a whole chunk of glass by destroying just one block, or making a chain-reaction (e.g. collapsing rock ceiling in a mineshaft)
  • And of course much more!

 

So do you like the idea?

 

Questions you will be probably asking:

Will the player be forced to download the mod to play my map?

It all depends on you! If you won't use any extra tools (<<brand new features>> like scripted player NPCs) the player won't have to. You can even make a map which player can play without mod but if he have the mod, he will be able to play more threads/places. The game will visibly say you that since now, the map needs mod to work. There will be probably a function to even not display extra functions.

 

When will be the mod out? Can I support you somehow?

The mod is in early stage of development. There isn't any beta version available and screenshots (for now). If you want to support me, you can write what you think about my mod down below or if you are an artist, you can make me a logo (I don't have one... :C) or a signature (something with command block and the idea? ;-)). I will need artist later to make the game graphics. If you feel really generously and you would like to donate me, contact me on PM. If you are a modder and want to code, I apologise, but for now I don't take people to team (but stay tuned ;-)).

 

Will there be a version for each new snapshot?

I'm afraid no but you know... Everything can happen ;-)

 

I have a genius idea!

So write it below! ;-)

 

What is the estimated date of releasing complete/beta mod?

There isn't a release date. I just started to work. You can speed me up by supporting by flattering me or (look 2 questions earlier).

 

And these you are probably to lazy to ask:

 

 

Are you lazy?

Yes, I am very much.

 

Do you like bacon?

Like every real Minecrafter in Minecraftia!

 

Do you like philosopher Francis Bacon?

Of course! But... who he is?

 

You are from...?

Poland, but I speak English and French too.

 

Want a hug?

Yep, of course!

 

 

 

So that's all. Hope you enjoy it!

 

Regards. Jantomedes

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 1
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • TomPlayzs
      [ solved ] - HUD images (exp bar, health, hunger, etc.) glitching out.

      By TomPlayzs · Posted 25 minutes ago

      I have this problem too! How do i fix it?
    • Oliviafrostpaw
      [1.14.4] Injecting into Existing Loot Tables, Blocks

      By Oliviafrostpaw · Posted 36 minutes ago

      Making it easier for showing the code, please see GitHub repository that I ideally should have set up to begin with so that I would have known when exactly all of this broke Github Link
    • DragonITA
      [1.14.4] How to get Minecraft Horse model/texture to make a custom unicorn?

      By DragonITA · Posted 1 hour ago

      i think whoever's bugging me in the HorseEntity Class is, here: private static final String[] HORSE_TEXTURES = new String[]{"textures/entity/horse/horse_white.png", "textures/entity/horse/horse_creamy.png", "textures/entity/horse/horse_chestnut.png", "textures/entity/horse/horse_brown.png", "textures/entity/horse/horse_black.png", "textures/entity/horse/horse_gray.png", "textures/entity/horse/horse_darkbrown.png"};  
    • DragonITA
      [1.14.4] How to get Minecraft Horse model/texture to make a custom unicorn?

      By DragonITA · Posted 1 hour ago

      package net.batonfack.fantasymod.client.models; import net.minecraft.client.renderer.entity.model.EntityModel; import net.minecraft.client.renderer.entity.model.RendererModel; import net.minecraft.client.renderer.model.ModelBox; import net.minecraft.entity.LivingEntity; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; @OnlyIn(Dist.CLIENT) public class ModelUnicornWitoutAbstracHorse<T extends LivingEntity> extends EntityModel<T> { protected final RendererModel field_217127_a; protected final RendererModel field_217128_b; private final RendererModel CornGroup; private final RendererModel Corn1; private final RendererModel Corn2; private final RendererModel Corn3; public ModelUnicornWitoutAbstracHorse(float p_i51065_1_) { this.field_217127_a = null; this.field_217128_b = null; this.textureWidth = 128; this.textureHeight = 64; CornGroup = new RendererModel(this); CornGroup.setRotationPoint(0.0F, 0.0F, 0.0F); Corn1 = new RendererModel(this, 64, 0); Corn1.setRotationPoint(1.5F, -5.0F, -15.0F); this.Corn1.setRotationPoint(0.5409F, 0.0F, 0.0F); CornGroup.addChild(Corn1); Corn1.cubeList.add(new ModelBox(Corn1, 52, 57, -3.0F, -3.0F, -4.0F, 3, 4, 3, 0.0F, true)); Corn2 = new RendererModel(this, 64, 28); Corn2.setRotationPoint(1.5F, -5.0F, -15.0F); this.Corn2.setRotationPoint(0.5409F, 0.0F, 0.0F); CornGroup.addChild(Corn2); Corn2.cubeList.add(new ModelBox(Corn2, 0, 0, -2.4F, -5.3F, -3.6F, 2, 3, 2, 0.0F, true)); Corn3 = new RendererModel(this, 96, 32); Corn3.setRotationPoint(1.5F, -5.0F, -15.0F); this.Corn3.setRotationPoint(0.5409F, 0.0F, 0.0F); CornGroup.addChild(Corn3); Corn3.cubeList.add(new ModelBox(Corn3, 0, 0, -1.8F, -8.1F, -3.2F, 1, 3, 1, 0.0F, true)); } protected void func_199047_a(RendererModel p_199047_1_) { RendererModel renderermodel = new RendererModel(this, 19, 16); renderermodel.addBox(0.55F, -13.0F, 4.0F, 2, 3, 1, -0.001F); RendererModel renderermodel1 = new RendererModel(this, 19, 16); renderermodel1.addBox(-2.55F, -13.0F, 4.0F, 2, 3, 1, -0.001F); p_199047_1_.addChild(renderermodel); p_199047_1_.addChild(renderermodel1); } }  
    • DragonITA
      [1.14.4] How to get Minecraft Horse model/texture to make a custom unicorn?

      By DragonITA · Posted 1 hour ago

      package net.batonfack.fantasymod.entities; import net.batonfack.fantasymod.init.FantasyModEntities; import net.minecraft.entity.EntityType; import net.minecraft.entity.passive.horse.HorseEntity; import net.minecraft.world.World; public class UnicornEntity extends HorseEntity { @SuppressWarnings("unchecked") public UnicornEntity(EntityType<? extends HorseEntity> type, World worldIn) { super((EntityType<? extends HorseEntity>) FantasyModEntities.UNICORN_ENTITY, worldIn); } }  
  • Topics

    • WinneonSword
      2
      [ solved ] - HUD images (exp bar, health, hunger, etc.) glitching out.

      By WinneonSword
      Started August 31, 2013

    • Oliviafrostpaw
      8
      [1.14.4] Injecting into Existing Loot Tables, Blocks

      By Oliviafrostpaw
      Started December 8

    • DragonITA
      40
      [1.14.4] How to get Minecraft Horse model/texture to make a custom unicorn?

      By DragonITA
      Started Monday at 10:06 AM

    • DarkZapato
      2
      Optifine 1.14.4 U HD F4 crash froge

      By DarkZapato
      Started Thursday at 04:09 PM

    • troyvs
      0
      [1.12.2]help me to attach capability to player

      By troyvs
      Started 1 hour ago

  • Who's Online (See full list)

    • yanny
    • DragonITA
    • TolgacanM
    • Choonster
    • Misterboy64
    • Yanny7
    • ricoc90
    • Oliviafrostpaw
  • All Activity
  • Home
  • Forge Mods
  • Mods
  • [WIP] MapTools mod - NBT ingame editing, filters, scripted events etc.
  • Theme
  • Contact Us
  • Discord

Copyright © 2019 ForgeDevelopment LLC · Ads by Curse Powered by Invision Community