Jump to content

Recommended Posts

Posted
3 minutes ago, Dilan Rona said:

Ok, Good news is, the game no longer crashes when right clicking the water wheen axle.

Bad news? Still cant make out what to do next... Anyone managed to make it yet?

I doubt the water wheel construction is currently working.

{
	code: "waterwheel",
	class: "BlockWaterwheel",
	entityClass: "Generic",
	entityBehaviors: [
		{ name: "Burning" }, 
		{ name: "MPWaterWheel" },
		{ name: "RightClickConstructable", properties: {
			brokenDropsRatio: 0.8,
			stages: [
				{ addElements: [ "MainOrigin/ORIGIN1WoodShaft", "MainOrigin/ORIGIN2Hubs" ] },
				{ requireStacks: [ { type: "block", name: "waterwheelbuilding-ingredient-supportbeams", code: "supportbeam-*", quantity: 16, storeWildCard: "wood" } ], addElements: ["MainOrigin/ORIGIN3Spokes"] },
				{ requireStacks: [ { type: "item", code: "plank-{wood}", quantity: 48 }, { type: "item", code: "resin", quantity: 4 } ], addElements: ["MainOrigin/ORIGIN4Rims"] },
				{ requireStacks: [ { type: "block", code: "supportbeam-{wood}", quantity: 16 }, { type: "item", code: "resin", quantity: 4 } ], addElements: ["MainOrigin/ORIGIN5Braces"] },
				{ requireStacks: [ { type: "item", code: "metalnailsandstrips-*", storeWildCard: "metal", quantity: 8 } ], addElements: ["MainOrigin/ORIGIN6NailsStrips"] },
				{ requireStacks: [ { type: "item", code: "plank-{wood}", quantity: 48 }, { type: "item", code: "resin", quantity: 4 } ], addElements: ["MainOrigin/ORIGIN7Paddles"] },
				{ requireStacks: [ ], actionLangCode: "Launch" }
			],
		} },
	],
[...]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.