Last active
August 26, 2021 17:56
-
-
Save toka7290/dfde964a3a72d58c8b32a0841f0c196f to your computer and use it in GitHub Desktop.
Minecraft 1.17.30.23 GameTest BlockProperties module method list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { BlockProperties } from "mojang-minecraft"; | |
BlockProperties.candles = "candles"; | |
BlockProperties.lit = "lit"; | |
BlockProperties.multiFaceDirectionBits = "multi_face_direction_bits"; | |
BlockProperties.bigDripleafHead = "big_dripleaf_head"; | |
BlockProperties.bigDripleafTilt = "big_dripleaf_tilt"; | |
BlockProperties.growingPlantAge = "growing_plant_age"; | |
BlockProperties.dripstoneThickness = "dripstone_thickness"; | |
BlockProperties.respawnAnchorCharge = "respawn_anchor_charge"; | |
BlockProperties.twistingVinesAge = "twisting_vines_age"; | |
BlockProperties.rotation = "rotation"; | |
BlockProperties.wallConnectionTypeWest = "wall_connection_type_west"; | |
BlockProperties.wallConnectionTypeSouth = "wall_connection_type_south"; | |
BlockProperties.wallConnectionTypeEast = "wall_connection_type_east"; | |
BlockProperties.wallConnectionTypeNorth = "wall_connection_type_north"; | |
BlockProperties.wallPostBit = "wall_post_bit"; | |
BlockProperties.weepingVinesAge = "weeping_vines_age"; | |
BlockProperties.honeyLevel = "honey_level"; | |
BlockProperties.blockLightLevel = "block_light_level"; | |
BlockProperties.pillarAxis = "pillar_axis"; | |
BlockProperties.leverDirection = "lever_direction"; | |
BlockProperties.coralFanDirection = "coral_fan_direction"; | |
BlockProperties.composterFillLevel = "composter_fill_level"; | |
BlockProperties.extinguished = "extinguished"; | |
BlockProperties.structureBlockType = "structure_block_type"; | |
BlockProperties.structureVoidType = "structure_void_type"; | |
BlockProperties.attachment = "attachment"; | |
BlockProperties.coralHangTypeBit = "coral_hang_type_bit"; | |
BlockProperties.strippedBit = "stripped_bit"; | |
BlockProperties.hanging = "hanging"; | |
BlockProperties.cauldronLiquid = "cauldron_liquid"; | |
BlockProperties.coralColor = "coral_color"; | |
BlockProperties.seaGrassType = "sea_grass_type"; | |
BlockProperties.chemistryTableType = "chemistry_table_type"; | |
BlockProperties.doublePlantType = "double_plant_type"; | |
BlockProperties.prismarineBlockType = "prismarine_block_type"; | |
BlockProperties.wallBlockType = "wall_block_type"; | |
BlockProperties.hugeMushroomBits = "huge_mushroom_bits"; | |
BlockProperties.stoneBrickType = "stone_brick_type"; | |
BlockProperties.monsterEggStoneType = "monster_egg_stone_type"; | |
BlockProperties.stoneSlabType4 = "stone_slab_type_4"; | |
BlockProperties.stoneSlabType3 = "stone_slab_type_3"; | |
BlockProperties.stoneSlabType2 = "stone_slab_type_2"; | |
BlockProperties.stoneSlabType = "stone_slab_type"; | |
BlockProperties.flowerType = "flower_type"; | |
BlockProperties.tallGrassType = "tall_grass_type"; | |
BlockProperties.sandStoneType = "sand_stone_type"; | |
BlockProperties.spongeType = "sponge_type"; | |
BlockProperties.newLeafType = "new_leaf_type"; | |
BlockProperties.oldLeafType = "old_leaf_type"; | |
BlockProperties.deprecated = "deprecated"; | |
BlockProperties.chiselType = "chisel_type"; | |
BlockProperties.newLogType = "new_log_type"; | |
BlockProperties.oldLogType = "old_log_type"; | |
BlockProperties.sandType = "sand_type"; | |
BlockProperties.dirtType = "dirt_type"; | |
BlockProperties.stoneType = "stone_type"; | |
BlockProperties.woodType = "wood_type"; | |
BlockProperties.stabilityCheck = "stability_check"; | |
BlockProperties.stability = "stability"; | |
BlockProperties.bambooLeafSize = "bamboo_leaf_size"; | |
BlockProperties.bambooStalkThickness = "bamboo_stalk_thickness"; | |
BlockProperties.color = "color"; | |
BlockProperties.coralDirection = "coral_direction"; | |
BlockProperties.weirdoDirection = "weirdo_direction"; | |
BlockProperties.groundSignDirection = "ground_sign_direction"; | |
BlockProperties.crackedState = "cracked_state"; | |
BlockProperties.turtleEggCount = "turtle_egg_count"; | |
BlockProperties.dragDown = "drag_down"; | |
BlockProperties.torchFacingDirection = "torch_facing_direction"; | |
BlockProperties.saplingType = "sapling_type"; | |
BlockProperties.itemFrameMapBit = "item_frame_map_bit"; | |
BlockProperties.clusterCount = "cluster_count"; | |
BlockProperties.deadBit = "dead_bit"; | |
BlockProperties.colorBit = "color_bit"; | |
BlockProperties.allowUnderwaterBit = "allow_underwater_bit"; | |
BlockProperties.vineDirectionBits = "vine_direction_bits"; | |
BlockProperties.upsideDownBit = "upside_down_bit"; | |
BlockProperties.updateBit = "update_bit"; | |
BlockProperties.triggeredBit = "triggered_bit"; | |
BlockProperties.topSlotBit = "top_slot_bit"; | |
BlockProperties.toggleBit = "toggle_bit"; | |
BlockProperties.suspendedBit = "suspended_bit"; | |
BlockProperties.repeaterDelay = "repeater_delay"; | |
BlockProperties.redstoneSignal = "redstone_signal"; | |
BlockProperties.railDirection = "rail_direction"; | |
BlockProperties.railDataBit = "rail_data_bit"; | |
BlockProperties.poweredBit = "powered_bit"; | |
BlockProperties.persistentBit = "persistent_bit"; | |
BlockProperties.outputLitBit = "output_lit_bit"; | |
BlockProperties.outputSubtractBit = "output_subtract_bit"; | |
BlockProperties.openBit = "open_bit"; | |
BlockProperties.occupiedBit = "occupied_bit"; | |
BlockProperties.kelpAge = "kelp_age"; | |
BlockProperties.noDropBit = "no_drop_bit"; | |
BlockProperties.moisturizedAmount = "moisturized_amount"; | |
BlockProperties.liquidDepth = "liquid_depth"; | |
BlockProperties.inWallBit = "in_wall_bit"; | |
BlockProperties.infiniburnBit = "infiniburn_bit"; | |
BlockProperties.height = "height"; | |
BlockProperties.headPieceBit = "head_piece_bit"; | |
BlockProperties.growth = "growth"; | |
BlockProperties.fillLevel = "fill_level"; | |
BlockProperties.facingDirection = "facing_direction"; | |
BlockProperties.explodeBit = "explode_bit"; | |
BlockProperties.endPortalEyeBit = "end_portal_eye_bit"; | |
BlockProperties.direction = "direction"; | |
BlockProperties.upperBlockBit = "upper_block_bit"; | |
BlockProperties.doorHingeBit = "door_hinge_bit"; | |
BlockProperties.disarmedBit = "disarmed_bit"; | |
BlockProperties.damage = "damage"; | |
BlockProperties.coveredBit = "covered_bit"; | |
BlockProperties.conditionalBit = "conditional_bit"; | |
BlockProperties.buttonPressedBit = "button_pressed_bit"; | |
BlockProperties.brewingStandSlotCBit = "brewing_stand_slot_c_bit"; | |
BlockProperties.brewingStandSlotBBit = "brewing_stand_slot_b_bit"; | |
BlockProperties.brewingStandSlotABit = "brewing_stand_slot_a_bit"; | |
BlockProperties.biteCounter = "bite_counter"; | |
BlockProperties.portalAxis = "portal_axis"; | |
BlockProperties.attachedBit = "attached_bit"; | |
BlockProperties.age = "age"; | |
BlockProperties.ageBit = "age_bit"; | |
// Example addon added block states | |
// The name is converted to camelCase. "hoge_hoge" -> "hogeHoge" | |
BlockProperties["toka7290:blockFacing"] = "toka7290:block_facing"; | |
BlockProperties["toka7290:blockHalf"] = "toka7290:block_half"; | |
BlockProperties["toka7290:blockAxis"] = "toka7290:block_axis"; | |
BlockProperties["toka7290:blockDirection"] = "toka7290:block_direction"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment