By default, users shouldn't have to do this.
developers know already how to debug this, so don't make weird blocks unless really needed.
This commit is contained in:
parent
899bd53690
commit
edc790fd80
@ -39,8 +39,8 @@ def read_content(flags):
|
|||||||
|
|
||||||
lines = preprocess(lines, flags)
|
lines = preprocess(lines, flags)
|
||||||
# if you map to air, then unknown blocks will be ignored
|
# if you map to air, then unknown blocks will be ignored
|
||||||
# name_id_mapping = ["air"]
|
name_id_mapping = ["air"]
|
||||||
name_id_mapping = ["mcblock:unknown"]
|
# name_id_mapping = ["mcblock:unknown"]
|
||||||
bd = {} # bd is block data, and keeps a list of the node names in the block
|
bd = {} # bd is block data, and keeps a list of the node names in the block
|
||||||
# iterate through all the lines in the map_content.txt file
|
# iterate through all the lines in the map_content.txt file
|
||||||
for line in lines:
|
for line in lines:
|
||||||
|
Loading…
Reference in New Issue
Block a user