Jump to content

How to use commands to spawn modpack blocks


OscarWilde

Recommended Posts

Hey guys,

I'm trying to use commands to set an area to a specific block type ("Paved Stone Bricks") and I can't figure out how to do it with items outside vanilla Minecraft (notably because of an absence of item ids...)

So the process :

>go to one corner "/Set HPOS1"

>go to the opposite corner "/set HPOS2"

>use command "/set 'paved stone bricks'"

Brings up an error saying that the block type doesn't exist. And I have no ID to use in place of "paved stone bricks" so I don't know where to go from here. What should I be typing for the block name? I've tried looking online for a list of Minefactory IDs but couldn't find any... Any tips on using commands to spawn modpack items by name?

Thanks!

Oscar

Link to comment
Share on other sites

  • 2 weeks later...

The only way I know of to spawn/give items is by item I'd, if you mouse over a block it will show you it's own id. If the item has a : in the id then it's as simple as '/give {item id before :} {quantity} {item id after :}'

For example to get 10 of an item with the id aaaa:bbbb you would type '/give aaaa 10 bbbb'bbbb' minus the quotes. Hope that helps.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...