Add gitkeeps

This commit is contained in:
DBotThePony 2021-08-29 20:02:01 +07:00
parent a7ed5d8dae
commit ac7bcc0f75
Signed by: DBot
GPG Key ID: DCC23B5715498507
4 changed files with 6 additions and 0 deletions
src/main
java/ru/dbotthepony/mc/otm/block
resources
assets/overdrive_that_matters/blockstates
data
minecraft/tags/blocks/mineable
overdrive_that_matters/loot_tables/blocks

View File

@ -0,0 +1,6 @@
package ru.dbotthepony.mc.otm.block;
import net.minecraft.world.level.block.Block;
public class BlockBlackHole extends Block {
}