tModLoader Pumpking's Mod

Status
Not open for further replies.
So i played with this mod and noticed that the balloon slimes and the horseshoe crabs drop souls of spight. Im guessing thats not intended?
 
Oh.I just was expecting this.
How about...Uuuum...These suggestions if you can...
Placeable materials by Snickerbobble
HM enemy dropped armor sets by SzGamer227
Merchant merchandise by SzGamer227

Hope you know how to code armors and placeable blocks.
How do you code placeable blocks? What JSON command is it?
 
Do you have to create a "Tiles" Folder?
Yes and you need to make a json with the tile, along with a texture for it with each 16 pixels divided by a blank pixel
Example
67025806d4.png

Code:
{
    "code": "OkikuDollTile",
    "displayName": "Okiku Doll",
    "size": [2,2],
    "frameWidth": 16,
    "frameHeight": 16,
    "frameImportant": true,
    "solid": false,
    "blocksLight": false,
    "blocksSun": false,
    "mergeDirt": false,   
    "placementConditions": "flatGround",
    "placementOrigin": [0,1],
    "breaksByPick": true,
    "dust": 61,
    "sound": 1,
    "soundGroup": 21,
    "mapColor": [126, 160, 142],
    "mapHoverText": "Okiku Doll"
}
 
Yes and you need to make a json with the tile, along with a texture for it with each 16 pixels divided by a blank pixel
Example
67025806d4.png

Code:
{
    "code": "OkikuDollTile",
    "displayName": "Okiku Doll",
    "size": [2,2],
    "frameWidth": 16,
    "frameHeight": 16,
    "frameImportant": true,
    "solid": false,
    "blocksLight": false,
    "blocksSun": false,
    "mergeDirt": false,  
    "placementConditions": "flatGround",
    "placementOrigin": [0,1],
    "breaksByPick": true,
    "dust": 61,
    "sound": 1,
    "soundGroup": 21,
    "mapColor": [126, 160, 142],
    "mapHoverText": "Okiku Doll"
}
Thanks a ton! Also, how did you get "Witch" as a title?
 
More souls! Yay! Also; can I see the Endgame Gods?
The guys summoned with the "Lost Soul"?
They are called the Endgame Trio, which are Pumpking, Ice Queen, and Duke Fishron. It just summons them all at once, for easier soul farming.
 
I am not getting Pumpkings to drop their souls :c

Lol jk it only happened for the first Pumpkin Moon I did, oddly enough.
 
Status
Not open for further replies.
Back
Top Bottom