Skip to content

Commit

Permalink
make default material be rock
Browse files Browse the repository at this point in the history
  • Loading branch information
ZXMushroom63 committed Dec 18, 2024
1 parent 999046b commit ef471d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/AdvancedBlock.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PRIMITIVES["block_advanced"] = {
id: "advanced_block",
name: "Advanced Block",
texture: VALUE_ENUMS.IMG,
material: ['air', 'grass', 'ground', 'wood', 'rock', 'iron', 'anvil', 'water', 'lava', 'leaves', 'plants', 'vine', 'sponge', 'cloth', 'fire', 'sand', 'circuits', 'carpet', 'glass', 'redstoneLight', 'tnt', 'coral', 'ice', 'packedIce', 'snow', 'craftedSnow', 'cactus', 'clay', 'gourd', 'dragonEgg', 'portal', 'cake', 'web', 'piston', 'barrier'],
material: ['rock', 'air', 'grass', 'ground', 'wood', 'iron', 'anvil', 'water', 'lava', 'leaves', 'plants', 'vine', 'sponge', 'cloth', 'fire', 'sand', 'circuits', 'carpet', 'glass', 'redstoneLight', 'tnt', 'coral', 'ice', 'packedIce', 'snow', 'craftedSnow', 'cactus', 'clay', 'gourd', 'dragonEgg', 'portal', 'cake', 'web', 'piston', 'barrier'],
Constructor: VALUE_ENUMS.ABSTRACT_HANDLER + "BlockConstructor",
Break: VALUE_ENUMS.ABSTRACT_HANDLER + "BlockBreak",
Added: VALUE_ENUMS.ABSTRACT_HANDLER + "BlockAdded",
Expand Down

0 comments on commit ef471d4

Please sign in to comment.