Add MCreator mod making environment for Minecraft (#85437)

Co-authored-by: Randall <ran.dall@icloud.com>
This commit is contained in:
Ted Carnahan 2020-07-11 15:42:28 -05:00 committed by GitHub
parent 9453355ece
commit be16fe8c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
Casks/mcreator.rb Normal file
View File

@ -0,0 +1,13 @@
cask 'mcreator' do
version '2020.3'
sha256 'd3c4b39886ae70f10592502c02834b5ddfcadc4c52c4eb062cff24fa404c691a'
url "https://mcreator.net/repository/#{version.dots_to_hyphens}/MCreator%20#{version}%20Mac%2064bit.dmg"
appcast 'https://mcreator.net/changelog'
name 'MCreator'
homepage 'https://mcreator.net/'
app 'MCreator.app'
zap trash: '~/.mcreator'
end