File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
generated/resources/data/minecraft/tags/blocks
main/java/net/micaxs/smokeleafindustry/datagen Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "values" : [
3+ " smokeleafindustry:blue_ice_crop" ,
4+ " smokeleafindustry:bubble_kush_crop" ,
5+ " smokeleafindustry:bubblegum_crop" ,
6+ " smokeleafindustry:lemon_haze_crop" ,
7+ " smokeleafindustry:purple_haze_crop" ,
8+ " smokeleafindustry:sour_diesel_crop" ,
9+ " smokeleafindustry:white_widow_crop"
10+ ]
11+ }
Original file line number Diff line number Diff line change @@ -40,5 +40,14 @@ protected void addTags(HolderLookup.Provider provider) {
4040
4141 this .tag (BlockTags .MINEABLE_WITH_AXE )
4242 .add (ModBlocks .HEMP_PLANKS .get ());
43+
44+ this .tag (BlockTags .CROPS )
45+ .add (ModBlocks .BLUE_ICE_CROP .get ())
46+ .add (ModBlocks .BUBBLE_KUSH_CROP .get ())
47+ .add (ModBlocks .BUBBLEGUM_CROP .get ())
48+ .add (ModBlocks .LEMON_HAZE_CROP .get ())
49+ .add (ModBlocks .PURPLE_HAZE_CROP .get ())
50+ .add (ModBlocks .SOUR_DIESEL_CROP .get ())
51+ .add (ModBlocks .WHITE_WIDOW_CROP .get ());
4352 }
4453}
You can’t perform that action at this time.
0 commit comments