Initial commit
This commit is contained in:
111
pack/config/forgery/classic_block_drops.ini
Normal file
111
pack/config/forgery/classic_block_drops.ini
Normal file
@@ -0,0 +1,111 @@
|
||||
; NOTICE: This file does nothing if woina.classic_block_drops is disabled.
|
||||
|
||||
; This is a whitelist of "safe" blocks with tileable textures that can be
|
||||
; rendered with the better-looking and more-faithful method of rendering a
|
||||
; portion of the texture, rather than the mipmapped texture.
|
||||
|
||||
; Rules are processed in the order they're defined. The first matching rule
|
||||
; wins, regardless of its value.
|
||||
|
||||
; Heuristics for basic mod compatibility and less typing. Specify an item's ID
|
||||
; with a value of false above to override.
|
||||
[@heuristics]
|
||||
*_glazed_terracotta=false
|
||||
|
||||
*_cobblestone=true
|
||||
cobblestone_*=true
|
||||
*_planks=true
|
||||
*_nylium=true
|
||||
*_log=true
|
||||
*_wood=true
|
||||
*_stem=true
|
||||
*_hyphae=true
|
||||
*_ore=true
|
||||
*_sand=true
|
||||
*_gravel=true
|
||||
*_wool=true
|
||||
*_planks_slab=true
|
||||
*_terracotta=true
|
||||
*_sandstone=true
|
||||
*_concrete=true
|
||||
*_concrete_powder=true
|
||||
*_leaves=true
|
||||
*_carpet=true
|
||||
|
||||
[minecraft:]
|
||||
stone=true
|
||||
granite=true
|
||||
diorite=true
|
||||
andesite=true
|
||||
grass_block=true
|
||||
dirt=true
|
||||
coarse_dirt=true
|
||||
podzol=true
|
||||
cobblestone=true
|
||||
bedrock=true
|
||||
sand=true
|
||||
gravel=true
|
||||
; why are these not called X_planks_slab???
|
||||
oak_slab=true
|
||||
spruce_slab=true
|
||||
birch_slab=true
|
||||
jungle_slab=true
|
||||
acacia_slab=true
|
||||
dark_oak_slab=true
|
||||
crimson_slab=true
|
||||
warped_slab=true
|
||||
stone_slab=true
|
||||
sandstone_slab=true
|
||||
petrified_oak_slab=true ; can't believe this is still in the game
|
||||
cobblestone_slab=true
|
||||
red_sandstone_slab=true
|
||||
prismarine_slab=true
|
||||
dark_prismarine_slab=true
|
||||
mossy_cobblestone=true
|
||||
obsidian=true
|
||||
oak_stairs=true
|
||||
spruce_stairs=true
|
||||
birch_stairs=true
|
||||
jungle_stairs=true
|
||||
acacia_stairs=true
|
||||
dark_oak_stairs=true
|
||||
crimson_stairs=true
|
||||
warped_stairs=true
|
||||
stone_stairs=true
|
||||
sandstone_stairs=true
|
||||
cobblestone_stairs=true
|
||||
red_sandstone_stairs=true
|
||||
prismarine_stairs=true
|
||||
dark_prismarine_stairs=true
|
||||
diamond_block=true
|
||||
ice=true
|
||||
snow=true
|
||||
clay=true
|
||||
netherrack=true
|
||||
soul_sand=true
|
||||
soul_soil=true
|
||||
basalt=true
|
||||
glowstone=true
|
||||
mycelium=true
|
||||
end_stone=true
|
||||
emerald_block=true
|
||||
terracotta=true
|
||||
coal_block=true
|
||||
packed_ice=true
|
||||
prismarine=true
|
||||
dark_prismarine=true
|
||||
magma_block=true
|
||||
nether_wart_block=true
|
||||
warped_wart_block=true
|
||||
blue_ice=true
|
||||
ancient_debris=true
|
||||
blackstone=true
|
||||
blackstone_slab=true
|
||||
blackstone_stairs=true
|
||||
farmland=true
|
||||
infested_stone=true
|
||||
infested_cobblestone=true
|
||||
brown_mushroom_block=true
|
||||
red_mushroom_block=true
|
||||
honeycomb_block=true
|
||||
redstone_block=true
|
||||
Reference in New Issue
Block a user