Skip to content

Commit 6bc39e1

Browse files
Added TimberZ
1 parent 458bc98 commit 6bc39e1

File tree

3 files changed

+132
-1
lines changed

3 files changed

+132
-1
lines changed

public/img/plugins/tz.svg

Lines changed: 121 additions & 0 deletions
Loading

src/components/sections/PluginsSection.astro

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ const plugins = [
3737
modrinthUrl: 'https://modrinth.com/plugin/cookieclickerz',
3838
githubUrl: 'https://github.com/ZetaPlugins/CookieClickerZ',
3939
},
40+
{
41+
title: 'TimberZ',
42+
slug: 'timberz',
43+
bStatsId: '25743',
44+
description:
45+
'The best Lumberjack Axe (Treecapitator) plugin for Minecraft.',
46+
iconUrl: '/img/plugins/tz.svg',
47+
modrinthUrl: 'https://modrinth.com/plugin/timberz',
48+
githubUrl: 'https://github.com/ZetaPlugins/TimberZ',
49+
},
4050
];
4151
---
4252

src/components/sections/PluginsSection.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ section.plugins {
55

66
.list {
77
display: grid;
8-
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
8+
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
99
grid-gap: 5rem;
1010

1111
.plugin {

0 commit comments

Comments
 (0)