-
-
Notifications
You must be signed in to change notification settings - Fork 0
Lightning_Bolt_Glass
Legopitstop edited this page Aug 31, 2023
·
4 revisions
Fulgurites are natural glass tubes or crusts that are formed when lightning strikes the ground. The word fulgurite comes from the Latin word fulgur, which means lightning. The shape of a fulgurite mimics the path of the lightning bolt as it disperses into the ground.
Lightning Bolt Glass supports data-driven Fulgurites letting you create your own!
- Create a folder in the /data/namespace path in your datapack called
fulgurites
. This is where you will be placing all your JSON files. - Create a JSON file. This can be called anything as long as it ends with '.json'
- Using the JSON schema below create your own fulgurite.
- How run /reload in-game for the changes to apply. You can use
/summon lightning_bolt ~ ~ ~
to test if it works.
Name | Type | Description |
---|---|---|
source |
String or Block Predicate | The block to test for. |
result |
String or Block Object | The block to place |
function |
String | ID of the function to call. (Not Implemented) |
Name | Type | Description |
---|---|---|
block |
String | ID of the block. Default: "minecraft:air" |
properties |
Object | A map of all Property-Value that must match. (Not Implemented) |
nbt |
String | NBT data to match. (Not Implemented) |
Name | Type | Description |
---|---|---|
block |
String | ID of the block. Default: "minecraft:glass" |