first commit
This commit is contained in:
		
							
								
								
									
										32
									
								
								config/waila/extra/energy_blacklist.json5
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								config/waila/extra/energy_blacklist.json5
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,32 @@
 | 
			
		||||
// Run `/waila reload` to apply changes server-wide.
 | 
			
		||||
// Run `/wailac reload` to apply changes to only your client.
 | 
			
		||||
// 
 | 
			
		||||
// Operators:
 | 
			
		||||
// @namespace - include objects based on their namespace location
 | 
			
		||||
// #tag       - include objects based on data pack tags
 | 
			
		||||
// /regex/    - include objects based on regular expression
 | 
			
		||||
// default    - include objects with specific ID
 | 
			
		||||
// 
 | 
			
		||||
// An exclamation mark (!) prefix can be added which negates the pattern.
 | 
			
		||||
// Any entries matching previous rules will be removed from it.
 | 
			
		||||
// Can be combined with other rule to exclude what matches the rule.
 | 
			
		||||
// 
 | 
			
		||||
// Example:
 | 
			
		||||
// @aether              - include all block from the aether namespace
 | 
			
		||||
// #minecraft:planks    - include all blocks in the planks tag
 | 
			
		||||
// /.*_ore/             - include all blocks that ends with "_ore"
 | 
			
		||||
// minecraft:iron_block - include only the iron block
 | 
			
		||||
// !/.*:oak_.*$/        - exclude all blocks that its path start with "oak_"
 | 
			
		||||
// 
 | 
			
		||||
// The #waila:extra/energy_blacklist tag rule can not be removed
 | 
			
		||||
{
 | 
			
		||||
  blocks: [
 | 
			
		||||
    "#waila:extra/energy_blacklist"
 | 
			
		||||
  ],
 | 
			
		||||
  blockEntityTypes: [
 | 
			
		||||
    "#waila:extra/energy_blacklist"
 | 
			
		||||
  ],
 | 
			
		||||
  entityTypes: [
 | 
			
		||||
    "#waila:extra/energy_blacklist"
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										32
									
								
								config/waila/extra/fluid_blacklist.json5
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								config/waila/extra/fluid_blacklist.json5
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,32 @@
 | 
			
		||||
// Run `/waila reload` to apply changes server-wide.
 | 
			
		||||
// Run `/wailac reload` to apply changes to only your client.
 | 
			
		||||
// 
 | 
			
		||||
// Operators:
 | 
			
		||||
// @namespace - include objects based on their namespace location
 | 
			
		||||
// #tag       - include objects based on data pack tags
 | 
			
		||||
// /regex/    - include objects based on regular expression
 | 
			
		||||
// default    - include objects with specific ID
 | 
			
		||||
// 
 | 
			
		||||
// An exclamation mark (!) prefix can be added which negates the pattern.
 | 
			
		||||
// Any entries matching previous rules will be removed from it.
 | 
			
		||||
// Can be combined with other rule to exclude what matches the rule.
 | 
			
		||||
// 
 | 
			
		||||
// Example:
 | 
			
		||||
// @aether              - include all block from the aether namespace
 | 
			
		||||
// #minecraft:planks    - include all blocks in the planks tag
 | 
			
		||||
// /.*_ore/             - include all blocks that ends with "_ore"
 | 
			
		||||
// minecraft:iron_block - include only the iron block
 | 
			
		||||
// !/.*:oak_.*$/        - exclude all blocks that its path start with "oak_"
 | 
			
		||||
// 
 | 
			
		||||
// The #waila:extra/fluid_blacklist tag rule can not be removed
 | 
			
		||||
{
 | 
			
		||||
  blocks: [
 | 
			
		||||
    "#waila:extra/fluid_blacklist"
 | 
			
		||||
  ],
 | 
			
		||||
  blockEntityTypes: [
 | 
			
		||||
    "#waila:extra/fluid_blacklist"
 | 
			
		||||
  ],
 | 
			
		||||
  entityTypes: [
 | 
			
		||||
    "#waila:extra/fluid_blacklist"
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										32
									
								
								config/waila/extra/item_blacklist.json5
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								config/waila/extra/item_blacklist.json5
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,32 @@
 | 
			
		||||
// Run `/waila reload` to apply changes server-wide.
 | 
			
		||||
// Run `/wailac reload` to apply changes to only your client.
 | 
			
		||||
// 
 | 
			
		||||
// Operators:
 | 
			
		||||
// @namespace - include objects based on their namespace location
 | 
			
		||||
// #tag       - include objects based on data pack tags
 | 
			
		||||
// /regex/    - include objects based on regular expression
 | 
			
		||||
// default    - include objects with specific ID
 | 
			
		||||
// 
 | 
			
		||||
// An exclamation mark (!) prefix can be added which negates the pattern.
 | 
			
		||||
// Any entries matching previous rules will be removed from it.
 | 
			
		||||
// Can be combined with other rule to exclude what matches the rule.
 | 
			
		||||
// 
 | 
			
		||||
// Example:
 | 
			
		||||
// @aether              - include all block from the aether namespace
 | 
			
		||||
// #minecraft:planks    - include all blocks in the planks tag
 | 
			
		||||
// /.*_ore/             - include all blocks that ends with "_ore"
 | 
			
		||||
// minecraft:iron_block - include only the iron block
 | 
			
		||||
// !/.*:oak_.*$/        - exclude all blocks that its path start with "oak_"
 | 
			
		||||
// 
 | 
			
		||||
// The #waila:extra/item_blacklist tag rule can not be removed
 | 
			
		||||
{
 | 
			
		||||
  blocks: [
 | 
			
		||||
    "#waila:extra/item_blacklist"
 | 
			
		||||
  ],
 | 
			
		||||
  blockEntityTypes: [
 | 
			
		||||
    "#waila:extra/item_blacklist"
 | 
			
		||||
  ],
 | 
			
		||||
  entityTypes: [
 | 
			
		||||
    "#waila:extra/item_blacklist"
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										32
									
								
								config/waila/extra/progress_blacklist.json5
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								config/waila/extra/progress_blacklist.json5
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,32 @@
 | 
			
		||||
// Run `/waila reload` to apply changes server-wide.
 | 
			
		||||
// Run `/wailac reload` to apply changes to only your client.
 | 
			
		||||
// 
 | 
			
		||||
// Operators:
 | 
			
		||||
// @namespace - include objects based on their namespace location
 | 
			
		||||
// #tag       - include objects based on data pack tags
 | 
			
		||||
// /regex/    - include objects based on regular expression
 | 
			
		||||
// default    - include objects with specific ID
 | 
			
		||||
// 
 | 
			
		||||
// An exclamation mark (!) prefix can be added which negates the pattern.
 | 
			
		||||
// Any entries matching previous rules will be removed from it.
 | 
			
		||||
// Can be combined with other rule to exclude what matches the rule.
 | 
			
		||||
// 
 | 
			
		||||
// Example:
 | 
			
		||||
// @aether              - include all block from the aether namespace
 | 
			
		||||
// #minecraft:planks    - include all blocks in the planks tag
 | 
			
		||||
// /.*_ore/             - include all blocks that ends with "_ore"
 | 
			
		||||
// minecraft:iron_block - include only the iron block
 | 
			
		||||
// !/.*:oak_.*$/        - exclude all blocks that its path start with "oak_"
 | 
			
		||||
// 
 | 
			
		||||
// The #waila:extra/progress_blacklist tag rule can not be removed
 | 
			
		||||
{
 | 
			
		||||
  blocks: [
 | 
			
		||||
    "#waila:extra/progress_blacklist"
 | 
			
		||||
  ],
 | 
			
		||||
  blockEntityTypes: [
 | 
			
		||||
    "#waila:extra/progress_blacklist"
 | 
			
		||||
  ],
 | 
			
		||||
  entityTypes: [
 | 
			
		||||
    "#waila:extra/progress_blacklist"
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user