bc-minecraft-bedrock-types
Version:
The typescript library that provides default types for minecraft bedrock
13 lines • 464 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OldBlockMode = void 0;
/** */
exports.OldBlockMode = {
name: "Old Block",
modes: [
{ name: "destroy", documentation: "Destroys the old block" },
{ name: "replace", documentation: "Replaces the old block without destroying it" },
{ name: "keep", documentation: "Keeps the old block if its not air" },
],
};
//# sourceMappingURL=old-block.js.map