Well, I have a question, I have no intention of distributing it, and I personally want to modify some of the production machine and use them, so can I?
Hello there, Nano! I'm the creator of Machine Progression System. Would it be possible for you to target my machines as well as the Vanilla ones? Some users prefer to play with your craftables, so by doing that they could play with both mods at the same time.
Hey there, I'd love to. Once I finish up my current tasks, I can update my mod. But I'll need you to list the items in your mod and how they map to the Vanilla ones, so I can add them to the code :)
Crab Pot (not yet in the code of MPS, but to be implemented soon) "nachonline.mps_GoldCrabPot", "nachonline.mps_DiamondCrabPot", "nachonline.mps_IridiumCrabPot", "nachonline.mps_RadioactiveCrabPot", "nachonline.mps_PrismaticCrabPot"
I also have sprites for the Bone Mill, Cask, Geode Crusher (not implemented yet), Heavy Tapper and Mushroom Log, but I think you don't have sprites for those machines. Let me know if you need anything else :D
This is SO gorgeous!!! I'm so happy I found this. One thing-- is there any chance you'd be willing to add an auto-petter design to this set? They're so ugly just sitting around and they'll be even uglier sitting next to all these beautiful things, lol. Anyway, thanks so much for this and for updating for 1.6. <3
Edit: I also just noticed that you haven't done anything with the new text sign either, and I wasn't sure whether that was intentional or not. Thanks again!!
130 comments
顺带在这里给其它想下载这个兼容版本的小伙伴们说明一下:两个AT文件只能保留1个,记得把原版的AT删除哈,否则可能会报错
Well, I have a question, I have no intention of distributing it, and I personally want to modify some of the production machine and use them, so can I?
For example, when it comes to the Bee House:
{
"ItemName": "Bee House",
"Type": "Craftable",
"TextureWidth": 16,
"TextureHeight": 32,
"Variations": 4
}
{
"CollectiveNames": [
"Bee House",
"nachonline.mps_GoldBeeHouse",
"nachonline.mps_DiamondBeeHouse",
"nachonline.mps_IridiumBeeHouse",
"nachonline.mps_RadioactiveBeeHouse",
"nachonline.mps_PrismaticBeeHouse"
],
"Type": "Craftable",
"TextureWidth": 16,
"TextureHeight": 32,
"Variations": 4
}
If we do this, people will be able to apply your skins to my machines. I can write the code if you want. Let me know! <3
These are the IDs:
Bait Maker
"nachonline.mps_GoldBaitMaker",
"nachonline.mps_DiamondBaitMaker",
"nachonline.mps_IridiumBaitMaker",
"nachonline.mps_RadioactiveBaitMaker",
"nachonline.mps_PrismaticBaitMaker"
Bee House
"nachonline.mps_GoldBeeHouse",
"nachonline.mps_DiamondBeeHouse",
"nachonline.mps_IridiumBeeHouse",
"nachonline.mps_RadioactiveBeeHouse",
"nachonline.mps_PrismaticBeeHouse"
Charcoal Kiln
"nachonline.mps_SteelCharcoalKiln",
"nachonline.mps_GoldCharcoalKiln",
"nachonline.mps_DiamondCharcoalKiln",
"nachonline.mps_IridiumCharcoalKiln",
"nachonline.mps_RadioactiveCharcoalKiln",
"nachonline.mps_PrismaticCharcoalKiln"
Cheese Press
"nachonline.mps_GoldCheesePress",
"nachonline.mps_DiamondCheesePress",
"nachonline.mps_IridiumCheesePress",
"nachonline.mps_RadioactiveCheesePress",
"nachonline.mps_PrismaticCheesePress"
Crab Pot (not yet in the code of MPS, but to be implemented soon)
"nachonline.mps_GoldCrabPot",
"nachonline.mps_DiamondCrabPot",
"nachonline.mps_IridiumCrabPot",
"nachonline.mps_RadioactiveCrabPot",
"nachonline.mps_PrismaticCrabPot"
Crystalarium
"nachonline.mps_RadioactiveCrystalarium",
"nachonline.mps_PrismaticCrystalarium"
Dehydrator
"nachonline.mps_GoldDehydrator",
"nachonline.mps_DiamondDehydrator",
"nachonline.mps_IridiumDehydrator",
"nachonline.mps_RadioactiveDehydrator",
"nachonline.mps_PrismaticDehydrator"
Deluxe Worm Bin
"nachonline.mps_DiamondDeluxeWormBin",
"nachonline.mps_IridiumDeluxeWormBin",
"nachonline.mps_RadioactiveDeluxeWormBin",
"nachonline.mps_PrismaticDeluxeWormBin"
Fish Smoker
"nachonline.mps_GoldFishSmoker",
"nachonline.mps_DiamondFishSmoker",
"nachonline.mps_IridiumFishSmoker",
"nachonline.mps_RadioactiveFishSmoker",
"nachonline.mps_PrismaticFishSmoker"
Furnace
"nachonline.mps_SteelFurnace",
"nachonline.mps_GoldFurnace",
"nachonline.mps_DiamondFurnace",
"nachonline.mps_IridiumFurnace",
Heavy Furnace
"nachonline.mps_RadioactiveHeavyFurnace",
"nachonline.mps_PrismaticHeavyFurnace"
Keg
"nachonline.mps_GoldKeg",
"nachonline.mps_DiamondKeg",
"nachonline.mps_IridiumKeg",
"nachonline.mps_RadioactiveKeg",
"nachonline.mps_PrismaticKeg"
Lightning Rod
"nachonline.mps_GoldLightningRod",
"nachonline.mps_DiamondLightningRod",
"nachonline.mps_IridiumLightningRod",
"nachonline.mps_RadioactiveLightningRod",
"nachonline.mps_PrismaticLightningRod"
Loom
"nachonline.mps_SteelLoom",
"nachonline.mps_GoldLoom",
"nachonline.mps_DiamondLoom",
"nachonline.mps_IridiumLoom",
"nachonline.mps_RadioactiveLoom",
"nachonline.mps_PrismaticLoom"
Mayonnaise Machine
"nachonline.mps_SteelMayonnaiseMachine",
"nachonline.mps_GoldMayonnaiseMachine",
"nachonline.mps_DiamondMayonnaiseMachine",
"nachonline.mps_IridiumMayonnaiseMachine",
"nachonline.mps_RadioactiveMayonnaiseMachine",
"nachonline.mps_PrismaticMayonnaiseMachine"
Oil Maker
"nachonline.mps_DiamondOilMaker",
"nachonline.mps_IridiumOilMaker",
"nachonline.mps_RadioactiveOilMaker",
"nachonline.mps_PrismaticOilMaker"
Preserves Jar
"nachonline.mps_SteelPreservesJar",
"nachonline.mps_GoldPreservesJar",
"nachonline.mps_DiamondPreservesJar",
"nachonline.mps_IridiumPreservesJar",
"nachonline.mps_RadioactivePreservesJar",
"nachonline.mps_PrismaticPreservesJar"
Recycling Machine
"nachonline.mps_GoldRecyclingMachine",
"nachonline.mps_DiamondRecyclingMachine",
"nachonline.mps_IridiumRecyclingMachine",
"nachonline.mps_RadioactiveRecyclingMachine",
"nachonline.mps_PrismaticRecyclingMachine"
Seed Maker
"nachonline.mps_IridiumSeedMaker",
"nachonline.mps_RadioactiveSeedMaker",
"nachonline.mps_PrismaticSeedMaker"
Slime Egg-Press
"nachonline.mps_GoldSlimeEggPress",
"nachonline.mps_DiamondSlimeEggPress",
"nachonline.mps_IridiumSlimeEggPress",
"nachonline.mps_RadioactiveSlimeEggPress",
"nachonline.mps_PrismaticSlimeEggPress"
Slime Incubator
"nachonline.mps_RadioactiveSlimeIncubator",
"nachonline.mps_PrismaticSlimeIncubator"
Solar Panel
"nachonline.mps_IridiumSolarPanel",
"nachonline.mps_RadioactiveSolarPanel",
"nachonline.mps_PrismaticSolarPanel"
Tapper
"nachonline.mps_SteelTapper",
"nachonline.mps_GoldTapper",
"nachonline.mps_DiamondTapper",
"nachonline.mps_IridiumTapper",
I also have sprites for the Bone Mill, Cask, Geode Crusher (not implemented yet), Heavy Tapper and Mushroom Log, but I think you don't have sprites for those machines. Let me know if you need anything else :D
Edit: I also just noticed that you haven't done anything with the new text sign either, and I wasn't sure whether that was intentional or not. Thanks again!!
許願可以看到更多工具美化,讓我的農場都是漂亮的